Skip to content

Commit 112eda8

Browse files
⬆ Bump the github-actions group with 3 updates (#430)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d33dfcd commit 112eda8

9 files changed

Lines changed: 20 additions & 20 deletions

File tree

.github/workflows/create-draft-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
env:
2323
GITHUB_CONTEXT: ${{ toJson(github) }}
2424
run: echo "$GITHUB_CONTEXT"
25-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
25+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2626
with:
2727
ref: ${{ github.event.repository.default_branch }}
2828
persist-credentials: true
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
python-version-file: ".python-version"
3333
- name: Install uv
34-
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
34+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
3535
with:
3636
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
3737
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837

.github/workflows/latest-changes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ jobs:
2828
env:
2929
GITHUB_CONTEXT: ${{ toJson(github) }}
3030
run: echo "$GITHUB_CONTEXT"
31-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
31+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3232
with:
3333
# To allow latest-changes to commit to the main branch
3434
token: ${{ secrets.LATEST_CHANGES }} # zizmor: ignore[secrets-outside-env]
3535
persist-credentials: true # required by tiangolo/latest-changes
3636
# Allow debugging with tmate
3737
- name: Setup tmate session
38-
uses: mxschmitt/action-tmate@c0afd6f790e3a5564914980036ebf83216678101 # v3.23
38+
uses: mxschmitt/action-tmate@35b54afac29c97fb54faba5b513f8fbd1882f113 # v3.24
3939
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }}
4040
with:
4141
limit-access-to-actor: true

.github/workflows/pre-commit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
env:
2222
GITHUB_CONTEXT: ${{ toJson(github) }}
2323
run: echo "$GITHUB_CONTEXT"
24-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
24+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2525
name: Checkout PR for own repo
2626
if: env.HAS_SECRETS == 'true'
2727
with:
@@ -34,7 +34,7 @@ jobs:
3434
token: ${{ secrets.PRE_COMMIT }} # zizmor: ignore[secrets-outside-env]
3535
persist-credentials: true # Required for `git push` command
3636
# pre-commit lite ci needs the default checkout configs to work
37-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
37+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3838
name: Checkout PR for fork
3939
if: env.HAS_SECRETS == 'false'
4040
with:
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
python-version-file: ".python-version"
4949
- name: Setup uv
50-
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
50+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
5151
with:
5252
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
5353
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837

.github/workflows/prepare-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
env:
3535
GITHUB_CONTEXT: ${{ toJson(github) }}
3636
run: echo "$GITHUB_CONTEXT"
37-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
37+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3838
with:
3939
token: ${{ secrets.LATEST_CHANGES }} # zizmor: ignore[secrets-outside-env]
4040
persist-credentials: true
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
python-version-file: ".python-version"
4545
- name: Install uv
46-
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
46+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
4747
with:
4848
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
4949
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
env:
2020
GITHUB_CONTEXT: ${{ toJson(github) }}
2121
run: echo "$GITHUB_CONTEXT"
22-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
22+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2323
with:
2424
persist-credentials: false
2525
- name: Set up Python
2626
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2727
with:
2828
python-version-file: ".python-version"
2929
- name: Install uv
30-
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
30+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
3131
with:
3232
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
3333
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837

.github/workflows/smokeshow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818
env:
1919
GITHUB_CONTEXT: ${{ toJson(github) }}
2020
run: echo "$GITHUB_CONTEXT"
21-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
21+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2222
with:
2323
persist-credentials: false
2424
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2525
with:
2626
python-version-file: ".python-version"
2727
- name: Setup uv
28-
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
28+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
2929
with:
3030
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
3131
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837

.github/workflows/test-redistribute.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
env:
2121
GITHUB_CONTEXT: ${{ toJson(github) }}
2222
run: echo "$GITHUB_CONTEXT"
23-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
23+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2424
with:
2525
persist-credentials: false
2626
- name: Set up Python

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ jobs:
6161
env:
6262
GITHUB_CONTEXT: ${{ toJson(github) }}
6363
run: echo "$GITHUB_CONTEXT"
64-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
64+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
6565
with:
6666
persist-credentials: false
6767
- name: Set up Python
6868
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
6969
with:
7070
python-version: ${{ matrix.python-version }}
7171
- name: Setup uv
72-
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
72+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
7373
with:
7474
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
7575
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
@@ -80,7 +80,7 @@ jobs:
8080
uv.lock
8181
# Allow debugging with tmate
8282
- name: Setup tmate session
83-
uses: mxschmitt/action-tmate@c0afd6f790e3a5564914980036ebf83216678101 # v3.23
83+
uses: mxschmitt/action-tmate@35b54afac29c97fb54faba5b513f8fbd1882f113 # v3.24
8484
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }}
8585
with:
8686
limit-access-to-actor: true
@@ -108,14 +108,14 @@ jobs:
108108
env:
109109
GITHUB_CONTEXT: ${{ toJson(github) }}
110110
run: echo "$GITHUB_CONTEXT"
111-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
111+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
112112
with:
113113
persist-credentials: false
114114
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
115115
with:
116116
python-version-file: ".python-version"
117117
- name: Setup uv
118-
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
118+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
119119
with:
120120
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
121121
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
timeout-minutes: 5
1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
20+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2121
with:
2222
persist-credentials: false
2323
- name: Run zizmor

0 commit comments

Comments
 (0)