Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#125)
Browse files Browse the repository at this point in the history
Co-authored-by: felix-renovate[bot] <143542247+felix-renovate[bot]@users.noreply.github.com>
  • Loading branch information
felix-renovate[bot] authored Jan 31, 2025
1 parent 5e9ed29 commit 99974ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/zizmor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:
persist-credentials: false

- name: Install the latest version of uv
uses: astral-sh/setup-uv@b5f58b2abc5763ade55e4e9d0fe52cd1ff7979ca # v5
uses: astral-sh/setup-uv@4db96194c378173c656ce18a155ffc14a9fc4355 # v5

- 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@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3
uses: github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3
with:
sarif_file: results.sarif
category: zizmor

0 comments on commit 99974ba

Please sign in to comment.