Skip to content

Commit 5a56c2f

Browse files
reberhardt7claude
andcommitted
fix: update actions to latest versions and suppress false positive zizmor finding
Update actions/checkout to v6.0.2 and actions/setup-node to v4.4.0 with pinned SHAs. Suppress false positive cache-poisoning finding for setup-node in publish.yml (caching is not enabled without explicit cache: config). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e1a8786 commit 5a56c2f

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
else
2626
echo "dryRun=false" >> $GITHUB_OUTPUT;
2727
fi
28-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
28+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2929
with:
3030
persist-credentials: false
31-
- uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3
31+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3232
- run: npm ci
3333
- name: Publish to Open VSX Registry
3434
if: success() || failure()

.github/zizmor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
rules:
22
secrets-outside-env:
33
disable: true
4+
cache-poisoning:
5+
ignore:
6+
- publish.yml

0 commit comments

Comments
 (0)