From 8d63067ca0f1f38e13b53d45a3f8f8a1993c063d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 16 Sep 2023 12:04:59 +0000 Subject: [PATCH] Update GitHub Action Versions --- .github/workflows/lintr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lintr.yml b/.github/workflows/lintr.yml index bd47806..483fa6f 100644 --- a/.github/workflows/lintr.yml +++ b/.github/workflows/lintr.yml @@ -52,7 +52,7 @@ jobs: LINTR_ERROR_ON_LINT: false - name: Upload analysis results to GitHub - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@codeql-bundle-20230524 with: sarif_file: lintr-results.sarif wait-for-processing: true