Skip to content

Commit 041b6b5

Browse files
committed
ci: ignore zizmor cache poisoning
1 parent 9a3f0cf commit 041b6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
4646
with:
4747
node-version-file: .node-version
48-
cache: pnpm
48+
cache: pnpm # zizmor: ignore[cache-poisoning]
4949
- run: pnpm install --frozen-lockfile
5050
- run: pnpm run fmt --write ./src/docs/guide/usage/linter
5151

0 commit comments

Comments
 (0)