Skip to content

Commit 2c27182

Browse files
authored
chore fix zizmor ignore rule setting with a config file instead of inlining (#84)
* chore fix zizmor ignore rule setting with a config file instead of inlining * remove zizmor comment after version * clarify why release.yml ignore rule on cache poisoning
1 parent 12909f9 commit 2c27182

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
fetch-depth: 0
1818
persist-credentials: false
1919

20-
# zizmor: ignore[cache-poisoning] -- mise verifies tool checksums via mise.lock
21-
- uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3.6.3
20+
- uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3.6.3
2221
with:
2322
version: 2026.3.8
2423

.github/zizmor.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
rules:
2+
cache-poisoning:
3+
ignore:
4+
- release.yml # cache poisoning on mise is handled with a lockfile

0 commit comments

Comments
 (0)