Skip to content

Commit 64dc174

Browse files
authored
Update eslint.yml
1 parent 336a6e5 commit 64dc174

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
@@ -30,7 +30,7 @@ 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@5.0.0
33+
uses: actions/checkout@v5.0.0
3434

3535
- name: Install ESLint
3636
run: |
@@ -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.30.0
51+
uses: github/codeql-action/upload-sarif@v3.30.0
5252
with:
5353
sarif_file: eslint-results.sarif
5454
wait-for-processing: true

0 commit comments

Comments
 (0)