Skip to content

Commit 8879f2b

Browse files
Bump the actions group with 5 updates (#2519)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Steven Silvester <[email protected]>
1 parent d2653ee commit 8879f2b

File tree

4 files changed

+22
-20
lines changed

4 files changed

+22
-20
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ jobs:
4242
with:
4343
ref: ${{ inputs.ref }}
4444
persist-credentials: false
45-
- uses: actions/setup-python@v5
45+
- uses: actions/setup-python@v6
4646

4747
# Initializes the CodeQL tools for scanning.
4848
- name: Initialize CodeQL
49-
uses: github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3
49+
uses: github/codeql-action/init@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3
5050
with:
5151
languages: ${{ matrix.language }}
5252
build-mode: ${{ matrix.build-mode }}
@@ -63,6 +63,6 @@ jobs:
6363
pip install -e .
6464
6565
- name: Perform CodeQL Analysis
66-
uses: github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3
66+
uses: github/codeql-action/analyze@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3
6767
with:
6868
category: "/language:${{matrix.language}}"

.github/workflows/dist.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
persist-credentials: false
5353
ref: ${{ inputs.ref }}
5454

55-
- uses: actions/setup-python@v5
55+
- uses: actions/setup-python@v6
5656
with:
5757
cache: 'pip'
5858
python-version: 3.11
@@ -115,7 +115,7 @@ jobs:
115115
persist-credentials: false
116116
ref: ${{ inputs.ref }}
117117

118-
- uses: actions/setup-python@v5
118+
- uses: actions/setup-python@v6
119119
with:
120120
# Build sdist on lowest supported Python
121121
python-version: '3.9'
@@ -143,7 +143,7 @@ jobs:
143143
name: Download Wheels
144144
steps:
145145
- name: Download all workflow run artifacts
146-
uses: actions/download-artifact@v4
146+
uses: actions/download-artifact@v5
147147
- name: Flatten directory
148148
working-directory: .
149149
run: |

.github/workflows/release-python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,19 +76,19 @@ jobs:
7676
id-token: write
7777
steps:
7878
- name: Download all the dists
79-
uses: actions/download-artifact@v4
79+
uses: actions/download-artifact@v5
8080
with:
8181
name: all-dist-${{ github.run_id }}
8282
path: dist/
8383
- name: Publish package distributions to TestPyPI
84-
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1
84+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1
8585
with:
8686
repository-url: https://test.pypi.org/legacy/
8787
skip-existing: true
8888
attestations: ${{ env.DRY_RUN }}
8989
- name: Publish package distributions to PyPI
9090
if: startsWith(env.DRY_RUN, 'false')
91-
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1
91+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1
9292

9393
post-publish:
9494
needs: [publish]

.github/workflows/test-python.yml

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
persist-credentials: false
2525
- name: Install uv
26-
uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v5
26+
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v5
2727
with:
2828
enable-cache: true
2929
python-version: "3.9"
@@ -65,7 +65,7 @@ jobs:
6565
with:
6666
persist-credentials: false
6767
- name: Install uv
68-
uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v5
68+
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v5
6969
with:
7070
enable-cache: true
7171
python-version: ${{ matrix.python-version }}
@@ -84,7 +84,7 @@ jobs:
8484
with:
8585
persist-credentials: false
8686
- name: Install uv
87-
uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v5
87+
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v5
8888
with:
8989
enable-cache: true
9090
python-version: "3.9"
@@ -109,7 +109,7 @@ jobs:
109109
with:
110110
persist-credentials: false
111111
- name: Install uv
112-
uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v5
112+
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v5
113113
with:
114114
enable-cache: true
115115
python-version: "3.9"
@@ -128,7 +128,7 @@ jobs:
128128
with:
129129
persist-credentials: false
130130
- name: Install uv
131-
uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v5
131+
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v5
132132
with:
133133
enable-cache: true
134134
python-version: "3.9"
@@ -150,7 +150,7 @@ jobs:
150150
with:
151151
persist-credentials: false
152152
- name: Install uv
153-
uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v5
153+
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v5
154154
with:
155155
enable-cache: true
156156
python-version: "${{matrix.python}}"
@@ -170,7 +170,7 @@ jobs:
170170
- uses: actions/checkout@v5
171171
with:
172172
persist-credentials: false
173-
- uses: actions/setup-python@v5
173+
- uses: actions/setup-python@v6
174174
with:
175175
cache: 'pip'
176176
cache-dependency-path: 'pyproject.toml'
@@ -193,7 +193,9 @@ jobs:
193193
timeout-minutes: 20
194194
steps:
195195
- name: Download sdist
196-
uses: actions/download-artifact@v4
196+
uses: actions/download-artifact@v5
197+
with:
198+
path: sdist/
197199
- name: Unpack SDist
198200
shell: bash
199201
run: |
@@ -202,7 +204,7 @@ jobs:
202204
mkdir test
203205
tar --strip-components=1 -zxf *.tar.gz -C ./test
204206
ls test
205-
- uses: actions/setup-python@v5
207+
- uses: actions/setup-python@v6
206208
with:
207209
cache: 'pip'
208210
cache-dependency-path: 'sdist/test/pyproject.toml'
@@ -229,7 +231,7 @@ jobs:
229231
with:
230232
persist-credentials: false
231233
- name: Install uv
232-
uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v5
234+
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v5
233235
with:
234236
python-version: '3.9'
235237
- id: setup-mongodb
@@ -255,7 +257,7 @@ jobs:
255257
with:
256258
persist-credentials: false
257259
- name: Install uv
258-
uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v5
260+
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v5
259261
with:
260262
python-version: '3.9'
261263
- id: setup-mongodb

0 commit comments

Comments
 (0)