Skip to content

Commit 336a6e5

Browse files
authored
Update eslint.yml
1 parent 257c039 commit 336a6e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/eslint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
3131
steps:
3232
- name: Checkout code
33-
uses: actions/checkout@4.2.2
33+
uses: actions/checkout@5.0.0
3434

3535
- name: Install ESLint
3636
run: |
37-
npm install eslint@9.23.0
37+
npm install eslint@9.34.0
3838
npm install @microsoft/eslint-formatter-sarif@3.1.0
3939
npm install eslint-plugin-github@6.0.0
4040
@@ -48,7 +48,7 @@ jobs:
4848
continue-on-error: true
4949

5050
- name: Upload analysis results to GitHub
51-
uses: github/codeql-action/upload-sarif@3.28.15
51+
uses: github/codeql-action/upload-sarif@3.30.0
5252
with:
5353
sarif_file: eslint-results.sarif
5454
wait-for-processing: true

0 commit comments

Comments
 (0)