File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ jobs:
1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 with :
1919 fetch-depth : 0
2020
2121 - name : Use Node.js 18
22- uses : actions/setup-node@v4
22+ uses : actions/setup-node@v6
2323 with :
24- node-version : 18
24+ node-version : 22
2525
2626 - name : Install NPM dependencies
2727 run : npm ci
Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ jobs:
1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 with :
1616 fetch-depth : 0
1717
1818 - name : Use Node.js 18
19- uses : actions/setup-node@v4
19+ uses : actions/setup-node@v6
2020 with :
21- node-version : 18
21+ node-version : 22
2222
2323 - name : Install NPM dependencies
2424 run : npm ci
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ jobs:
1515
1616 steps :
1717 - name : Checkout all commits and tags
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919 if : ${{ github.event_name == 'pull_request' }}
2020 with :
2121 fetch-depth : 0
2222
2323 - name : Checkout single commit
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525 if : ${{ github.event_name != 'pull_request' }}
2626
2727 - name : Pull request scan
4141
4242 - name : Publish code scanning alerts
4343 if : ${{ github.event_name != 'pull_request' }}
44- uses : github/codeql-action/upload-sarif@v3
44+ uses : github/codeql-action/upload-sarif@v4
4545 with :
4646 sarif_file : report.sarif
4747 category : semgrep
You can’t perform that action at this time.
0 commit comments