Skip to content

build(deps): bump github.com/CycloneDX/cyclonedx-go from 0.11.0 to 0.12.0 in the gomod-minor group across 1 directory - #426

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/gomod-minor-80433c89e0
Open

build(deps): bump github.com/CycloneDX/cyclonedx-go from 0.11.0 to 0.12.0 in the gomod-minor group across 1 directory#426
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/gomod-minor-80433c89e0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 5, 2026

Copy link
Copy Markdown
Contributor

Bumps the gomod-minor group with 1 update in the / directory: github.com/CycloneDX/cyclonedx-go.

Updates github.com/CycloneDX/cyclonedx-go from 0.11.0 to 0.12.0

Release notes

Sourced from github.com/CycloneDX/cyclonedx-go's releases.

v0.12.0

Changelog

Building and Packaging

  • 5dfc64ab963e76da86efe7faae291ed095923484: build(deps): bump actions/checkout from 6.0.2 to 7.0.1 (@​dependabot[bot])
  • 1ede59bde7338f3c399d3fb8496fea1d09a64c4a: build(deps): bump actions/checkout from 6.0.2 to 7.0.1 (@​dependabot[bot])
  • 0802b2051bf0bab06d4292ffe9544f1b81b7d871: build(deps): bump actions/setup-go from 6.4.0 to 7.0.0 (@​dependabot[bot])
  • 912c03326d52e05a11c8b4c04611e645e23a511f: build(deps): bump github.com/stretchr/testify from 1.11.1 to 1.12.0 (@​dependabot[bot])
  • 3b6942c801ce9089f70ce5d6823f9bc412ff1083: build(deps): bump github.com/stretchr/testify from 1.12.0 to 1.12.1 (@​dependabot[bot])
  • 14a734c429eb00311801569d0fca83d528f7807b: build(deps): bump github.com/terminalstatic/go-xsd-validate (@​dependabot[bot])
  • c3551dd3988ca16fc885906fdbed9871b97ed15f: build(deps): bump github.com/terminalstatic/go-xsd-validate (@​dependabot[bot])
  • 4598c3a9e8b7a69f9e5c30b4082cce6f12da9ad6: build(deps): bump golangci/golangci-lint-action from 9.2.0 to 9.3.0 (@​dependabot[bot])
  • 0d3dc12d273ad6c9bb80d3b00b52908f3df228b0: build(deps): bump goreleaser/goreleaser-action from 7.2.1 to 7.2.3 (@​dependabot[bot])

Others

  • ed2c60ec63e49257c9b943be633157777d70bd97: Encode evidence identity as a single object when downgrading below 1.6 (@​sueun-dev)
  • 3d9769a7919bf961da7c90286e9b6aa8f6389c8f: Strip fields newer than the target spec version when downgrading (@​sueun-dev)
  • cdee31c65c4f9675f81aff69deadae480019030c: chore: bump minimum go version to 1.25 (@​nscuro)
  • b3fcca54d5debbfe3cbf51078bf2c69bf65ed789: chore: harden GHA workflows; add zizmor job (@​nscuro)
  • cbc84f956ef2472a864d055705df0901335bf8fb: chore: refresh goreleaser setup (@​nscuro)
Commits
  • 717afd1 Merge pull request #289 from CycloneDX/go-1.25
  • cdee31c chore: bump minimum go version to 1.25
  • a748788 Merge pull request #288 from CycloneDX/goreleaser-config-update
  • c69efae Merge pull request #287 from CycloneDX/dependabot/github_actions/actions/chec...
  • cbc84f9 chore: refresh goreleaser setup
  • 5dfc64a build(deps): bump actions/checkout from 6.0.2 to 7.0.1
  • 2c4927c Merge pull request #286 from CycloneDX/gha-hardening
  • b3fcca5 chore: harden GHA workflows; add zizmor job
  • 9401da7 Merge pull request #285 from CycloneDX/dependabot/go_modules/github.com/stret...
  • 3b6942c build(deps): bump github.com/stretchr/testify from 1.12.0 to 1.12.1
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Sep 5, 2026
@dependabot
dependabot Bot requested a review from bomly-guy as a code owner September 5, 2026 06:21
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Sep 5, 2026
Comment thread go.mod
require (
github.com/BurntSushi/toml v1.6.0
github.com/CycloneDX/cyclonedx-go v0.11.0
github.com/CycloneDX/cyclonedx-go v0.12.0
@github-actions

github-actions Bot commented Sep 5, 2026

Copy link
Copy Markdown
Contributor

Bomly Diff Summary

Compared 967533f506893cfe674b953655e1ece1513062cf to c95d0136597deec9c7d5665538fbe05862baff0d.

Overview

Status Manifests Dependencies Findings Duration
⚠️ Warnings +0 / ~1 / -0 0 added / 1 version changed / 0 detail changes / 0 removed 0 introduced / 1 persisted / 0 resolved 1m 22s

Dependency Changes

Summary: 0 added, 1 version changed, 0 detail changes, 0 removed.

Changed Dependencies

Change Package Version Direct? Scope Licenses
changed github.com/CycloneDX/cyclonedx-go v0.11.0 → v0.12.0 Yes runtime -

Vulnerabilities

✅ No vulnerability changes.

License Changes

⚠️ 1 package still carries an unresolved license issue (see Policy Findings).

Project Posture

✅ No project posture changes (--matchers +scorecard was not selected).

Policy Findings

Summary: 0 introduced, 1 persisted, 0 resolved.

Persisted Findings

Status Category Severity ID Package Fixed In Title
⚠️ persisted license WARNING UNKNOWN-lozq-r5bc-hf5x github.com/CycloneDX/cyclonedx-go@v0.12.0 - Package license is unknown

Legend: ✅ resolved · ❌ failing · ⚠️ warning

@dependabot
dependabot Bot force-pushed the dependabot/go_modules/gomod-minor-80433c89e0 branch 2 times, most recently from 133c199 to 9c944b0 Compare September 5, 2026 07:06
Bumps the gomod-minor group with 1 update in the / directory: [github.com/CycloneDX/cyclonedx-go](https://github.com/CycloneDX/cyclonedx-go).


Updates `github.com/CycloneDX/cyclonedx-go` from 0.11.0 to 0.12.0
- [Release notes](https://github.com/CycloneDX/cyclonedx-go/releases)
- [Commits](CycloneDX/cyclonedx-go@v0.11.0...v0.12.0)

---
updated-dependencies:
- dependency-name: github.com/CycloneDX/cyclonedx-go
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/gomod-minor-80433c89e0 branch from 9c944b0 to c95d013 Compare September 5, 2026 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant