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 Actions
parent 4fcca5ed7d
commit e1e840bac1
6 changed files with 164 additions and 79 deletions

View File

@@ -381,7 +381,7 @@ jobs:
fi
- name: Upload Trivy results
if: github.event_name != 'pull_request' && steps.skip.outputs.skip_build != 'true' && steps.skip.outputs.is_feature_push != 'true' && steps.trivy-check.outputs.exists == 'true'
if: github.event_name != 'pull_request' && steps.skip.outputs.skip_build != 'true' && steps.trivy-check.outputs.exists == 'true'
uses: github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
with:
sarif_file: 'trivy-results.sarif'