We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76905e4 commit b1517e6Copy full SHA for b1517e6
3 files changed
.github/workflows/eslint.yml
@@ -16,7 +16,7 @@ on:
16
# The branches below must be a subset of the branches above
17
branches: [ dev, main ]
18
schedule:
19
- - cron: '38 5 * * 2'
+ - cron: '37 5 * * 2'
20
21
jobs:
22
eslint:
@@ -45,5 +45,5 @@ jobs:
45
- name: Upload analysis results to GitHub
46
uses: github/codeql-action/upload-sarif@v4
47
with:
48
- sarif_file: eslint-results.sarif
+ sarif_file: results.sarif
49
wait-for-processing: true
0 commit comments