From 6d42f4d4a67134c04d8d9d6dd81598dfba855b72 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 13 Sep 2023 12:05:38 +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