91
91
92
92
- name : Restore Ccache
93
93
id : ccache-restore
94
- uses : actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
94
+ uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
95
95
with :
96
96
path : |
97
97
${{ env.CCACHE_DIR }}
@@ -146,7 +146,7 @@ jobs:
146
146
gcovr -v -r . ${{ matrix.additional-gcov-flags }} $GCOVR_FLAGS -o coverage.xml
147
147
148
148
- name : Upload Coverage Results
149
- uses : codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
149
+ uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
150
150
with :
151
151
files : ./coverage.xml
152
152
flags : ${{ matrix.image }},unittest
@@ -156,7 +156,7 @@ jobs:
156
156
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
157
157
158
158
- name : Save Ccache
159
- uses : actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
159
+ uses : actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
160
160
with :
161
161
path : ${{ env.CCACHE_DIR }}
162
162
key : ${{ steps.ccache-restore.outputs.cache-primary-key }}
@@ -179,7 +179,7 @@ jobs:
179
179
180
180
- name : Restore Ccache
181
181
id : ccache-restore
182
- uses : actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
182
+ uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
183
183
with :
184
184
path : ${{ env.CCACHE_DIR }}
185
185
key : ${{ matrix.image }}-ccache-${{ github.run_id }}
@@ -220,7 +220,7 @@ jobs:
220
220
run : cd build_examples/tutorials_bin && ./Tutorial-HelloWorld
221
221
222
222
- name : Save Ccache
223
- uses : actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
223
+ uses : actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
224
224
with :
225
225
path : ${{ env.CCACHE_DIR }}
226
226
key : ${{ steps.ccache-restore.outputs.cache-primary-key }}
@@ -239,7 +239,7 @@ jobs:
239
239
240
240
- name : Restore Ccache
241
241
id : ccache-restore
242
- uses : actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
242
+ uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
243
243
with :
244
244
path : ${{ env.CCACHE_DIR }}
245
245
key : ${{ matrix.image }}-ccache-${{ github.run_id }}
@@ -277,7 +277,7 @@ jobs:
277
277
run : cd build_examples/tutorials_bin && ./Tutorial-HelloWorld
278
278
279
279
- name : Save Ccache
280
- uses : actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
280
+ uses : actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
281
281
with :
282
282
path : ${{ env.CCACHE_DIR }}
283
283
key : ${{ steps.ccache-restore.outputs.cache-primary-key }}
@@ -321,7 +321,7 @@ jobs:
321
321
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
322
322
323
323
- name : Setup Python
324
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
324
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
325
325
with :
326
326
# support version: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
327
327
python-version : " 3.12"
@@ -331,7 +331,7 @@ jobs:
331
331
332
332
- name : Restore Ccache
333
333
id : ccache-restore
334
- uses : actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
334
+ uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
335
335
with :
336
336
path : ${{ env.CCACHE_DIR }}
337
337
key : ${{ matrix.os-version }}-${{ matrix.arch }}-ccache-${{ github.run_id }}
@@ -394,7 +394,7 @@ jobs:
394
394
gcovr -v -r . $GCOVR_FLAGS -o coverage.xml
395
395
396
396
- name : Upload Coverage Results
397
- uses : codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
397
+ uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
398
398
if : ${{ matrix.host-arch == matrix.arch }}
399
399
with :
400
400
files : ./coverage.xml
@@ -405,7 +405,7 @@ jobs:
405
405
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
406
406
407
407
- name : Save Ccache
408
- uses : actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
408
+ uses : actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
409
409
with :
410
410
path : ${{ env.CCACHE_DIR }}
411
411
key : ${{ steps.ccache-restore.outputs.cache-primary-key }}
@@ -425,7 +425,7 @@ jobs:
425
425
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
426
426
427
427
- name : Setup MSYS2
428
- uses : msys2/setup-msys2@c52d1fa9c7492275e60fe763540fb601f5f232a1 # v2.25 .0
428
+ uses : msys2/setup-msys2@d44ca8e88d8b43d56cf5670f91747359d5537f97 # v2.26 .0
429
429
with :
430
430
msystem : ${{matrix.sys}}
431
431
install : >-
@@ -435,7 +435,7 @@ jobs:
435
435
mingw-w64-${{matrix.env}}-make
436
436
437
437
- name : Setup Python
438
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
438
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
439
439
with :
440
440
python-version : " 3.12"
441
441
@@ -483,7 +483,7 @@ jobs:
483
483
run : gcovr -v -g -k -r . $env:GCOVR_FLAGS.split() -o coverage.xml
484
484
485
485
- name : Upload Coverage Results
486
- uses : codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
486
+ uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
487
487
with :
488
488
files : ./coverage.xml
489
489
flags : ${{ matrix.sys }},unittest
@@ -519,7 +519,7 @@ jobs:
519
519
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
520
520
521
521
- name : Setup Python
522
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
522
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
523
523
with :
524
524
python-version : " 3.12"
525
525
@@ -574,7 +574,7 @@ jobs:
574
574
python -m pytest --root-path=../../Dist/examples_bin
575
575
576
576
- name : Upload Coverage Results
577
- uses : codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
577
+ uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
578
578
with :
579
579
files : ./Tests/Pcap++Test/Pcap++Coverage.xml,./Tests/Packet++Test/Packet++Coverage.xml
580
580
flags : ${{ matrix.os }},unittest,${{ matrix.pcap_lib }}
@@ -592,7 +592,7 @@ jobs:
592
592
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
593
593
- name : Test in FreeBSD
594
594
id : test
595
- uses : vmactions/freebsd-vm@debf37ca7b7fa40e19c542ef7ba30d6054a706a4 # v1.1.5
595
+ uses : vmactions/freebsd-vm@848dac7e118679d08e2c2f9d42cd96608d834323 # v1.1.8
596
596
with :
597
597
release : ${{ matrix.version }}
598
598
usesh : true
@@ -713,7 +713,7 @@ jobs:
713
713
714
714
- name : Restore Ccache
715
715
id : ccache-restore
716
- uses : actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
716
+ uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
717
717
with :
718
718
path : ${{ env.CCACHE_DIR }}
719
719
key : ${{ matrix.image }}-ccache-${{ github.run_id }}
@@ -743,7 +743,7 @@ jobs:
743
743
gcovr -v -r . $GCOVR_FLAGS -o coverage.xml
744
744
745
745
- name : Upload Coverage Results
746
- uses : codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
746
+ uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
747
747
with :
748
748
files : ./coverage.xml
749
749
flags : xdp,unittest
@@ -753,7 +753,7 @@ jobs:
753
753
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
754
754
755
755
- name : Save Ccache
756
- uses : actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
756
+ uses : actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
757
757
with :
758
758
path : ${{ env.CCACHE_DIR }}
759
759
key : ${{ steps.ccache-restore.outputs.cache-primary-key }}
@@ -782,7 +782,7 @@ jobs:
782
782
783
783
- name : Restore Ccache
784
784
id : ccache-restore
785
- uses : actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
785
+ uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
786
786
with :
787
787
path : ${{ env.CCACHE_DIR }}
788
788
key : ${{ matrix.engine }}-${{ matrix.sanitizer }}-ccache-${{ github.run_id }}
@@ -804,7 +804,7 @@ jobs:
804
804
Tests/Fuzzers/RegressionTests/run_tests.sh
805
805
806
806
- name : Save Ccache
807
- uses : actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
807
+ uses : actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
808
808
with :
809
809
path : ${{ env.CCACHE_DIR }}
810
810
key : ${{ steps.ccache-restore.outputs.cache-primary-key }}
0 commit comments