We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cf32f9 commit d6d46c2Copy full SHA for d6d46c2
.github/workflows/build.yml
@@ -70,7 +70,7 @@ jobs:
70
token: ${{ secrets.CODECOV_TOKEN }}
71
72
- name: Generate SBOM
73
- uses: anchore/sbom-action@df80a981bc6edbc4e220a492d3cbe9f5547a6e75 # v0.17.9
+ uses: anchore/sbom-action@f325610c9f50a54015d37c8d16cb3b0e2c8f4de0 # v0.18.0
74
with:
75
artifact-name: build-${{ matrix.os-name }}.spdx.json
76
output-file: ./artifacts/build.spdx.json
0 commit comments