Skip to content

Commit e2cee8b

Browse files
committed
fix hash comment to regex that zizmor expects
1 parent 9995196 commit e2cee8b

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/dependabot-auto-merge.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030

3131
# repo: https://github.com/actions/checkout
3232
# releases: https://github.com/actions/checkout/tags
33-
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 released on 17-07-2026
33+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3434

3535
# repo: https://github.com/fastify/github-action-merge-dependabot
3636
# releases: https://github.com/fastify/github-action-merge-dependabot/tags
3737
# The action waits for required status checks by default
38-
- uses: fastify/github-action-merge-dependabot@73ec4cbb5e56df5591eae286972d5b2201ffe90f # v3.15.0 released on 19-06-2026
38+
- uses: fastify/github-action-merge-dependabot@73ec4cbb5e56df5591eae286972d5b2201ffe90f # v3.15.0
3939
with:
4040
# github-token: ${{ secrets.TOKEN_AUTOMERGE }}
4141
# Using built-in GITHUB_TOKEN for better security (auto-scoped, auto-expires)

.github/workflows/linting.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
# repo: https://github.com/actions/checkout
7373
# releases: https://github.com/actions/checkout/tags
74-
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 released on 17-07-2026
74+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
7575
with:
7676
persist-credentials: false
7777
fetch-depth: 0
@@ -85,15 +85,15 @@ jobs:
8585
# repo: https://github.com/extractions/setup-just
8686
# releases: https://github.com/extractions/setup-just/releases
8787
- name: Install pinned version of just
88-
uses: extractions/setup-just@53165ef7e734c5c07cb06b3c8e7b647c5aa16db3 # v4.0.0 released on 05-04-2026
88+
uses: extractions/setup-just@53165ef7e734c5c07cb06b3c8e7b647c5aa16db3 # v4.0.0
8989
with:
9090
just-version: ${{ env.JUST_VERSION }}
9191

9292
# repo: https://github.com/astral-sh/setup-uv
9393
# releases: https://github.com/astral-sh/setup-uv/tags
9494
# docs: https://docs.astral.sh/uv/guides/integration/github
9595
- name: Install pinned version of uv
96-
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 released on 14-08-2026
96+
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
9797
with:
9898
python-version: ${{ matrix.python-version }}
9999
version: ${{ env.UV_VERSION }}

.github/workflows/testing.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
# repo: https://github.com/actions/checkout
7474
# releases: https://github.com/actions/checkout/tags
75-
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 released on 17-07-2026
75+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
7676
with:
7777
persist-credentials: false
7878
fetch-depth: 0
@@ -92,15 +92,15 @@ jobs:
9292
# repo: https://github.com/extractions/setup-just
9393
# releases: https://github.com/extractions/setup-just/releases
9494
- name: Install pinned version of just
95-
uses: extractions/setup-just@53165ef7e734c5c07cb06b3c8e7b647c5aa16db3 # v4.0.0 released on 05-04-2026
95+
uses: extractions/setup-just@53165ef7e734c5c07cb06b3c8e7b647c5aa16db3 # v4.0.0
9696
with:
9797
just-version: ${{ env.JUST_VERSION }}
9898

9999
# repo: https://github.com/astral-sh/setup-uv
100100
# releases: https://github.com/astral-sh/setup-uv/tags
101101
# docs: https://docs.astral.sh/uv/guides/integration/github
102102
- name: Install pinned version of uv
103-
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 released on 14-08-2026
103+
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
104104
with:
105105
cache-dependency-glob: "uv.lock"
106106
enable-cache: true
@@ -135,7 +135,7 @@ jobs:
135135
# repo: https://github.com/codecov/codecov-action
136136
# releases: https://github.com/codecov/codecov-action/tags
137137
- name: "Upload coverage to Codecov"
138-
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 released on 07-06-2026
138+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
139139
with:
140140
fail_ci_if_error: false # optional (default = false)
141141
files: var/coverage/pytest-cobertura.xml

0 commit comments

Comments
 (0)