71
71
run : cmake --build "$BUILD_DIR" --target package
72
72
73
73
- name : Generate artifact attestation
74
- uses : actions/attest-build-provenance@bdd51370e0416ac948727f861e03c2f05d32d78e # v1.3 .2
74
+ uses : actions/attest-build-provenance@6149ea5740be74af77f260b9db67e633f6b0a9a1 # v1.4 .2
75
75
with :
76
76
subject-path : " ${{ env.BUILD_DIR }}/*.tar.gz,${{ env.BUILD_DIR }}/*.deb,${{ env.BUILD_DIR }}/*.rpm"
77
77
@@ -100,7 +100,7 @@ jobs:
100
100
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
101
101
102
102
- name : Test in FreeBSD
103
- uses : vmactions/freebsd-vm@f8be330398166d1eb0601f01353839d4052367b2 # v1.0.7
103
+ uses : vmactions/freebsd-vm@12c207ac1ba13827f25726fe93f9c2e6f685f0f3 # v1.0.8
104
104
with :
105
105
release : ${{ matrix.freebsd-version }}
106
106
envs : ' BUILD_DIR'
@@ -113,7 +113,7 @@ jobs:
113
113
cmake --build "$BUILD_DIR" --target package
114
114
115
115
- name : Generate artifact attestation
116
- uses : actions/attest-build-provenance@bdd51370e0416ac948727f861e03c2f05d32d78e # v1.3 .2
116
+ uses : actions/attest-build-provenance@6149ea5740be74af77f260b9db67e633f6b0a9a1 # v1.4 .2
117
117
with :
118
118
subject-path : " ${{ env.BUILD_DIR }}/*.tar.gz"
119
119
@@ -156,7 +156,7 @@ jobs:
156
156
run : cmake --build "$BUILD_DIR" --target package
157
157
158
158
- name : Generate artifact attestation
159
- uses : actions/attest-build-provenance@bdd51370e0416ac948727f861e03c2f05d32d78e # v1.3 .2
159
+ uses : actions/attest-build-provenance@6149ea5740be74af77f260b9db67e633f6b0a9a1 # v1.4 .2
160
160
with :
161
161
subject-path : " ${{ env.BUILD_DIR }}/*.tar.gz,${{ env.BUILD_DIR }}/*.pkg"
162
162
@@ -188,7 +188,7 @@ jobs:
188
188
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
189
189
190
190
- name : Setup MSYS2
191
- uses : msys2/setup-msys2@d0e80f58dffbc64f6a3a1f43527d469b4fc7b6c8 # v2.23.0
191
+ uses : msys2/setup-msys2@ddf331adaebd714795f1042345e6ca57bd66cea8 # v2.24.1
192
192
with :
193
193
msystem : ${{matrix.sys}}
194
194
update : true
@@ -226,7 +226,7 @@ jobs:
226
226
run : cmake --build "$BUILD_DIR" --target package
227
227
228
228
- name : Generate artifact attestation
229
- uses : actions/attest-build-provenance@bdd51370e0416ac948727f861e03c2f05d32d78e # v1.3 .2
229
+ uses : actions/attest-build-provenance@6149ea5740be74af77f260b9db67e633f6b0a9a1 # v1.4 .2
230
230
with :
231
231
subject-path : " ${{ env.BUILD_DIR }}/*.zip"
232
232
@@ -275,7 +275,7 @@ jobs:
275
275
run : cmake --build "$env:BUILD_DIR" --config ${{ matrix.configuration }} --target package
276
276
277
277
- name : Generate artifact attestation
278
- uses : actions/attest-build-provenance@bdd51370e0416ac948727f861e03c2f05d32d78e # v1.3 .2
278
+ uses : actions/attest-build-provenance@6149ea5740be74af77f260b9db67e633f6b0a9a1 # v1.4 .2
279
279
with :
280
280
subject-path : " ${{ env.BUILD_DIR }}/*.zip"
281
281
@@ -338,7 +338,7 @@ jobs:
338
338
mkdir -p "android-package"
339
339
mv "${COMBINED_PACKAGE_DIR}" "android-package"
340
340
341
- - uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
341
+ - uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
342
342
with :
343
343
path : android-package
344
344
name : android-package-${{ matrix.target }}-${{ matrix.api-version }}
@@ -365,7 +365,7 @@ jobs:
365
365
tar cvf "${PACKAGE_DIR}.tar.gz" "${PACKAGE_DIR}"
366
366
367
367
- name : Generate artifact attestation
368
- uses : actions/attest-build-provenance@bdd51370e0416ac948727f861e03c2f05d32d78e # v1.3 .2
368
+ uses : actions/attest-build-provenance@6149ea5740be74af77f260b9db67e633f6b0a9a1 # v1.4 .2
369
369
with :
370
370
subject-path : " ${{ env.PACKAGE_DIR }}.tar.gz"
371
371
0 commit comments