We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6ce47c commit 3e93409Copy full SHA for 3e93409
.github/workflows/release.yaml
@@ -49,7 +49,7 @@ jobs:
49
with:
50
go-version: '1.22'
51
- name: Download Syft
52
- uses: anchore/sbom-action/download-syft@e8d2a6937ecead383dfe75190d104edd1f9c5751 # v0.16.0
+ uses: anchore/sbom-action/download-syft@95b086ac308035dc0850b3853be5b7ab108236a8 # v0.16.1
53
- name: Run GoReleaser
54
uses: goreleaser/goreleaser-action@v6 # v5
55
@@ -104,7 +104,7 @@ jobs:
104
cache-to: type=gha,scope=${{ github.ref_name }}-${{ env.IMAGE_TAG }}
105
106
- name: Generate SBOM
107
- uses: anchore/sbom-action@e8d2a6937ecead383dfe75190d104edd1f9c5751 # v0.16.0
+ uses: anchore/sbom-action@95b086ac308035dc0850b3853be5b7ab108236a8 # v0.16.1
108
109
image: ${{ env.IMAGE_TAG }}
110
artifact-name: sbom-${{ env.IMAGE_NAME }}
0 commit comments