From ebd1b10a6c4cec85763ae63142fc6538ac87b4cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 10:06:34 +0000 Subject: [PATCH] chore(deps): bump anchore/sbom-action from 0.21.1 to 0.22.0 Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.21.1 to 0.22.0. - [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.0) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-version: 0.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release-snapshot.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-snapshot.yml b/.github/workflows/release-snapshot.yml index ff8cf44..aee8746 100644 --- a/.github/workflows/release-snapshot.yml +++ b/.github/workflows/release-snapshot.yml @@ -31,7 +31,7 @@ jobs: cache: true - name: Install Syft - uses: anchore/sbom-action/download-syft@v0.21.1 + uses: anchore/sbom-action/download-syft@v0.22.0 - name: Run GoReleaser (Snapshot) uses: goreleaser/goreleaser-action@v6 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 70ad27f..69f4db4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -92,7 +92,7 @@ jobs: cache: true - name: Install Syft - uses: anchore/sbom-action/download-syft@v0.21.1 + uses: anchore/sbom-action/download-syft@v0.22.0 - name: Install cosign uses: sigstore/cosign-installer@v3