Skip to content

Commit 7d0831f

Browse files
committed
add zizmor checs
1 parent f09472f commit 7d0831f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: lint wit zizmor
2525
run: |
2626
pipx install zizmor
27-
zizmor --gh-token $GITHUB_TOKEN --format sarif . > results.sarif || true
27+
zizmor --gh-token ${{ secrets.GITHUB_TOKEN }} --format sarif . > results.sarif || true
2828
2929
- name: Upload SARIF file
3030
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0

0 commit comments

Comments
 (0)