We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2474690 commit ae63681Copy full SHA for ae63681
.github/workflows/build.yml
@@ -71,7 +71,7 @@ jobs:
71
token: ${{ secrets.CODECOV_TOKEN }}
72
73
- name: Generate SBOM
74
- uses: anchore/sbom-action@95b086ac308035dc0850b3853be5b7ab108236a8 # v0.16.1
+ uses: anchore/sbom-action@d94f46e13c6c62f59525ac9a1e147a99dc0b9bf5 # v0.17.0
75
with:
76
artifact-name: build-${{ matrix.os-name }}.spdx.json
77
output-file: ./artifacts/build.spdx.json
0 commit comments