Skip to content

Commit c2d7a28

Browse files
authored
Merge pull request #393 from sir-gon/develop
[CONFIG] [GITHUB] ESLint step dependencies upgraded.
2 parents 3de0b72 + 3fd5a58 commit c2d7a28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/eslint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232

3333
- name: Install ESLint
3434
run: |
35-
npm install eslint@8.10.0
36-
npm install @microsoft/eslint-formatter-sarif@2.1.7
35+
npm install eslint@8.56.0
36+
npm install @microsoft/eslint-formatter-sarif@3.0.0
3737
3838
- name: Run ESLint
3939
run: npx eslint .

0 commit comments

Comments
 (0)