Skip to content

Commit e60b1ac

Browse files
committed
fix(ci): skip zizmor on Windows runners
1 parent 4ea0131 commit e60b1ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/checkout/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ runs:
3333
persist-credentials: false
3434

3535
- name: Audit GitHub Actions
36+
if: runner.os != 'Windows'
3637
uses: zizmorcore/zizmor-action@71321a20a9ded102f6e9ce5718a2fcec2c4f70d8 # v0.5.2
3738
with:
3839
min-severity: medium

0 commit comments

Comments
 (0)