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