Skip to content

Commit 6ae79bd

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

File tree

6 files changed

+16
-20
lines changed

6 files changed

+16
-20
lines changed

.github/workflows/_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
persist-credentials: false
3838
- name: Install uv
39-
uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v5
39+
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v5
4040
with:
4141
enable-cache: true
4242
python-version: ${{ matrix.python-version }}

.github/workflows/_release.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,9 @@ jobs:
4040
with:
4141
persist-credentials: false
4242
- name: Install uv
43-
uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v5
43+
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v5
4444
with:
45-
enable-cache: true
4645
python-version: ${{ env.PYTHON_VERSION }}
47-
cache-dependency-glob: "${{ inputs.working-directory }}/uv.lock"
4846

4947
# We want to keep this build stage *separate* from the release stage,
5048
# so that there's no sharing of permissions between them.
@@ -110,7 +108,7 @@ jobs:
110108
# used in the real world.
111109

112110
- name: Install uv
113-
uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v5
111+
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v5
114112
with:
115113
python-version: ${{ env.PYTHON_VERSION }}
116114

@@ -211,19 +209,17 @@ jobs:
211209
persist-credentials: false
212210

213211
- name: Install uv
214-
uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v5
212+
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v5
215213
with:
216-
enable-cache: true
217214
python-version: ${{ env.PYTHON_VERSION }}
218-
cache-dependency-glob: "${{ inputs.working-directory }}/uv.lock"
219215

220216
- uses: actions/download-artifact@v5
221217
with:
222218
name: dist
223219
path: ${{ inputs.working-directory }}/dist/
224220

225221
- name: Publish package distributions to PyPI
226-
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1
222+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1
227223
with:
228224
packages-dir: ${{ inputs.working-directory }}/dist/
229225
verbose: true
@@ -252,7 +248,7 @@ jobs:
252248
with:
253249
persist-credentials: false
254250
- name: Install uv
255-
uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v5
251+
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v5
256252
with:
257253
enable-cache: true
258254
python-version: ${{ env.PYTHON_VERSION }}
@@ -264,7 +260,7 @@ jobs:
264260
path: ${{ inputs.working-directory }}/dist/
265261

266262
- name: Create Release
267-
uses: ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1
263+
uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1
268264
id: create-release
269265
with:
270266
artifacts: "${{ inputs.working-directory }}/dist/*"

.github/workflows/_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
persist-credentials: false
2828
- name: Install uv
29-
uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v5
29+
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v5
3030
with:
3131
enable-cache: true
3232
python-version: ${{ matrix.python-version }}

.github/workflows/_test_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
persist-credentials: false
2929
- name: Install uv
30-
uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v5
30+
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v5
3131
with:
3232
enable-cache: true
3333
python-version: ${{ env.PYTHON_VERSION }}
@@ -83,7 +83,7 @@ jobs:
8383
path: ${{ inputs.working-directory }}/dist/
8484

8585
- name: Publish to test PyPI
86-
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1
86+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1
8787
with:
8888
packages-dir: ${{ inputs.working-directory }}/dist/
8989
verbose: true

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v5
2424
with:
2525
persist-credentials: false
26-
- uses: actions/setup-python@v5
26+
- uses: actions/setup-python@v6
2727
with:
2828
python-version: '3.10'
2929
- id: files
@@ -44,7 +44,7 @@ jobs:
4444
- uses: actions/checkout@v5
4545
with:
4646
persist-credentials: false
47-
- uses: actions/setup-python@v5
47+
- uses: actions/setup-python@v6
4848
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
4949
with:
5050
extra_args: --all-files --hook-stage=manual
@@ -83,7 +83,7 @@ jobs:
8383
persist-credentials: false
8484
- uses: extractions/setup-just@e33e0265a09d6d736e2ee1e0eb685ef1de4669ff # v3
8585
- name: Install uv
86-
uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v5
86+
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v5
8787
with:
8888
enable-cache: true
8989
python-version: 3.9

.github/workflows/codeql.yml

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

4444
# Initializes the CodeQL tools for scanning.
4545
- name: Initialize CodeQL
46-
uses: github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3
46+
uses: github/codeql-action/init@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3
4747
with:
4848
languages: ${{ matrix.language }}
4949
build-mode: ${{ matrix.build-mode }}
@@ -60,6 +60,6 @@ jobs:
6060
pip install -e .
6161
6262
- name: Perform CodeQL Analysis
63-
uses: github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3
63+
uses: github/codeql-action/analyze@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3
6464
with:
6565
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)