From a49321db837c1b78bf1a78748e6b4dbaf3dc0768 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 17 Sep 2023 12:05:00 +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