Skip to content

Commit a50dc12

Browse files
chore(deps): update anchore/sbom-action action to v0.17.4
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c9b11b6 commit a50dc12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
go-version: '1.22'
5151
- name: Download Syft
52-
uses: anchore/sbom-action/download-syft@61119d458adab75f756bc0b9e4bde25725f86a7a # v0.17.2
52+
uses: anchore/sbom-action/download-syft@8d0a6505bf28ced3e85154d13dc6af83299e13f1 # v0.17.4
5353
- name: Run GoReleaser
5454
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6
5555
with:
@@ -106,7 +106,7 @@ jobs:
106106
cache-to: type=gha,scope=${{ github.ref_name }}-${{ env.IMAGE_TAG }}
107107

108108
- name: Generate SBOM
109-
uses: anchore/sbom-action@61119d458adab75f756bc0b9e4bde25725f86a7a # v0.17.2
109+
uses: anchore/sbom-action@8d0a6505bf28ced3e85154d13dc6af83299e13f1 # v0.17.4
110110
with:
111111
image: ${{ env.IMAGE_TAG }}
112112
artifact-name: sbom-${{ env.IMAGE_NAME }}

0 commit comments

Comments
 (0)