Skip to content

build(deps): Bump the github-actions group with 2 updates#459

Merged
gkc merged 1 commit intotrunkfrom
dependabot/github_actions/github-actions-a697c16c6c
Feb 2, 2026
Merged

build(deps): Bump the github-actions group with 2 updates#459
gkc merged 1 commit intotrunkfrom
dependabot/github_actions/github-actions-a697c16c6c

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2026

Bumps the github-actions group with 2 updates: sbomify/github-action and astral-sh/setup-uv.

Updates sbomify/github-action from 0.12 to 0.13

Release notes

Sourced from sbomify/github-action's releases.

The One Where We Go To FOSDEM

Breaking Changes

  • Python 3.11+ now required - Minimum Python version increased from 3.10 to 3.11 for tomllib module support

New Features

Hash Enrichment from Lockfiles

New subsystem that extracts cryptographic hashes from lockfiles and adds them to SBOM components. Supports Cargo.lock, package-lock.json, Pipfile.lock, pnpm-lock.yaml, poetry.lock, pubspec.lock, uv.lock, and yarn.lock.

Interactive Configuration Wizard

New sbomify init command with interactive prompts to create sbomify.json configuration files.

Conan Center Enrichment

New enrichment source for C/C++ packages using the Conan Center API. Fetches license, author, homepage, repository, and description.

Component Supplier Field (NTIA Compliance)

Components now include a supplier field populated with the distribution platform (e.g., PyPI, npm) rather than package author, improving NTIA SBOM compliance.

PURL Generation from VCS URL

SPDX SBOMs now generate PURLs from VCS URLs for the main package when no explicit PURL is available, improving NTIA compliance.

Organization Data from Contact Profile API

Enhanced sbomify API integration extracts organizational data from the contact_profile structure.

Improvements

Lifecycle Property Standardization

Lifecycle properties now use official CycloneDX taxonomy:

  • cle:releaseDatecdx:lifecycle:milestone:generalAvailability
  • cle:eoscdx:lifecycle:milestone:endOfSupport
  • cle:eolcdx:lifecycle:milestone:endOfLife

Better Error Handling

  • New ToolNotAvailableError for graceful handling when SBOM generation tools are missing
  • Improved error messages for "component not found" scenarios
  • Better diagnostic info included in SBOM generation errors
  • Path expansion errors now include file name and searched paths
  • Helpful error when file path looks like a CLI flag
  • Stdout captured in error logging for tools that output errors there
  • Sentry filtering fixed for log-based configuration errors

Other

  • Augmentation now works without sbomify API credentials

What's Changed

... (truncated)

Commits
  • e344ec6 Merge pull request #162 from sbomify/release/v0.13
  • 108c8b6 Rebuild lock file
  • dd10742 Bump version to 0.13
  • 82e8146 Merge pull request #160 from sbomify/add-hash
  • c518612 Merge branch 'supplier-info' into add-hash
  • f14e53e Require Python 3.11+ for tomllib module support
  • af82b19 Fix linting: formatting and unused imports
  • bcf9065 Add hash enrichment from lockfiles to SBOMs
  • 22f4f0b Add component.supplier field for distribution platform (NTIA compliance)
  • 6210892 Linting
  • Additional commits viewable in compare view

Updates astral-sh/setup-uv from 7.2.0 to 7.2.1

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the github-actions group with 2 updates: [sbomify/github-action](https://github.com/sbomify/github-action) and [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv).


Updates `sbomify/github-action` from 0.12 to 0.13
- [Release notes](https://github.com/sbomify/github-action/releases)
- [Commits](sbomify/github-action@7906c48...e344ec6)

Updates `astral-sh/setup-uv` from 7.2.0 to 7.2.1
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@61cb8a9...803947b)

---
updated-dependencies:
- dependency-name: sbomify/github-action
  dependency-version: '0.13'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: astral-sh/setup-uv
  dependency-version: 7.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 2, 2026
@gkc gkc merged commit d2b207d into trunk Feb 2, 2026
10 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/github-actions-a697c16c6c branch February 2, 2026 02:26
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 github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant