Skip to content

Commit

Permalink
Merge branch 'main' into copy-replace
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek authored Dec 14, 2024
2 parents f9257e5 + 103d51f commit 2c19715
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:

jobs:
zizmor:
name: Zizmor latest via Cargo
name: Zizmor latest via PyPI
runs-on: ubuntu-latest
permissions:
security-events: write
Expand All @@ -24,8 +24,10 @@ jobs:
persist-credentials: false
- uses: hynek/setup-cached-uv@v2

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

- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v3
Expand Down

0 comments on commit 2c19715

Please sign in to comment.