Skip to content

Commit ddc24c4

Browse files
wochingeclaude
andcommitted
ci: fix version comment inconsistencies
- zizmor.yml: align checkout comment to `# v6` matching other workflows - ci.yml: fix actions/cache comment from `# v5` to `# v5.0.4` (actual tag) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a6b9fec commit ddc24c4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
version: "0.11.2"
4747
python-version: "3.13"
4848
enable-cache: true # zizmor: ignore[cache-poisoning] CI-only, no artifacts published
49-
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 # zizmor: ignore[cache-poisoning]
49+
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 # zizmor: ignore[cache-poisoning]
5050
name: Cache mypy cache
5151
with:
5252
path: ./.mypy_cache

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
contents: read
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
26+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2727
with:
2828
persist-credentials: false
2929
- name: Run zizmor

0 commit comments

Comments
 (0)