From 5a4dccbdd57cdb39239888acb1a5bff4b26d3728 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 22:23:37 +0000 Subject: [PATCH] build(deps): Bump anchore/sbom-action from 0.21.0 to 0.21.1 Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.21.0 to 0.21.1. - [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.0...v0.21.1) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-version: 0.21.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 580e7c2..24c4706 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -61,7 +61,7 @@ jobs: # run: sudo apt-get install -y syft # run: curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin - uses: sigstore/cosign-installer@v4.0.0 # installs cosign - - uses: anchore/sbom-action/download-syft@v0.21.0 # installs syft + - uses: anchore/sbom-action/download-syft@v0.21.1 # installs syft - name: Run GoReleaser uses: goreleaser/goreleaser-action@v6 #if: startsWith(github.ref, 'refs/tags/')