Skip to content

Commit

Permalink
Update dependency psastras/sarif-rs from 0.6.2 to 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 2, 2024
1 parent 8f78e63 commit a2d34ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ jobs:
if: ${{ success() || failure() }}
env:
# Use https://github.com/psastras/sarif-rs
SHELLCHECK_SARIF_VERSION: '0.6.2'
SHELLCHECK_SARIF_VERSION: '0.6.4'
GH_TOKEN: ${{ github.token }}
run: |
gh release download "shellcheck-sarif-v${SHELLCHECK_SARIF_VERSION?}" --repo psastras/sarif-rs --pattern "shellcheck-sarif-x86_64-unknown-linux-gnu" --output shellcheck-sarif
Expand All @@ -510,7 +510,7 @@ jobs:
if: ${{ success() || failure() }}
env:
# Use https://github.com/psastras/sarif-rs
SARIF_FMT_VERSION: '0.6.2'
SARIF_FMT_VERSION: '0.6.4'
GH_TOKEN: ${{ github.token }}
run: |
gh release download "sarif-fmt-v${SARIF_FMT_VERSION?}" --repo psastras/sarif-rs --pattern "sarif-fmt-x86_64-unknown-linux-gnu" --output sarif-fmt
Expand Down

0 comments on commit a2d34ba

Please sign in to comment.