From 52ec587e3dd1bff531425d184c367f9b8369cca0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 4 Sep 2023 12:05:24 +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 108943d..daa49df 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