@@ -104,7 +104,7 @@ jobs:
104
104
./.github/scripts/release/build-linux-release.sh ${{ matrix.binaries }} ${{ inputs.package }}
105
105
106
106
- name : Generate artifact attestation
107
- uses : actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
107
+ uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
108
108
with :
109
109
subject-path : /artifacts/${{ matrix.binaries }}/${{ matrix.binaries }}
110
110
@@ -173,7 +173,7 @@ jobs:
173
173
run : echo "/opt/homebrew/bin" >> $GITHUB_PATH
174
174
175
175
- name : Install rust ${{ env.RUST_VERSION }}
176
- uses : actions-rust-lang/setup-rust-toolchain@11df97af8e8102fd60b60a77dfbf58d40cd843b8 # v1.10.1
176
+ uses : actions-rust-lang/setup-rust-toolchain@9399c7bb15d4c7d47b27263d024f0a4978346ba4 # v1.11.0
177
177
with :
178
178
cache : false
179
179
toolchain : ${{ env.RUST_VERSION }}
@@ -219,7 +219,7 @@ jobs:
219
219
./.github/scripts/release/build-macos-release.sh ${{ matrix.binaries }} ${{ inputs.package }}
220
220
221
221
- name : Generate artifact attestation
222
- uses : actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
222
+ uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
223
223
with :
224
224
subject-path : ${{ env.ARTIFACTS_PATH }}/${{ matrix.binaries }}
225
225
@@ -292,7 +292,7 @@ jobs:
292
292
. "${GITHUB_WORKSPACE}"/.github/scripts/release/build-deb.sh ${{ inputs.package }} ${VERSION}
293
293
294
294
- name : Generate artifact attestation
295
- uses : actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
295
+ uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
296
296
with :
297
297
subject-path : target/production/*.deb
298
298
0 commit comments