From aacb2b59d2e8a2b694dbe6b9c4a207982ae3b9df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 16:40:02 +0000 Subject: [PATCH] chore(deps): update github/codeql-action action to v3 --- .github/workflows/reusable_security.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable_security.yaml b/.github/workflows/reusable_security.yaml index a48f9cd..4413f74 100644 --- a/.github/workflows/reusable_security.yaml +++ b/.github/workflows/reusable_security.yaml @@ -49,7 +49,7 @@ jobs: skip-files: "${{ inputs.skip-files }}" - 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'