fix(deps): update weekly-non-major-updates

This commit is contained in:
renovate[bot]
2026-01-13 21:48:48 +00:00
committed by GitHub
parent 95fa11f7e9
commit f049f1cf98
14 changed files with 472 additions and 471 deletions

View File

@@ -228,7 +228,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@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
uses: github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
with:
sarif_file: 'trivy-results.sarif'
token: ${{ secrets.GITHUB_TOKEN }}