Skip to content

Commit eaf6133

Browse files
Bump the actions-dependencies group with 7 updates (seladb#1632)
Bumps the actions-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.2.0` | `4.2.2` | | [actions/setup-python](https://github.com/actions/setup-python) | `5.2.0` | `5.3.0` | | [actions/cache](https://github.com/actions/cache) | `4.0.2` | `4.1.2` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `4.5.0` | `4.6.0` | | [vmactions/freebsd-vm](https://github.com/vmactions/freebsd-vm) | `1.1.3` | `1.1.4` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.4.0` | `4.4.3` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.26.10` | `3.27.0` | Updates `actions/checkout` from 4.2.0 to 4.2.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@d632683...11bd719) Updates `actions/setup-python` from 5.2.0 to 5.3.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@f677139...0b93645) Updates `actions/cache` from 4.0.2 to 4.1.2 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0c45773...6849a64) Updates `codecov/codecov-action` from 4.5.0 to 4.6.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@e28ff12...b9fd7d1) Updates `vmactions/freebsd-vm` from 1.1.3 to 1.1.4 - [Release notes](https://github.com/vmactions/freebsd-vm/releases) - [Commits](vmactions/freebsd-vm@d7b8fcc...c963419) Updates `actions/upload-artifact` from 4.4.0 to 4.4.3 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@5076954...b4b15b8) Updates `github/codeql-action` from 3.26.10 to 3.27.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@e2b3eaf...6624720) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-dependencies - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-dependencies - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-dependencies - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-dependencies - dependency-name: vmactions/freebsd-vm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-dependencies - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-dependencies - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9ec59d2 commit eaf6133

8 files changed

+57
-57
lines changed

.github/workflows/auto_update.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313

1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
16+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717
with:
1818
ref: dev
1919
- name: Setup Python
20-
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
20+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
2121
with:
2222
python-version: "3.8.x"
2323
- name: Run update
@@ -46,11 +46,11 @@ jobs:
4646

4747
steps:
4848
- name: Checkout code
49-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
49+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5050
with:
5151
ref: dev
5252
- name: Setup Python
53-
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
53+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
5454
with:
5555
python-version: "3.9.x"
5656
- name: Run update

.github/workflows/build_and_test.yml

+34-34
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
container: seladb/alpine317
2626
steps:
2727
- name: Checkout code
28-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
28+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929

3030
# Checkout is performed out of the container and doesn't match our user
3131
- name: Fix checkout ownership
@@ -77,7 +77,7 @@ jobs:
7777

7878
steps:
7979
- name: Checkout code
80-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
80+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8181

8282
# Checkout is performed out of the container and doesn't match our user
8383
- name: Fix checkout ownership
@@ -91,7 +91,7 @@ jobs:
9191
9292
- name: Restore Ccache
9393
id: ccache-restore
94-
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
94+
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
9595
with:
9696
path: |
9797
${{ env.CCACHE_DIR }}
@@ -146,7 +146,7 @@ jobs:
146146
gcovr -v -r . ${{ matrix.additional-gcov-flags }} $GCOVR_FLAGS -o coverage.xml
147147
148148
- name: Upload Coverage Results
149-
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
149+
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
150150
with:
151151
files: ./coverage.xml
152152
flags: ${{ matrix.image }},unittest
@@ -156,7 +156,7 @@ jobs:
156156
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
157157

158158
- name: Save Ccache
159-
uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
159+
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
160160
with:
161161
path: ${{ env.CCACHE_DIR }}
162162
key: ${{ steps.ccache-restore.outputs.cache-primary-key }}
@@ -175,11 +175,11 @@ jobs:
175175

176176
steps:
177177
- name: Checkout code
178-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
178+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
179179

180180
- name: Restore Ccache
181181
id: ccache-restore
182-
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
182+
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
183183
with:
184184
path: ${{ env.CCACHE_DIR }}
185185
key: ${{ matrix.image }}-ccache-${{ github.run_id }}
@@ -220,7 +220,7 @@ jobs:
220220
run: cd build_examples/tutorials_bin && ./Tutorial-HelloWorld
221221

222222
- name: Save Ccache
223-
uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
223+
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
224224
with:
225225
path: ${{ env.CCACHE_DIR }}
226226
key: ${{ steps.ccache-restore.outputs.cache-primary-key }}
@@ -235,11 +235,11 @@ jobs:
235235

236236
steps:
237237
- name: Checkout code
238-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
238+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
239239

240240
- name: Restore Ccache
241241
id: ccache-restore
242-
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
242+
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
243243
with:
244244
path: ${{ env.CCACHE_DIR }}
245245
key: ${{ matrix.image }}-ccache-${{ github.run_id }}
@@ -277,7 +277,7 @@ jobs:
277277
run: cd build_examples/tutorials_bin && ./Tutorial-HelloWorld
278278

279279
- name: Save Ccache
280-
uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
280+
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
281281
with:
282282
path: ${{ env.CCACHE_DIR }}
283283
key: ${{ steps.ccache-restore.outputs.cache-primary-key }}
@@ -318,10 +318,10 @@ jobs:
318318

319319
steps:
320320
- name: Checkout code
321-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
321+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
322322

323323
- name: Setup Python
324-
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
324+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
325325
with:
326326
# support version: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
327327
python-version: "3.12"
@@ -331,7 +331,7 @@ jobs:
331331

332332
- name: Restore Ccache
333333
id: ccache-restore
334-
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
334+
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
335335
with:
336336
path: ${{ env.CCACHE_DIR }}
337337
key: ${{ matrix.os-version }}-${{ matrix.arch }}-ccache-${{ github.run_id }}
@@ -394,7 +394,7 @@ jobs:
394394
gcovr -v -r . $GCOVR_FLAGS -o coverage.xml
395395
396396
- name: Upload Coverage Results
397-
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
397+
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
398398
if: ${{ matrix.host-arch == matrix.arch }}
399399
with:
400400
files: ./coverage.xml
@@ -405,7 +405,7 @@ jobs:
405405
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
406406

407407
- name: Save Ccache
408-
uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
408+
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
409409
with:
410410
path: ${{ env.CCACHE_DIR }}
411411
key: ${{ steps.ccache-restore.outputs.cache-primary-key }}
@@ -422,7 +422,7 @@ jobs:
422422

423423
steps:
424424
- name: Checkout code
425-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
425+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
426426

427427
- name: Setup MSYS2
428428
uses: msys2/setup-msys2@ddf331adaebd714795f1042345e6ca57bd66cea8 # v2.24.1
@@ -435,7 +435,7 @@ jobs:
435435
mingw-w64-${{matrix.env}}-make
436436
437437
- name: Setup Python
438-
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
438+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
439439
with:
440440
python-version: "3.12"
441441

@@ -483,7 +483,7 @@ jobs:
483483
run: gcovr -v -g -k -r . $env:GCOVR_FLAGS.split() -o coverage.xml
484484

485485
- name: Upload Coverage Results
486-
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
486+
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
487487
with:
488488
files: ./coverage.xml
489489
flags: ${{ matrix.sys }},unittest
@@ -516,10 +516,10 @@ jobs:
516516
runs-on: ${{ matrix.os }}
517517
steps:
518518
- name: Checkout code
519-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
519+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
520520

521521
- name: Setup Python
522-
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
522+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
523523
with:
524524
python-version: "3.12"
525525

@@ -574,7 +574,7 @@ jobs:
574574
python -m pytest --root-path=../../Dist/examples_bin
575575
576576
- name: Upload Coverage Results
577-
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
577+
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
578578
with:
579579
files: ./Tests/Pcap++Test/Pcap++Coverage.xml,./Tests/Packet++Test/Packet++Coverage.xml
580580
flags: ${{ matrix.os }},unittest,${{ matrix.pcap_lib }}
@@ -589,10 +589,10 @@ jobs:
589589
matrix:
590590
version: ["14.1", "13.4"]
591591
steps:
592-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
592+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
593593
- name: Test in FreeBSD
594594
id: test
595-
uses: vmactions/freebsd-vm@d7b8fcc7711aa41ad45e8d9b737cf90f035a7e3d # v1.1.3
595+
uses: vmactions/freebsd-vm@c96341966a3954a757e6ea41692f7c7b32312a0c # v1.1.4
596596
with:
597597
release: ${{ matrix.version }}
598598
usesh: true
@@ -643,10 +643,10 @@ jobs:
643643

644644
steps:
645645
- name: Checkout code
646-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
646+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
647647

648648
- name: Checkout lipbcap for Android
649-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # main
649+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # main
650650
with:
651651
repository: seladb/libpcap-android
652652
path: ./libpcap-android
@@ -660,7 +660,7 @@ jobs:
660660
run: cmake --build "$BUILD_DIR" -j
661661

662662
- name: Checkout ToyVpn-PcapPlusPlus
663-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # master
663+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # master
664664
with:
665665
repository: seladb/ToyVpn-PcapPlusPlus
666666
path: ./ToyVpn-PcapPlusPlus
@@ -699,15 +699,15 @@ jobs:
699699

700700
steps:
701701
- name: Checkout code
702-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
702+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
703703

704704
- name: Install dependencies
705705
run: |
706706
sudo apt update && sudo apt -y install ccache libpcap-dev libbpf-dev tcpreplay
707707
708708
- name: Restore Ccache
709709
id: ccache-restore
710-
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
710+
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
711711
with:
712712
path: ${{ env.CCACHE_DIR }}
713713
key: ${{ matrix.image }}-ccache-${{ github.run_id }}
@@ -737,7 +737,7 @@ jobs:
737737
gcovr -v -r . $GCOVR_FLAGS -o coverage.xml
738738
739739
- name: Upload Coverage Results
740-
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
740+
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
741741
with:
742742
files: ./coverage.xml
743743
flags: xdp,unittest
@@ -747,7 +747,7 @@ jobs:
747747
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
748748

749749
- name: Save Ccache
750-
uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
750+
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
751751
with:
752752
path: ${{ env.CCACHE_DIR }}
753753
key: ${{ steps.ccache-restore.outputs.cache-primary-key }}
@@ -764,7 +764,7 @@ jobs:
764764
image: gcr.io/oss-fuzz-base/base-builder
765765
steps:
766766
- name: Checkout code
767-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
767+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
768768

769769
- name: Install prerequisites
770770
run: |
@@ -776,7 +776,7 @@ jobs:
776776
777777
- name: Restore Ccache
778778
id: ccache-restore
779-
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
779+
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
780780
with:
781781
path: ${{ env.CCACHE_DIR }}
782782
key: ${{ matrix.engine }}-${{ matrix.sanitizer }}-ccache-${{ github.run_id }}
@@ -798,7 +798,7 @@ jobs:
798798
Tests/Fuzzers/RegressionTests/run_tests.sh
799799
800800
- name: Save Ccache
801-
uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
801+
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
802802
with:
803803
path: ${{ env.CCACHE_DIR }}
804804
key: ${{ steps.ccache-restore.outputs.cache-primary-key }}

.github/workflows/check_dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
validate:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
16+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717
- uses: marocchino/validate-dependabot@d8ae5c0d03dd75fbd0ad5f8ab4ba8101ebbd4b37 # v3.0.0
1818
id: validate

.github/workflows/cifuzz.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
dry-run: false
3636
sanitizer: ${{ matrix.sanitizer }}
3737
- name: Upload Crash
38-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
38+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
3939
if: failure() && steps.build.outcome == 'success'
4040
with:
4141
name: artifacts

.github/workflows/codeql.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525

2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
28+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929

3030
# Initializes the CodeQL tools for scanning.
3131
- name: Initialize CodeQL
32-
uses: github/codeql-action/init@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
32+
uses: github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
3333
with:
3434
languages: ${{ matrix.language }}
3535
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -44,4 +44,4 @@ jobs:
4444
cmake --build build -j
4545
4646
- name: Perform CodeQL Analysis
47-
uses: github/codeql-action/analyze@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
47+
uses: github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0

.github/workflows/doxygen.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
container: seladb/ubuntu2204:latest
1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
21+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2222

2323
- name: Checkout docs repo
24-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
24+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2525
with:
2626
repository: PcapPlusPlus/pcapplusplus.github.io
2727
path: pcapplusplus.github.io

0 commit comments

Comments
 (0)