We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a24af3 + 2c27182 commit 8b9baf9Copy full SHA for 8b9baf9
2 files changed
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
fetch-depth: 0
18
persist-credentials: false
19
20
- # zizmor: ignore[cache-poisoning] -- mise verifies tool checksums via mise.lock
+
21
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
22
with:
23
version: 2026.3.8
.github/zizmor.yaml
@@ -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