Skip to content

Commit 6f226d4

Browse files
devmgnclaude
andauthored
chore: use latest for actionlint/zizmor and expand zizmor scope (#2658)
- Set actionlint and zizmor to `latest` in .tool-versions - Expand zizmor audit scope to .github/ to include composite actions Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f499026 commit 6f226d4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
actionlint 1.7.11
1+
actionlint latest
22
nodejs 24.14.1
33
pnpm 10.32.1
4-
zizmor 1.23.1
4+
zizmor latest

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"fix": "pnpm lint:fix && pnpm fmt:fix",
1111
"lint": "oxlint",
1212
"lint:fix": "oxlint --fix",
13-
"lint:workflows": "actionlint -color && zizmor .github/workflows/",
13+
"lint:workflows": "actionlint -color && zizmor .github/",
1414
"fmt": "oxfmt --check .",
1515
"fmt:fix": "oxfmt --write .",
1616
"knip": "knip --strict --cache",

0 commit comments

Comments
 (0)