Skip to content

Commit 27b5779

Browse files
Bump the actions-dependencies group across 1 directory with 5 updates (#1801)
Bumps the actions-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/setup-python](https://github.com/actions/setup-python) | `5.5.0` | `5.6.0` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.4.0` | `5.4.2` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.28.13` | `3.28.16` | | [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) | `2.2.3` | `2.3.0` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4.2.1` | `4.3.0` | Updates `actions/setup-python` from 5.5.0 to 5.6.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@8d9ed9a...a26af69) Updates `codecov/codecov-action` from 5.4.0 to 5.4.2 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@0565863...ad3126e) Updates `github/codeql-action` from 3.28.13 to 3.28.16 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@1b549b9...28deaed) Updates `actions/attest-build-provenance` from 2.2.3 to 2.3.0 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@c074443...db473fd) Updates `actions/download-artifact` from 4.2.1 to 4.3.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@95815c3...d3f86a1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-dependencies - dependency-name: codecov/codecov-action dependency-version: 5.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-dependencies - dependency-name: github/codeql-action dependency-version: 3.28.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-dependencies - dependency-name: actions/attest-build-provenance dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-dependencies - dependency-name: actions/download-artifact dependency-version: 4.3.0 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 0f4e858 commit 27b5779

File tree

5 files changed

+21
-21
lines changed

5 files changed

+21
-21
lines changed

.github/workflows/auto_update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
ref: dev
1919
- name: Setup Python
20-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
20+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
2121
with:
2222
python-version: "3.8.x"
2323
- name: Run update
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
ref: dev
5252
- name: Setup Python
53-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
53+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
5454
with:
5555
python-version: "3.9.x"
5656
- name: Run update

.github/workflows/build_and_test.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
gcovr -v -r . ${{ matrix.additional-gcov-flags }} $GCOVR_FLAGS -o coverage.xml
161161
162162
- name: Upload Coverage Results
163-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
163+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
164164
with:
165165
files: ./coverage.xml
166166
flags: ${{ matrix.image }},unittest
@@ -230,7 +230,7 @@ jobs:
230230
gcovr -v -r . $GCOVR_FLAGS -o coverage.xml
231231
232232
- name: Upload Coverage Results
233-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
233+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
234234
with:
235235
files: ./coverage.xml
236236
flags: ${{ env.image }},unittest
@@ -403,7 +403,7 @@ jobs:
403403
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
404404

405405
- name: Setup Python
406-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
406+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
407407
with:
408408
# support version: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
409409
python-version: "3.12"
@@ -476,7 +476,7 @@ jobs:
476476
gcovr -v -r . $GCOVR_FLAGS -o coverage.xml
477477
478478
- name: Upload Coverage Results
479-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
479+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
480480
if: ${{ matrix.host-arch == matrix.arch }}
481481
with:
482482
files: ./coverage.xml
@@ -517,7 +517,7 @@ jobs:
517517
mingw-w64-${{matrix.env}}-make
518518
519519
- name: Setup Python
520-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
520+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
521521
with:
522522
python-version: "3.12"
523523

@@ -565,7 +565,7 @@ jobs:
565565
run: gcovr -v -g -k -r . $env:GCOVR_FLAGS.split() -o coverage.xml
566566

567567
- name: Upload Coverage Results
568-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
568+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
569569
with:
570570
files: ./coverage.xml
571571
flags: ${{ matrix.sys }},unittest
@@ -601,7 +601,7 @@ jobs:
601601
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
602602

603603
- name: Setup Python
604-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
604+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
605605
with:
606606
python-version: "3.12"
607607

@@ -656,7 +656,7 @@ jobs:
656656
python -m pytest --root-path=../../Dist/examples_bin
657657
658658
- name: Upload Coverage Results
659-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
659+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
660660
with:
661661
files: ./Tests/Pcap++Test/Pcap++Coverage.xml,./Tests/Packet++Test/Packet++Coverage.xml
662662
flags: ${{ matrix.os }},unittest,${{ matrix.pcap_lib }}
@@ -836,7 +836,7 @@ jobs:
836836
gcovr -v -r . $GCOVR_FLAGS -o coverage.xml
837837
838838
- name: Upload Coverage Results
839-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
839+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
840840
with:
841841
files: ./coverage.xml
842842
flags: xdp,unittest

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
# Initializes the CodeQL tools for scanning.
3131
- name: Initialize CodeQL
32-
uses: github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
32+
uses: github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
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@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
47+
uses: github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16

.github/workflows/package.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
- name: Generate artifact attestation
7474
if: github.ref_type == 'tag'
75-
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
75+
uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
7676
with:
7777
subject-path: "${{ env.BUILD_DIR }}/*.tar.gz,${{ env.BUILD_DIR }}/*.deb,${{ env.BUILD_DIR }}/*.rpm"
7878

@@ -114,7 +114,7 @@ jobs:
114114
115115
- name: Generate artifact attestation
116116
if: github.ref_type == 'tag'
117-
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
117+
uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
118118
with:
119119
subject-path: "${{ env.BUILD_DIR }}/*.tar.gz"
120120

@@ -169,7 +169,7 @@ jobs:
169169

170170
- name: Generate artifact attestation
171171
if: github.ref_type == 'tag'
172-
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
172+
uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
173173
with:
174174
subject-path: "${{ env.BUILD_DIR }}/*.tar.gz,${{ env.BUILD_DIR }}/*.pkg"
175175

@@ -240,7 +240,7 @@ jobs:
240240

241241
- name: Generate artifact attestation
242242
if: github.ref_type == 'tag'
243-
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
243+
uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
244244
with:
245245
subject-path: "${{ env.BUILD_DIR }}/*.zip"
246246

@@ -290,7 +290,7 @@ jobs:
290290

291291
- name: Generate artifact attestation
292292
if: github.ref_type == 'tag'
293-
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
293+
uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
294294
with:
295295
subject-path: "${{ env.BUILD_DIR }}/*.zip"
296296

@@ -368,7 +368,7 @@ jobs:
368368
id-token: write
369369

370370
steps:
371-
- uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
371+
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
372372
with:
373373
pattern: android-package-*
374374
merge-multiple: true
@@ -381,7 +381,7 @@ jobs:
381381
382382
- name: Generate artifact attestation
383383
if: github.ref_type == 'tag'
384-
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
384+
uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
385385
with:
386386
subject-path: "${{ env.PACKAGE_DIR }}.tar.gz"
387387

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ jobs:
6666

6767
# Upload the results to GitHub's code scanning dashboard.
6868
- name: "Upload to code-scanning"
69-
uses: github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
69+
uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
7070
with:
7171
sarif_file: results.sarif

0 commit comments

Comments
 (0)