From b88ea0a664100e4733e619592a7e8f5d80cef9df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 16:39:34 +0000 Subject: [PATCH] chore(deps): update github/codeql-action action to v3 --- .github/workflows/security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 63eec35f..e7f93f26 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -41,7 +41,7 @@ jobs: skip-dirs: 'tools' - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 if: ${{ github.event.schedule }} # Upload sarif when running periodically with: sarif_file: 'trivy-results.sarif'