Merge pull request #213 from Wikid82/renovate/github-codeql-action-3.x

chore(deps): update github/codeql-action action to v3.31.5
This commit is contained in:
Jeremy
2025-11-24 11:28:09 -05:00
committed by GitHub

View File

@@ -159,7 +159,7 @@ jobs:
- name: Upload Trivy results
if: github.event_name != 'pull_request' && steps.skip.outputs.skip_build != 'true' && steps.trivy-check.outputs.exists == 'true'
uses: github/codeql-action/upload-sarif@f079b8493333aace61c81488f8bd40919487bd9f # v3.26.13
uses: github/codeql-action/upload-sarif@d3ced5c96c16c4332e2a61eb6f3649d6f1b20bb8 # v3.31.5
with:
sarif_file: 'trivy-results.sarif'
token: ${{ secrets.GITHUB_TOKEN }}