From b8a536c858d5e0433b3bfcbad9b0d16adbcacdac Mon Sep 17 00:00:00 2001 From: Akshat Kotpalliwar <84370725+IntegerAlex@users.noreply.github.com> Date: Thu, 28 Mar 2024 00:23:25 +0530 Subject: [PATCH] Update eslint.yml --- .github/workflows/eslint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index c03e43d..73cf5e8 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -44,7 +44,7 @@ jobs: continue-on-error: true - name: Upload analysis results to GitHub - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: eslint-results.sarif wait-for-processing: true