Skip to content

Commit

Permalink
Revert "CI: remove code scanning again"
Browse files Browse the repository at this point in the history
This reverts commit c5b593a.

try the suggestion from
woodruffw/zizmor#291
  • Loading branch information
lazka committed Dec 13, 2024
1 parent c5b593a commit c553f33
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ jobs:
persist-credentials: false

- name: Run zizmor
run: pipx run zizmor .
run: pipx run zizmor --format sarif . > results.sarif
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: results.sarif
category: zizmor

0 comments on commit c553f33

Please sign in to comment.