From eae2bd28b7d8250287b5505d4fd7e992501dcdac Mon Sep 17 00:00:00 2001 From: "plural-renovate[bot]" Date: Thu, 20 Jun 2024 16:29:29 +0000 Subject: [PATCH] feat(deps): Update github/codeql-action action to v3 BREAKING CHANGE: major release of github/codeql-action --- .github/workflows/build-all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'