Skip to content

Commit a15f9b2

Browse files
[UPDATE] Version bumps
6 parents 238ef9e + 9cb52ad + 3221145 + ef2239e + 1a14661 + 10ef7fb commit a15f9b2

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

.github/actions/checkout-and-rebuild/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ runs:
8686
shell: bash
8787
run: printf "sha=%s\n" $(git rev-parse --verify HEAD) >> "$GITHUB_OUTPUT"
8888
- name: "Setup Python"
89-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
89+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
9090
id: cp313
9191
with:
9292
python-version: ${{ inputs.python-version }}

.github/tools/fetch-test-reporter

Submodule fetch-test-reporter updated from df16f96 to 6c8a1fe

.github/workflows/CD-PyPi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
persist-credentials: false
4343
- id: build-python
44-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
44+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
4545
with:
4646
python-version: "${{ vars.PYTHON_DEFAULT }}"
4747
- id: output_python

.github/workflows/CI-BUILD.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
persist-credentials: false
5959
- id: build-python
60-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
60+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
6161
with:
6262
python-version: "${{ vars.PYTHON_DEFAULT }}"
6363
- id: output_python
@@ -189,7 +189,7 @@ jobs:
189189
persist-credentials: false
190190
- id: buildpy
191191
name: Set up Python
192-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
192+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
193193
with:
194194
python-version: ${{ matrix.python-version }}
195195
- id: output_python
@@ -266,14 +266,14 @@ jobs:
266266
- name: "Attest Build Checksums"
267267
id: multicast-build-chksum-attest
268268
if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') && (needs.BUILD.outputs.build_environment == 'Deployment' && startsWith(github.ref, 'refs/tags/v')) }}
269-
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
269+
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
270270
with:
271271
subject-checksums: build.checksums.txt
272272
github-token: ${{ github.token }}
273273
- name: "Attest Build Artifact"
274274
id: multicast-build-attest
275275
if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }}
276-
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
276+
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
277277
with:
278278
subject-name: multicast-build-${{ github.sha }}
279279
subject-digest: sha256:${{ needs.BUILD.outputs.artifact-digest }}

.github/workflows/Labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
security-events: none
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
21+
- uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
2222
with:
2323
repo-token: "${{ secrets.GITHUB_TOKEN }}"

.github/workflows/Tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1395,7 +1395,7 @@ jobs:
13951395
python-version: "${{ vars.PYTHON_DEFAULT }}"
13961396
- name: Prep Testing Tox
13971397
id: prep-tox
1398-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
1398+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
13991399
with:
14001400
python-version: |
14011401
${{ vars.PYTHON_OLD_MIN }}

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
# Initializes the CodeQL tools for scanning.
5252
- name: Initialize CodeQL
53-
uses: github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
53+
uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
5454
with:
5555
languages: ${{ matrix.language }}
5656
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -61,7 +61,7 @@ jobs:
6161
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6262
# If this step fails, then you should remove it and run the build manually (see below)
6363
- name: Autobuild
64-
uses: github/codeql-action/autobuild@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
64+
uses: github/codeql-action/autobuild@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
6565

6666
# ℹ️ Command-line programs to run using the OS shell.
6767
# 📚 https://git.io/JvXDl
@@ -75,4 +75,4 @@ jobs:
7575
# make release
7676

7777
- name: Perform CodeQL Analysis
78-
uses: github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
78+
uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ jobs:
5757
retention-days: 5
5858
# Upload the results to GitHub's code scanning dashboard.
5959
- name: "Upload to code-scanning"
60-
uses: github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
60+
uses: github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
6161
with:
6262
sarif_file: results.sarif

docs/CI.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ consistency.
546546
##### Setting up Python with the default version
547547

548548
```yaml
549-
- uses: actions/setup-python@v5
549+
- uses: actions/setup-python@v6
550550
with:
551551
python-version: "${{ vars.PYTHON_DEFAULT }}"
552552
```
@@ -561,7 +561,7 @@ jobs:
561561
matrix:
562562
python-version: ["${{ vars.PYTHON_DEFAULT }}", "${{ vars.PYTHON_EXPERIMENTAL }}"]
563563
steps:
564-
- uses: actions/setup-python@v5
564+
- uses: actions/setup-python@v6
565565
with:
566566
python-version: ${{ matrix.python-version }}
567567
```

0 commit comments

Comments
 (0)