Skip to content

Commit

Permalink
Update static_analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
f33r0 authored Oct 15, 2024
1 parent 6f8fac8 commit 571dc7c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,13 @@ jobs:
cache-provider: "buildjet"

# v2.20.16
# - name: cargo install
# uses: taiki-e/install-action@ac89944b5b150d78567ab6c02badfbe48b0b55aa
# with:
# tool: clippy-sarif, sarif-fmt

- name: cargo install
uses: taiki-e/install-action@v2
uses: taiki-e/cache-cargo-install-action@v2
with:
tool: clippy-sarif, sarif-fmt

Expand Down

0 comments on commit 571dc7c

Please sign in to comment.