@@ -82,13 +82,13 @@ jobs:
82
82
83
83
- name : Generate artifact attestation
84
84
if : github.ref_type == 'tag'
85
- uses : actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3 .0
85
+ uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4 .0
86
86
with :
87
87
subject-path : " ${{ env.BUILD_DIR }}/*.tar.gz,${{ env.BUILD_DIR }}/*.deb,${{ env.BUILD_DIR }}/*.rpm"
88
88
89
89
- name : Upload binaries to release
90
90
if : github.ref_type == 'tag'
91
- uses : ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1.16 .0
91
+ uses : ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1.18 .0
92
92
with :
93
93
draft : true
94
94
allowUpdates : true
@@ -124,13 +124,13 @@ jobs:
124
124
125
125
- name : Generate artifact attestation
126
126
if : github.ref_type == 'tag'
127
- uses : actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3 .0
127
+ uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4 .0
128
128
with :
129
129
subject-path : " ${{ env.BUILD_DIR }}/*.tar.gz"
130
130
131
131
- name : Upload binaries to release
132
132
if : github.ref_type == 'tag'
133
- uses : ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1.16 .0
133
+ uses : ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1.18 .0
134
134
with :
135
135
draft : true
136
136
allowUpdates : true
@@ -179,13 +179,13 @@ jobs:
179
179
180
180
- name : Generate artifact attestation
181
181
if : github.ref_type == 'tag'
182
- uses : actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3 .0
182
+ uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4 .0
183
183
with :
184
184
subject-path : " ${{ env.BUILD_DIR }}/*.tar.gz,${{ env.BUILD_DIR }}/*.pkg"
185
185
186
186
- name : Upload binaries to release
187
187
if : github.ref_type == 'tag'
188
- uses : ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1.16 .0
188
+ uses : ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1.18 .0
189
189
with :
190
190
draft : true
191
191
allowUpdates : true
@@ -211,7 +211,7 @@ jobs:
211
211
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
212
212
213
213
- name : Setup MSYS2
214
- uses : msys2/setup-msys2@61f9e5e925871ba6c9e3e8da24ede83ea27fa91f # v2.27 .0
214
+ uses : msys2/setup-msys2@40677d36a502eb2cf0fb808cc9dec31bf6152638 # v2.28 .0
215
215
with :
216
216
msystem : ${{matrix.sys}}
217
217
update : true
@@ -250,13 +250,13 @@ jobs:
250
250
251
251
- name : Generate artifact attestation
252
252
if : github.ref_type == 'tag'
253
- uses : actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3 .0
253
+ uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4 .0
254
254
with :
255
255
subject-path : " ${{ env.BUILD_DIR }}/*.zip"
256
256
257
257
- name : Upload binaries to release
258
258
if : github.ref_type == 'tag'
259
- uses : ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1.16 .0
259
+ uses : ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1.18 .0
260
260
with :
261
261
draft : true
262
262
allowUpdates : true
@@ -300,13 +300,13 @@ jobs:
300
300
301
301
- name : Generate artifact attestation
302
302
if : github.ref_type == 'tag'
303
- uses : actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3 .0
303
+ uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4 .0
304
304
with :
305
305
subject-path : " ${{ env.BUILD_DIR }}/*.zip"
306
306
307
307
- name : Upload binaries to release
308
308
if : github.ref_type == 'tag'
309
- uses : ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1.16 .0
309
+ uses : ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1.18 .0
310
310
with :
311
311
draft : true
312
312
allowUpdates : true
@@ -391,13 +391,13 @@ jobs:
391
391
392
392
- name : Generate artifact attestation
393
393
if : github.ref_type == 'tag'
394
- uses : actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3 .0
394
+ uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4 .0
395
395
with :
396
396
subject-path : " ${{ env.PACKAGE_DIR }}.tar.gz"
397
397
398
398
- name : Upload binaries to release
399
399
if : github.ref_type == 'tag'
400
- uses : ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1.16 .0
400
+ uses : ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1.18 .0
401
401
with :
402
402
draft : true
403
403
allowUpdates : true
0 commit comments