Skip to content

Commit

Permalink
chore(deps): update github/codeql-action action to v3 (#15)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 11, 2024
1 parent a3e8e8f commit 797c11d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
output: 'trivy-results.sarif'

- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
# Upload sarif when running periodically or pushing to main
if: ${{ github.event.schedule || (github.event_name == 'push' && github.ref_name == 'main') }}
with:
Expand Down

0 comments on commit 797c11d

Please sign in to comment.