From e51e7a659054a86fc73b6d16220cddab46607984 Mon Sep 17 00:00:00 2001 From: KitsuneSemCalda Date: Sun, 19 May 2024 04:31:54 -0300 Subject: [PATCH] :green_heart: fix-ci (update the version): moving the version @v2 to @v3 --- .github/workflows/codacy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index 984f7a0..938e566 100644 --- a/.github/workflows/codacy.yml +++ b/.github/workflows/codacy.yml @@ -56,6 +56,6 @@ jobs: # Upload the SARIF file generated in the previous step - name: Upload SARIF results file - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: results.sarif