Skip to content

Commit 3fd5a58

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [GITHUB] ESLint step dependencies upgraded.
1 parent 3de0b72 commit 3fd5a58

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)