File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104 ./.github/scripts/release/build-linux-release.sh ${{ matrix.binaries }} ${{ inputs.package }}
105105
106106 - name : Generate artifact attestation
107- uses : actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2 .0
107+ uses : actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1 .0
108108 with :
109109 subject-path : /artifacts/${{ matrix.binaries }}/${{ matrix.binaries }}
110110
@@ -219,7 +219,7 @@ jobs:
219219 ./.github/scripts/release/build-macos-release.sh ${{ matrix.binaries }} ${{ inputs.package }}
220220
221221 - name : Generate artifact attestation
222- uses : actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2 .0
222+ uses : actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1 .0
223223 with :
224224 subject-path : ${{ env.ARTIFACTS_PATH }}/${{ matrix.binaries }}
225225
@@ -292,7 +292,7 @@ jobs:
292292 . "${GITHUB_WORKSPACE}"/.github/scripts/release/build-deb.sh ${{ inputs.package }} ${VERSION}
293293
294294 - name : Generate artifact attestation
295- uses : actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2 .0
295+ uses : actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1 .0
296296 with :
297297 subject-path : target/production/*.deb
298298
Original file line number Diff line number Diff line change 8787 echo "Compressed Runtime: ${{ steps.srtool_build.outputs.wasm_compressed }}"
8888
8989 - name : Generate artifact attestation
90- uses : actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2 .0
90+ uses : actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1 .0
9191 with :
9292 subject-path : ${{ steps.srtool_build.outputs.wasm }}
9393
You can’t perform that action at this time.
0 commit comments