From c3fd88514eb649c548f561feb7dfb6d5ea2d2bff Mon Sep 17 00:00:00 2001 From: claudiamurialdo <33756655+claudiamurialdo@users.noreply.github.com> Date: Fri, 20 Oct 2023 17:01:24 -0300 Subject: [PATCH] Upgrade CodeQL Action was deprecated on January 18th, 2023. (#889) https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/ --- .github/workflows/veracode.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/veracode.yml b/.github/workflows/veracode.yml index 0f41536ad..aa0b97599 100644 --- a/.github/workflows/veracode.yml +++ b/.github/workflows/veracode.yml @@ -90,7 +90,7 @@ jobs: pipeline-results-json: results.json source-base-path-1: "^.*/${{ github.event.repository.name }}/dotnet/:dotnet/" - - uses: github/codeql-action/upload-sarif@v1 + - uses: github/codeql-action/upload-sarif@v2 with: # Path to SARIF file relative to the root of the repository sarif_file: veracode-results.sarif