File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 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@v6.0.0
33+ uses : actions/checkout@v6.0.2
3434
3535 - name : Install ESLint
3636 run : |
4848 continue-on-error : true
4949
5050 - name : Upload analysis results to GitHub
51- uses : github/codeql-action/upload-sarif@v4.31.5
51+ uses : github/codeql-action/upload-sarif@v4.34.1
5252 with :
5353 sarif_file : eslint-results.sarif
5454 wait-for-processing : true
Original file line number Diff line number Diff line change 1414 id-token : write
1515 steps :
1616 - name : Checkout code
17- uses : actions/checkout@v6.0.0
17+ uses : actions/checkout@v6.0.2
1818 - name : Setup Node
19- uses : actions/setup-node@v6.0 .0
19+ uses : actions/setup-node@v6.3 .0
2020 with :
2121 node-version : 22
2222 registry-url : https://registry.npmjs.org/
Original file line number Diff line number Diff line change 2929
3030 steps :
3131 - name : " Checkout code"
32- uses : actions/checkout@v6.0.0
32+ uses : actions/checkout@v6.0.2
3333 with :
3434 persist-credentials : false
3535
4949 # uploads of run results in SARIF format to the repository Actions tab.
5050 # https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts
5151 - name : " Upload artifact"
52- uses : actions/upload-artifact@v5 .0.0
52+ uses : actions/upload-artifact@v7 .0.0
5353 with :
5454 name : SARIF file
5555 path : results.sarif
5858 # Upload the results to GitHub's code scanning dashboard (optional).
5959 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
6060 - name : " Upload to code-scanning"
61- uses : github/codeql-action/upload-sarif@v4.31.5
61+ uses : github/codeql-action/upload-sarif@v4.34.1
6262 with :
6363 sarif_file : results.sarif
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v6.0.0
18+ uses : actions/checkout@v6.0.2
1919 - name : Setup Node
20- uses : actions/setup-node@v6.0 .0
20+ uses : actions/setup-node@v6.3 .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