Skip to content

Commit 3e93409

Browse files
chore(deps): update anchore/sbom-action action to v0.16.1 (#1179)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f6ce47c commit 3e93409

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@e8d2a6937ecead383dfe75190d104edd1f9c5751 # v0.16.0
52+
uses: anchore/sbom-action/download-syft@95b086ac308035dc0850b3853be5b7ab108236a8 # v0.16.1
5353
- name: Run GoReleaser
5454
uses: goreleaser/goreleaser-action@v6 # v5
5555
with:
@@ -104,7 +104,7 @@ jobs:
104104
cache-to: type=gha,scope=${{ github.ref_name }}-${{ env.IMAGE_TAG }}
105105

106106
- name: Generate SBOM
107-
uses: anchore/sbom-action@e8d2a6937ecead383dfe75190d104edd1f9c5751 # v0.16.0
107+
uses: anchore/sbom-action@95b086ac308035dc0850b3853be5b7ab108236a8 # v0.16.1
108108
with:
109109
image: ${{ env.IMAGE_TAG }}
110110
artifact-name: sbom-${{ env.IMAGE_NAME }}

0 commit comments

Comments
 (0)