We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea6132 commit b0e91b6Copy full SHA for b0e91b6
.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@7ccf588e3cf3cc2611714c2eeae48550fbc17552 # v0.15.11
+ uses: anchore/sbom-action/download-syft@e8d2a6937ecead383dfe75190d104edd1f9c5751 # v0.16.0
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@7ccf588e3cf3cc2611714c2eeae48550fbc17552 # v0.15.11
+ uses: anchore/sbom-action@e8d2a6937ecead383dfe75190d104edd1f9c5751 # v0.16.0
108
109
image: ${{ env.IMAGE_TAG }}
110
artifact-name: sbom-${{ env.IMAGE_NAME }}
0 commit comments