diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index 032e0107..bd036c5a 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -165,7 +165,7 @@ jobs: ignore-unfixed: true #severity: 'CRITICAL,HIGH' - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 if: contains(matrix.project, 'cuda') == false with: sarif_file: 'trivy-results.sarif'