From 9a4857a905e2934ae11aeb22143267cea0c5e287 Mon Sep 17 00:00:00 2001 From: voorepreethi Date: Thu, 21 Nov 2024 17:08:24 +0530 Subject: [PATCH] ci: updated sarif version --- .github/workflows/pull_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 9117082..e88d4b6 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -35,7 +35,7 @@ jobs: input_path: . output_path: cfn_nag.sarif - name: Upload CFN Nag SARIF - uses: github/codeql-action/upload-sarif@v1 + uses: github/codeql-action/upload-sarif@v2 with: sarif_file: cfn_nag.sarif \ No newline at end of file