From 4bdd107b02c83518a72961fa41d03fcc784f421c Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 15 Jun 2024 12:13:52 +0200 Subject: [PATCH] Bug fix --- .github/workflows/eslint.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 0acdc93..5caf060 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -43,8 +43,7 @@ jobs: --output-file eslint-results.sarif continue-on-error: true - - name: Upload analysis results to GitHub + name: Upload SARIF file uses: github/codeql-action/upload-sarif@v3 with: - sarif_file: eslint-results.sarif - wait-for-processing: true \ No newline at end of file + sarif_file: eslint-results.sarif \ No newline at end of file