Skip to content

Commit

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

I still can't get it to work and I give up
  • Loading branch information
lazka committed Dec 13, 2024
1 parent c553f33 commit 0f20d6b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@ jobs:
persist-credentials: false

- name: Run zizmor
run: pipx run zizmor --format sarif . > results.sarif
run: pipx run zizmor .
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 0f20d6b

Please sign in to comment.