File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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@v5.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
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@v3.30.0
5252 with :
5353 sarif_file : eslint-results.sarif
5454 wait-for-processing : true
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@4.2.2
18+ uses : actions/checkout@v5.0.0
1919 - name : Setup Node
20- uses : actions/setup-node@4.3 .0
20+ uses : actions/setup-node@v4.4 .0
2121 with :
2222 node-version : 22
2323 registry-url : https://registry.npmjs.org/
You can’t perform that action at this time.
0 commit comments