From 96f0a6c44af050a72939711871b616a8e0aec11f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 10:08:32 +0000 Subject: [PATCH] chore(deps): bump anchore/sbom-action from 0.21.1 to 0.22.2 Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.21.1 to 0.22.2. - [Release notes](https://github.com/anchore/sbom-action/releases) - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md) - [Commits](https://github.com/anchore/sbom-action/compare/v0.21.1...v0.22.2) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-version: 0.22.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release-next.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-next.yml b/.github/workflows/release-next.yml index 7a9c648b..cdd3d445 100644 --- a/.github/workflows/release-next.yml +++ b/.github/workflows/release-next.yml @@ -38,7 +38,7 @@ jobs: name: Install yarn run: npm install --global yarn - - uses: anchore/sbom-action/download-syft@v0.21.1 + uses: anchore/sbom-action/download-syft@v0.22.2 - uses: sigstore/cosign-installer@v4.0.0 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9132ae97..9a751f05 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: name: Install yarn run: npm install --global yarn - - uses: anchore/sbom-action/download-syft@v0.21.1 + uses: anchore/sbom-action/download-syft@v0.22.2 - uses: sigstore/cosign-installer@v4.0.0 with: