Skip to content

Commit 69f487c

Browse files
committed
Bumped versions
1 parent 38b06b7 commit 69f487c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/eslint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ 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
37-
npm install eslint-plugin-github@4.10.1
35+
npm install eslint@9.23.0
36+
npm install @microsoft/eslint-formatter-sarif@3.1.0
37+
npm install eslint-plugin-github@6.0.0
3838
3939
- name: Run ESLint
4040
run: |
@@ -46,7 +46,7 @@ jobs:
4646
continue-on-error: true
4747

4848
- name: Upload analysis results to GitHub
49-
uses: github/codeql-action/upload-sarif@v2
49+
uses: github/codeql-action/upload-sarif@v3
5050
with:
5151
sarif_file: eslint-results.sarif
5252
wait-for-processing: true

0 commit comments

Comments
 (0)