Skip to content

Commit d794da3

Browse files
[pre-commit.ci] pre-commit autoupdate (#14110)
* [pre-commit zizmor] Make zizmor output legible in pre-commit.ci * [zizmor] Set 'actions/setup-python''s version by hash * [zizmor] Set 'actions/checkout''s version by hash * [zizmor] Set 'actions/download-artifact''s version by hash * [zizmor] Set 'actions/upload-artifact''s version by hash * [zizmor] Set 'actions/stale''s version by hash * [zizmor] Set 'actions/cache''s version by hash * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.14.11](astral-sh/ruff-pre-commit@v0.14.10...v0.14.11) - [github.com/woodruffw/zizmor-pre-commit: v1.19.0 → v1.20.0](zizmorcore/zizmor-pre-commit@v1.19.0...v1.20.0) - [github.com/RobertCraigie/pyright-python: v1.1.407 → v1.1.408](RobertCraigie/pyright-python@v1.1.407...v1.1.408) Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
1 parent fb525fd commit d794da3

7 files changed

Lines changed: 24 additions & 24 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
attestations: write
2626

2727
steps:
28-
- uses: actions/checkout@v6
28+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2929
with:
3030
fetch-depth: 0
3131
persist-credentials: false
@@ -42,13 +42,13 @@ jobs:
4242
permissions:
4343
contents: read
4444
steps:
45-
- uses: actions/checkout@v6
45+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4646
with:
4747
fetch-depth: 0
4848
persist-credentials: false
4949

5050
- name: Set up Python
51-
uses: actions/setup-python@v6
51+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
5252
with:
5353
python-version: "3.13"
5454

@@ -64,7 +64,7 @@ jobs:
6464
tox -e generate-gh-release-notes -- "$VERSION" gh-release-notes.md
6565
6666
- name: Upload release notes
67-
uses: actions/upload-artifact@v6
67+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
6868
with:
6969
name: release-notes
7070
path: gh-release-notes.md
@@ -82,7 +82,7 @@ jobs:
8282
id-token: write
8383
steps:
8484
- name: Download Package
85-
uses: actions/download-artifact@v7
85+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
8686
with:
8787
name: Packages
8888
path: dist
@@ -99,7 +99,7 @@ jobs:
9999
permissions:
100100
contents: write
101101
steps:
102-
- uses: actions/checkout@v6
102+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
103103
with:
104104
fetch-depth: 0
105105
persist-credentials: true
@@ -121,13 +121,13 @@ jobs:
121121
contents: write
122122
steps:
123123
- name: Download Package
124-
uses: actions/download-artifact@v7
124+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
125125
with:
126126
name: Packages
127127
path: dist
128128

129129
- name: Download release notes
130-
uses: actions/download-artifact@v7
130+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
131131
with:
132132
name: release-notes
133133
path: .

.github/workflows/doc-check-links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717

1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v6
20+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2121
with:
2222
fetch-depth: 0
2323
persist-credentials: false
2424

2525
- name: Setup Python
26-
uses: actions/setup-python@v6
26+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
2727
with:
2828
python-version: "3.13"
2929
cache: pip

.github/workflows/prepare-release-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ jobs:
2727
pull-requests: write
2828

2929
steps:
30-
- uses: actions/checkout@v6
30+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3131
with:
3232
fetch-depth: 0
3333
# persist-credentials is needed in order for us to push the release branch.
3434
persist-credentials: true
3535

3636
- name: Set up Python
37-
uses: actions/setup-python@v6
37+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
3838
with:
3939
python-version: "3.13"
4040

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
permissions:
1111
issues: write
1212
steps:
13-
- uses: actions/stale@v10
13+
- uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # v10.1.0
1414
with:
1515
debug-only: false
1616
days-before-issue-stale: 14

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
package:
3838
runs-on: ubuntu-latest
3939
steps:
40-
- uses: actions/checkout@v6
40+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4141
with:
4242
fetch-depth: 0
4343
persist-credentials: false
@@ -251,19 +251,19 @@ jobs:
251251
continue-on-error: ${{ matrix.xfail && true || false }}
252252

253253
steps:
254-
- uses: actions/checkout@v6
254+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
255255
with:
256256
fetch-depth: 0
257257
persist-credentials: false
258258

259259
- name: Download Package
260-
uses: actions/download-artifact@v7
260+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
261261
with:
262262
name: Packages
263263
path: dist
264264

265265
- name: Set up Python ${{ matrix.python }}
266-
uses: actions/setup-python@v6
266+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
267267
with:
268268
python-version: ${{ matrix.python }}
269269
check-latest: true

.github/workflows/update-plugin-list.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ jobs:
2020

2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v6
23+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2424
with:
2525
fetch-depth: 0
2626
persist-credentials: false
2727

2828
- name: Setup Python
29-
uses: actions/setup-python@v6
29+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
3030
with:
3131
python-version: "3.13"
3232

3333
- name: requests-cache
34-
uses: actions/cache@v5
34+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
3535
with:
3636
path: ~/.cache/pytest-plugin-list/
3737
key: plugins-http-cache-${{ github.run_id }} # Can use time based key as well

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
minimum_pre_commit_version: "4.4.0"
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: "v0.14.10"
4+
rev: "v0.14.11"
55
hooks:
66
- id: ruff-check
77
args: ["--fix"]
@@ -13,10 +13,10 @@ repos:
1313
- id: end-of-file-fixer
1414
- id: check-yaml
1515
- repo: https://github.com/woodruffw/zizmor-pre-commit
16-
rev: v1.19.0
16+
rev: v1.20.0
1717
hooks:
1818
- id: zizmor
19-
args: ["--fix"]
19+
args: ["--fix", "--no-progress"]
2020
- repo: https://github.com/adamchainz/blacken-docs
2121
rev: 1.20.0
2222
hooks:
@@ -50,7 +50,7 @@ repos:
5050
# on <3.11
5151
- exceptiongroup>=1.0.0rc8
5252
- repo: https://github.com/RobertCraigie/pyright-python
53-
rev: v1.1.407
53+
rev: v1.1.408
5454
hooks:
5555
- id: pyright
5656
files: ^(src/|scripts/)

0 commit comments

Comments
 (0)