ci: upgrade codeql-action v3 -> v4

This commit is contained in:
2026-02-24 10:41:37 +00:00
parent eb4f82df07
commit 761e08f168
2 changed files with 2 additions and 2 deletions

View File

@@ -82,7 +82,7 @@ jobs:
exit-code: 0 # warn only; change to 1 to block the pipeline exit-code: 0 # warn only; change to 1 to block the pipeline
- name: Upload Trivy fs results to GitHub Security tab - name: Upload Trivy fs results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3 uses: github/codeql-action/upload-sarif@v4
if: always() if: always()
with: with:
sarif_file: trivy-fs.sarif sarif_file: trivy-fs.sarif

View File

@@ -130,7 +130,7 @@ jobs:
exit-code: 0 # warn only; change to 1 to block on vulnerabilities exit-code: 0 # warn only; change to 1 to block on vulnerabilities
- name: Upload Trivy image results to GitHub Security tab - name: Upload Trivy image results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3 uses: github/codeql-action/upload-sarif@v4
if: always() if: always()
with: with:
sarif_file: trivy-image-${{ matrix.name }}.sarif sarif_file: trivy-image-${{ matrix.name }}.sarif