File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939
4040 steps :
4141 - name : Checkout repository
42- uses : actions/checkout@v2
42+ uses : actions/checkout@v6
4343
4444 # Initializes the CodeQL tools for scanning.
4545 - name : Initialize CodeQL
Original file line number Diff line number Diff line change @@ -39,14 +39,14 @@ jobs:
3939 statuses : write
4040 checks : write
4141 steps :
42- - uses : actions/checkout@v3
42+ - uses : actions/checkout@v6
4343 with :
4444 fetch-depth : 0
4545
46- - uses : actions/setup-node@v3
46+ - uses : actions/setup-node@v6
4747 with :
4848 cache : ' npm'
49- node-version : 20
49+ node-version : 24
5050 registry-url : ' https://registry.npmjs.org'
5151 scope : ' @octopusdeploy'
5252 - run : npm install
6060 OCTOPUS_TEST_URL : ${{ env.SERVER_URL }}
6161 OCTOPUS_TEST_API_KEY : ${{ env.ADMIN_API_KEY }}
6262
63- - uses : dorny/test-reporter@v1
63+ - uses : dorny/test-reporter@v3
6464 if : success() || failure()
6565 name : Tests report
6666 with :
You can’t perform that action at this time.
0 commit comments