46
46
47
47
steps :
48
48
- name : Checkout code
49
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
49
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
50
50
51
51
# Checkout is performed out of the container and doesn't match our user
52
52
- name : Fix checkout ownership
72
72
73
73
- name : Generate artifact attestation
74
74
if : github.ref_type == 'tag'
75
- uses : actions/attest-build-provenance@6149ea5740be74af77f260b9db67e633f6b0a9a1 # v1.4.2
75
+ uses : actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
76
76
with :
77
77
subject-path : " ${{ env.BUILD_DIR }}/*.tar.gz,${{ env.BUILD_DIR }}/*.deb,${{ env.BUILD_DIR }}/*.rpm"
78
78
97
97
98
98
steps :
99
99
- name : Checkout code
100
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
100
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
101
101
102
102
- name : Test in FreeBSD
103
103
uses : vmactions/freebsd-vm@d7b8fcc7711aa41ad45e8d9b737cf90f035a7e3d # v1.1.3
@@ -114,7 +114,7 @@ jobs:
114
114
115
115
- name : Generate artifact attestation
116
116
if : github.ref_type == 'tag'
117
- uses : actions/attest-build-provenance@6149ea5740be74af77f260b9db67e633f6b0a9a1 # v1.4.2
117
+ uses : actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
118
118
with :
119
119
subject-path : " ${{ env.BUILD_DIR }}/*.tar.gz"
120
120
@@ -144,7 +144,7 @@ jobs:
144
144
xcode-version : " ${{ matrix.xcode-version }}"
145
145
146
146
- name : Checkout code
147
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
147
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
148
148
149
149
- name : Configure PcapPlusPlus
150
150
run : |
@@ -158,7 +158,7 @@ jobs:
158
158
159
159
- name : Generate artifact attestation
160
160
if : github.ref_type == 'tag'
161
- uses : actions/attest-build-provenance@6149ea5740be74af77f260b9db67e633f6b0a9a1 # v1.4.2
161
+ uses : actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
162
162
with :
163
163
subject-path : " ${{ env.BUILD_DIR }}/*.tar.gz,${{ env.BUILD_DIR }}/*.pkg"
164
164
@@ -187,7 +187,7 @@ jobs:
187
187
188
188
steps :
189
189
- name : Checkout code
190
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
190
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
191
191
192
192
- name : Setup MSYS2
193
193
uses : msys2/setup-msys2@ddf331adaebd714795f1042345e6ca57bd66cea8 # v2.24.1
@@ -229,7 +229,7 @@ jobs:
229
229
230
230
- name : Generate artifact attestation
231
231
if : github.ref_type == 'tag'
232
- uses : actions/attest-build-provenance@6149ea5740be74af77f260b9db67e633f6b0a9a1 # v1.4.2
232
+ uses : actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
233
233
with :
234
234
subject-path : " ${{ env.BUILD_DIR }}/*.zip"
235
235
@@ -256,7 +256,7 @@ jobs:
256
256
id-token : write
257
257
steps :
258
258
- name : Checkout code
259
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
259
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
260
260
261
261
- name : Add MSBuild to PATH
262
262
uses : microsoft/setup-msbuild@6fb02220983dee41ce7ae257b6f4d8f9bf5ed4ce # v2.0.0
@@ -279,7 +279,7 @@ jobs:
279
279
280
280
- name : Generate artifact attestation
281
281
if : github.ref_type == 'tag'
282
- uses : actions/attest-build-provenance@6149ea5740be74af77f260b9db67e633f6b0a9a1 # v1.4.2
282
+ uses : actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
283
283
with :
284
284
subject-path : " ${{ env.BUILD_DIR }}/*.zip"
285
285
@@ -309,10 +309,10 @@ jobs:
309
309
310
310
steps :
311
311
- name : Checkout code
312
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
312
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
313
313
314
314
- name : Checkout lipbcap for Android
315
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # main
315
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # main
316
316
with :
317
317
repository : seladb/libpcap-android
318
318
path : ./libpcap-android
@@ -370,7 +370,7 @@ jobs:
370
370
371
371
- name : Generate artifact attestation
372
372
if : github.ref_type == 'tag'
373
- uses : actions/attest-build-provenance@6149ea5740be74af77f260b9db67e633f6b0a9a1 # v1.4.2
373
+ uses : actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
374
374
with :
375
375
subject-path : " ${{ env.PACKAGE_DIR }}.tar.gz"
376
376
0 commit comments