Skip to content

Commit b1517e6

Browse files
committed
npm update
1 parent 76905e4 commit b1517e6

3 files changed

Lines changed: 913 additions & 4 deletions

File tree

.github/workflows/eslint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
# The branches below must be a subset of the branches above
1717
branches: [ dev, main ]
1818
schedule:
19-
- cron: '38 5 * * 2'
19+
- cron: '37 5 * * 2'
2020

2121
jobs:
2222
eslint:
@@ -45,5 +45,5 @@ jobs:
4545
- name: Upload analysis results to GitHub
4646
uses: github/codeql-action/upload-sarif@v4
4747
with:
48-
sarif_file: eslint-results.sarif
48+
sarif_file: results.sarif
4949
wait-for-processing: true

0 commit comments

Comments
 (0)