From 057dc0f1ccb92961a2ba5d5560f734bcf08363dc Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Sat, 11 Jun 2022 13:51:10 +0200 Subject: [PATCH] Update usage of CodeQL action --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff4e757..e4e65ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,7 +108,7 @@ jobs: output: 'trivy-results.sarif' severity: 'HIGH,CRITICAL' - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v1 + uses: github/codeql-action/upload-sarif@v2 with: sarif_file: 'trivy-results.sarif'