From 342cedbc08a36a8d82db2807fce314dd1073b277 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 20 Sep 2023 12:05:22 +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