Skip to content

Commit bb3383a

Browse files
chore(deps): bump the github-actions group across 1 directory with 7 updates
Bumps the github-actions group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.2.2` | `6.0.2` | | [actions/setup-python](https://github.com/actions/setup-python) | `5.4.0` | `6.2.0` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.2` | `7.0.1` | | [github/codeql-action](https://github.com/github/codeql-action) | `4.35.1` | `4.35.2` | | [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) | `4.0.0` | `5.0.0` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4.3.0` | `8.0.1` | | [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `2.6.1` | `3.0.0` | Updates `actions/checkout` from 4.2.2 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@11bd719...de0fac2) Updates `actions/setup-python` from 5.4.0 to 6.2.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@4237552...a309ff8) Updates `actions/upload-artifact` from 4.6.2 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...043fb46) Updates `github/codeql-action` from 4.35.1 to 4.35.2 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@c10b806...95e58e9) Updates `actions/upload-pages-artifact` from 4.0.0 to 5.0.0 - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](actions/upload-pages-artifact@7b1f4a7...fc324d3) Updates `actions/download-artifact` from 4.3.0 to 8.0.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@d3f86a1...3e5f45b) Updates `softprops/action-gh-release` from 2.6.1 to 3.0.0 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@153bb8e...b430933) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-python dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: 4.35.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/upload-pages-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: softprops/action-gh-release dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a3cd52f commit bb3383a

5 files changed

Lines changed: 24 additions & 24 deletions

File tree

.github/workflows/_reusable-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
python-version: ["3.11", "3.12"]
1717
steps:
1818
- name: Check out repository
19-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
19+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2020
- name: Set up Python
21-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
21+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424
- name: Upgrade pip
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
command: ./scripts/ci/validate.sh
3232
- name: Upload validation artifacts
33-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
33+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
3434
with:
3535
name: validation-py${{ matrix.python-version }}
3636
path: |

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
language: ["python"]
2424
steps:
2525
- name: Check out repository
26-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
26+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2727
- name: Initialize CodeQL
28-
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13
28+
uses: github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225
2929
with:
3030
languages: ${{ matrix.language }}
3131
- name: Autobuild
32-
uses: github/codeql-action/autobuild@c10b8064de6f491fea524254123dbe5e09572f13
32+
uses: github/codeql-action/autobuild@95e58e9a2cdfd71adc6e0353d5c52f41a045d225
3333
- name: Analyze
34-
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13
34+
uses: github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225

.github/workflows/docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
environment: docs
2222
steps:
2323
- name: Check out repository
24-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
24+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2525
- name: Set up Python
26-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
26+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
2727
with:
2828
python-version: "3.12"
2929
- name: Install project
@@ -40,12 +40,12 @@ jobs:
4040
cp RELEASE_NOTES_*.md .artifacts/pages/
4141
cp -R docs .artifacts/pages/docs
4242
- name: Upload docs artifact
43-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
43+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
4444
with:
4545
name: docs-bundle
4646
path: .artifacts/docs
4747
- name: Upload pages artifact
48-
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b
48+
uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9
4949
with:
5050
path: .artifacts/pages
5151

.github/workflows/phase9-certification-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727

2828
steps:
2929
- name: Check out repository
30-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
30+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3131

3232
- name: Set up Python
33-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
33+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
3434
with:
3535
python-version: ${{ matrix.python-version }}
3636

@@ -70,13 +70,13 @@ jobs:
7070
tests/test_aioquic_adapter_preflight.py
7171
7272
- name: Upload certification-environment artifacts
73-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
73+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
7474
with:
7575
name: certification-environment-${{ matrix.python-version }}
7676
path: .artifacts/certification-environment/${{ matrix.python-version }}
7777

7878
- name: Upload aioquic adapter preflight artifacts
79-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
79+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
8080
with:
8181
name: aioquic-adapter-preflight-${{ matrix.python-version }}
8282
path: .artifacts/aioquic-adapter-preflight/${{ matrix.python-version }}

.github/workflows/publish-pypi.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
version: ${{ steps.meta.outputs.version }}
2121
steps:
2222
- name: Check out repository
23-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
23+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2424
- name: Set up Python
25-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
25+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
2626
with:
2727
python-version: "3.12"
2828
- name: Upgrade pip
@@ -65,12 +65,12 @@ jobs:
6565
PY
6666
echo "version=$(cat .artifacts/version.txt)" >> "$GITHUB_OUTPUT"
6767
- name: Upload distributions
68-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
68+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
6969
with:
7070
name: dist-${{ github.sha }}
7171
path: dist/
7272
- name: Upload release assets
73-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
73+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
7474
with:
7575
name: release-assets-${{ github.sha }}
7676
path: .artifacts/release-assets/
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
subject-path: dist/*
8181
- name: Upload pages artifact
82-
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b
82+
uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9
8383
with:
8484
path: .artifacts/pages
8585

@@ -92,7 +92,7 @@ jobs:
9292
id-token: write
9393
steps:
9494
- name: Download distributions
95-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
95+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
9696
with:
9797
name: dist-${{ github.sha }}
9898
path: dist
@@ -113,7 +113,7 @@ jobs:
113113
id-token: write
114114
steps:
115115
- name: Download distributions
116-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
116+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
117117
with:
118118
name: dist-${{ github.sha }}
119119
path: dist
@@ -131,12 +131,12 @@ jobs:
131131
contents: write
132132
steps:
133133
- name: Download release assets
134-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
134+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
135135
with:
136136
name: release-assets-${{ github.sha }}
137137
path: .artifacts/release-assets
138138
- name: Attach release assets
139-
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe
139+
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda
140140
with:
141141
files: .artifacts/release-assets/*
142142
draft: false

0 commit comments

Comments
 (0)