Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mpcgt committed Jun 15, 2024
1 parent 57eea9e commit 4bdd107
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
sarif_file: eslint-results.sarif

0 comments on commit 4bdd107

Please sign in to comment.