File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3535 cosign download sbom $(go run ./ build --sbom=cyclonedx) | tee cyclonedx.json
3636 ./cyclonedx-linux-x64 validate --input-file=cyclonedx.json --fail-on-errors
3737
38- - uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0 .0
38+ - uses : actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1 .0
3939 if : ${{ always() }}
4040 with :
4141 name : cyclonedx.json
6767 cosign download sbom $(go run ./ build) | tee spdx.json
6868 java -jar ./tools-java-${SPDX_TOOLS_VERSION}-jar-with-dependencies.jar Verify spdx.json
6969
70- - uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0 .0
70+ - uses : actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1 .0
7171 if : ${{ always() }}
7272 with :
7373 name : spdx.json
@@ -102,7 +102,7 @@ jobs:
102102
103103 java -jar ./tools-java-${SPDX_TOOLS_VERSION}-jar-with-dependencies.jar Verify spdx-multi-arch.json
104104
105- - uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0 .0
105+ - uses : actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1 .0
106106 if : ${{ always() }}
107107 with :
108108 name : spdx-multi-arch.json
You can’t perform that action at this time.
0 commit comments