mirror of
https://github.com/imjasonh/govulncheck-action
synced 2026-07-08 08:45:48 +00:00
Merge pull request #16 from imjasonh/dependabot/github_actions/github/codeql-action-3.29.2
chore(deps): bump github/codeql-action from 3.29.0 to 3.29.2
This commit is contained in:
commit
cd89e94a04
1 changed files with 1 additions and 1 deletions
2
.github/workflows/malcontent.yaml
vendored
2
.github/workflows/malcontent.yaml
vendored
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
# NB: Could also set `fail-on-increase: false` and use `if: ${{steps.malcontent.outputs.risk-delta > 5}}` to allow some risk increase
|
||||
|
||||
- name: Upload SARIF
|
||||
uses: github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 #v3.29.0 - 11 Jun 2025
|
||||
uses: github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b #v3.29.0 - 11 Jun 2025
|
||||
if: always() # Upload even if the malcontent check fails
|
||||
with:
|
||||
sarif_file: ${{ steps.malcontent.outputs.sarif-file }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue