We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6be428f commit 34c6ed4Copy full SHA for 34c6ed4
.github/workflows/ci.yml
@@ -62,7 +62,7 @@ jobs:
62
run: dotnet test --configuration Release --logger:"GitHubActions;report-warnings=false"
63
64
- name: Generate SBOM
65
- uses: anchore/sbom-action@e11c554f704a0b820cbf8c51673f6945e0731532 # v0.20.0
+ uses: anchore/sbom-action@9246b90769f852b3a8921f330c59e0b3f439d6e9 # v0.20.1
66
with:
67
artifact-name: build-${{ matrix.os-name }}.spdx.json
68
output-file: ./artifacts/build.spdx.json
0 commit comments