Skip to content

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

Merged
cpswan merged 1 commit intotrunkfrom
dependabot/github_actions/github-actions-fdc935df0c
Mar 3, 2026
Merged

build(deps): Bump the github-actions group with 2 updates#472
cpswan merged 1 commit intotrunkfrom
dependabot/github_actions/github-actions-fdc935df0c

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2026

Bumps the github-actions group with 2 updates: sbomify/github-action and github/codeql-action.

Updates sbomify/github-action from 0.13 to 0.14

Release notes

Sourced from sbomify/github-action's releases.

The One With Yocto

New Features

SPDX 3.0.1 Support

Full SPDX 3.0.1 support across the entire pipeline — generation, augmentation, enrichment, and upload. (#166, #172)

Yocto/OpenEmbedded CLI Command

New yocto CLI command for batch processing of Yocto/OpenEmbedded SPDX files, with support for both SPDX 2.2 and SPDX 3 formats. Includes:

  • --visibility flag for setting component visibility (#169)
  • --max-packages hidden option for debug/testing
  • PURL injection for Yocto SBOMs (#171)
  • Single-file SPDX 3 support in the Yocto pipeline

Pipdeptree Integration

New integration with pipdeptree for transitive dependency discovery, improving the completeness of Python SBOMs. (#163)

Caching Support

Added caching for license databases, Trivy, and Syft to speed up repeated runs. (#153)

Standalone Additional-Packages-Only Mode

New --lock-file none mode to inject additional packages without requiring a lockfile. (#164)

Gzip Compression for Uploads

Large SBOM uploads are now gzip-compressed to avoid upstream timeouts. (#169)

Improvements

  • Configurable upload timeout and plan limit early-stop (#169)
  • Renamed project references from github-action to sbomify-action (#168)
  • Updated Trivy from 0.68.2 to 0.69.2
  • Bumped all dependencies (#173)
  • Refactored README with collapsible sections and added Yocto documentation
  • Added FOSDEM 2026 talk video to README (#167)

Bug Fixes

  • Fix SPDX 3 roundtrip: preserve elements, restore type prefixes, fix property names (#172)
  • Fix SPDX 3 version override not updating PURL to match (#166)
  • Fix unsupported format/version combo producing unhandled ValueError
  • Fix SPDX namespace uniqueness and test assertion guards
  • Fix data corruption, sanitization, error handling, and test gaps (#173)
  • Fix Integration Tests CI cache: include Python version in key

What's Changed

... (truncated)

Commits
  • baefdff Merge pull request #174 from sbomify/release/v0.14
  • 6b17cb9 Bump version to 0.14
  • 0a9a3b7 Merge pull request #173 from sbomify/code-review-fixes
  • 8a4d5fd Fix gzip test to actually exercise compression path
  • 5ca26ef Use patched threshold for incompressible gzip test
  • 8889c66 Use os.fdopen for reliable writes in upload test
  • 48b9ff8 Bump all dependencies
  • b759a3d Update Trivy from 0.68.2 to 0.69.2
  • 82949e4 Address Copilot review feedback on code review fixes
  • e7a474b Fix code review issues: data corruption, sanitization, error handling, and te...
  • Additional commits viewable in compare view

Updates github/codeql-action from 4.32.4 to 4.32.5

Release notes

Sourced from github/codeql-action's releases.

v4.32.5

  • Repositories owned by an organization can now set up the github-codeql-disable-overlay custom repository property to disable improved incremental analysis for CodeQL. First, create a custom repository property with the name github-codeql-disable-overlay and the type "True/false" in the organization's settings. Then in the repository's settings, set this property to true to disable improved incremental analysis. For more information, see Managing custom properties for repositories in your organization. This feature is not yet available on GitHub Enterprise Server. #3507
  • Added an experimental change so that when improved incremental analysis fails on a runner — potentially due to insufficient disk space — the failure is recorded in the Actions cache so that subsequent runs will automatically skip improved incremental analysis until something changes (e.g. a larger runner is provisioned or a new CodeQL version is released). We expect to roll this change out to everyone in March. #3487
  • The minimum memory check for improved incremental analysis is now skipped for CodeQL 2.24.3 and later, which has reduced peak RAM usage. #3515
  • Reduced log levels for best-effort private package registry connection check failures to reduce noise from workflow annotations. #3516
  • Added an experimental change which lowers the minimum disk space requirement for improved incremental analysis, enabling it to run on standard GitHub Actions runners. We expect to roll this change out to everyone in March. #3498
  • Added an experimental change which allows the start-proxy action to resolve the CodeQL CLI version from feature flags instead of using the linked CLI bundle version. We expect to roll this change out to everyone in March. #3512
  • The previously experimental changes from versions 4.32.3, 4.32.4, 3.32.3 and 3.32.4 are now enabled by default. #3503, #3504
Changelog

Sourced from github/codeql-action's changelog.

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

[UNRELEASED]

No user facing changes.

4.32.5 - 02 Mar 2026

  • Repositories owned by an organization can now set up the github-codeql-disable-overlay custom repository property to disable improved incremental analysis for CodeQL. First, create a custom repository property with the name github-codeql-disable-overlay and the type "True/false" in the organization's settings. Then in the repository's settings, set this property to true to disable improved incremental analysis. For more information, see Managing custom properties for repositories in your organization. This feature is not yet available on GitHub Enterprise Server. #3507
  • Added an experimental change so that when improved incremental analysis fails on a runner — potentially due to insufficient disk space — the failure is recorded in the Actions cache so that subsequent runs will automatically skip improved incremental analysis until something changes (e.g. a larger runner is provisioned or a new CodeQL version is released). We expect to roll this change out to everyone in March. #3487
  • The minimum memory check for improved incremental analysis is now skipped for CodeQL 2.24.3 and later, which has reduced peak RAM usage. #3515
  • Reduced log levels for best-effort private package registry connection check failures to reduce noise from workflow annotations. #3516
  • Added an experimental change which lowers the minimum disk space requirement for improved incremental analysis, enabling it to run on standard GitHub Actions runners. We expect to roll this change out to everyone in March. #3498
  • Added an experimental change which allows the start-proxy action to resolve the CodeQL CLI version from feature flags instead of using the linked CLI bundle version. We expect to roll this change out to everyone in March. #3512
  • The previously experimental changes from versions 4.32.3, 4.32.4, 3.32.3 and 3.32.4 are now enabled by default. #3503, #3504

4.32.4 - 20 Feb 2026

  • Update default CodeQL bundle version to 2.24.2. #3493
  • Added an experimental change which improves how certificates are generated for the authentication proxy that is used by the CodeQL Action in Default Setup when private package registries are configured. This is expected to generate more widely compatible certificates and should have no impact on analyses which are working correctly already. We expect to roll this change out to everyone in February. #3473
  • When the CodeQL Action is run with debugging enabled in Default Setup and private package registries are configured, the "Setup proxy for registries" step will output additional diagnostic information that can be used for troubleshooting. #3486
  • Added a setting which allows the CodeQL Action to enable network debugging for Java programs. This will help GitHub staff support customers with troubleshooting issues in GitHub-managed CodeQL workflows, such as Default Setup. This setting can only be enabled by GitHub staff. #3485
  • Added a setting which enables GitHub-managed workflows, such as Default Setup, to use a nightly CodeQL CLI release instead of the latest, stable release that is used by default. This will help GitHub staff support customers whose analyses for a given repository or organization require early access to a change in an upcoming CodeQL CLI release. This setting can only be enabled by GitHub staff. #3484

4.32.3 - 13 Feb 2026

  • Added experimental support for testing connections to private package registries. This feature is not currently enabled for any analysis. In the future, it may be enabled by default for Default Setup. #3466

4.32.2 - 05 Feb 2026

  • Update default CodeQL bundle version to 2.24.1. #3460

4.32.1 - 02 Feb 2026

  • A warning is now shown in Default Setup workflow logs if a private package registry is configured using a GitHub Personal Access Token (PAT), but no username is configured. #3422
  • Fixed a bug which caused the CodeQL Action to fail when repository properties cannot successfully be retrieved. #3421

4.32.0 - 26 Jan 2026

  • Update default CodeQL bundle version to 2.24.0. #3425

4.31.11 - 23 Jan 2026

  • When running a Default Setup workflow with Actions debugging enabled, the CodeQL Action will now use more unique names when uploading logs from the Dependabot authentication proxy as workflow artifacts. This ensures that the artifact names do not clash between multiple jobs in a build matrix. #3409
  • Improved error handling throughout the CodeQL Action. #3415
  • Added experimental support for automatically excluding generated files from the analysis. This feature is not currently enabled for any analysis. In the future, it may be enabled by default for some GitHub-managed analyses. #3318
  • The changelog extracts that are included with releases of the CodeQL Action are now shorter to avoid duplicated information from appearing in Dependabot PRs. #3403

... (truncated)

Commits
  • c793b71 Merge pull request #3523 from github/update-v4.32.5-ca42bf226
  • 06cd615 Soften language re overlay failures
  • f5516c6 Improve changelog
  • 97519e1 Update release date
  • 05259a1 Add more changelog notes
  • 01ee2f7 Add changelog notes
  • c72d9a4 Update changelog for v4.32.5
  • ca42bf2 Merge pull request #3522 from github/henrymercer/update-supported-versions-table
  • 6704d80 Merge pull request #3520 from github/dependabot/npm_and_yarn/fast-xml-parser-...
  • 76348c0 Merge pull request #3521 from github/dependabot/npm_and_yarn/minimatch-3.1.5
  • Additional commits viewable in compare view

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 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 [github/codeql-action](https://github.com/github/codeql-action).


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

Updates `github/codeql-action` from 4.32.4 to 4.32.5
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@89a39a4...c793b71)

---
updated-dependencies:
- dependency-name: sbomify/github-action
  dependency-version: '0.14'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: github/codeql-action
  dependency-version: 4.32.5
  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 Mar 3, 2026
@cpswan cpswan merged commit 03cb6a1 into trunk Mar 3, 2026
10 checks passed
@cpswan cpswan deleted the dependabot/github_actions/github-actions-fdc935df0c branch March 3, 2026 06:21
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