From 81c986a504cabfd9d5bb93d4fca880566965d2d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 10:04:13 +0000 Subject: [PATCH] chore(deps): bump anchore/sbom-action from 0.22.1 to 0.22.2 Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.22.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.22.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-patch ... 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 6576434..0b7f79d 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.22.1 + uses: anchore/sbom-action/download-syft@v0.22.2 - name: Run GoReleaser (Snapshot) uses: goreleaser/goreleaser-action@v6 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 59b555c..03f832f 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.22.1 + uses: anchore/sbom-action/download-syft@v0.22.2 - name: Install cosign uses: sigstore/cosign-installer@v3