Skip to content

Commit 4318616

Browse files
committed
chore: update dependencies
1 parent 030e895 commit 4318616

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

.github/workflows/pre-commit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ jobs:
1717
python-version: ["3.10", "3.11", "3.12"]
1818
steps:
1919
- name: Checkout Code Repository
20-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
20+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2121
with:
2222
persist-credentials: false
2323

2424
- name: Set up Python
25-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
25+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828

2929
- name: Install the latest version of uv
30-
uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3
30+
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
3131

3232
- name: Install dependencies
3333
run: uv sync --frozen

.github/workflows/zizmor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@ jobs:
1717
actions: read
1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
20+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2121
with:
2222
persist-credentials: false
2323

2424
- name: Install the latest version of uv
25-
uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3
25+
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
2626

2727
- name: Run zizmor 🌈
2828
run: uvx zizmor --format sarif . > results.sarif
2929
env:
3030
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131

3232
- name: Upload SARIF file
33-
uses: github/codeql-action/upload-sarif@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
33+
uses: github/codeql-action/upload-sarif@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v4.34.0
3434
if: github.repository_visibility == 'public'
3535
with:
3636
sarif_file: results.sarif

.pre-commit-config-extra.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ default_stages: [pre-commit]
22

33
repos:
44
- repo: https://github.com/KyleKing/copier-template-tester
5-
rev: 2.2.0
5+
rev: 2.3.0
66
hooks:
77
- id: copier-template-tester
88
additional_dependencies: [copier-template-extensions]

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
args: [--assume-in-merge]
2121

2222
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
23-
rev: v2.15.0
23+
rev: v2.16.0
2424
hooks:
2525
- id: pretty-format-toml
2626
args: [--autofix]
@@ -44,18 +44,18 @@ repos:
4444
files: "\\.rej$"
4545

4646
- repo: https://github.com/woodruffw/zizmor-pre-commit
47-
rev: v1.11.0
47+
rev: v1.23.1
4848
hooks:
4949
- id: zizmor
5050

5151
- repo: https://github.com/astral-sh/ruff-pre-commit
52-
rev: v0.12.8
52+
rev: v0.15.7
5353
hooks:
5454
- id: ruff
5555
- id: ruff-format
5656

5757
- repo: https://github.com/astral-sh/uv-pre-commit
58-
rev: 0.8.8
58+
rev: 0.10.12
5959
hooks:
6060
- id: uv-lock
6161

python/.github/workflows/pre-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
contents: read
1515
steps:
1616
- name: Checkout Code Repository
17-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1818
with:
1919
persist-credentials: false
2020

2121
- name: Install the latest version of uv
22-
uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3
22+
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
2323

2424
- name: Install dependencies
2525
run: uv sync --frozen

0 commit comments

Comments
 (0)