We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bfaef8b + 4761e07 commit 6541f6eCopy full SHA for 6541f6e
1 file changed
.github/workflows/sbom.yaml
@@ -35,7 +35,7 @@ jobs:
35
cosign download sbom $(go run ./ build) | tee spdx.json
36
java -jar ./tools-java-${SPDX_TOOLS_VERSION}-jar-with-dependencies.jar Verify spdx.json
37
38
- - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
+ - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
39
if: ${{ always() }}
40
with:
41
name: spdx.json
@@ -70,7 +70,7 @@ jobs:
70
71
java -jar ./tools-java-${SPDX_TOOLS_VERSION}-jar-with-dependencies.jar Verify spdx-multi-arch.json
72
73
74
75
76
name: spdx-multi-arch.json
0 commit comments