File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 fetch-depth : 0
2828
2929 - name : Set up Node.js
30- uses : actions/setup-node@v5
30+ uses : actions/setup-node@v6
3131 with :
3232 node-version : 24
3333
Original file line number Diff line number Diff line change 3030 fetch-depth : 0
3131
3232 - name : Install node 24
33- uses : actions/setup-node@v5
33+ uses : actions/setup-node@v6
3434 with :
3535 node-version : 24
3636 cache : npm
7676 steps :
7777 - name : Get releasebranch.txt artifact from Release pipeline
7878 if : github.event_name == 'workflow_run'
79- uses : actions/download-artifact@v5
79+ uses : actions/download-artifact@v7
8080 with :
8181 name : releasebranch.txt
8282 run-id : ${{ github.event.workflow_run.id }}
9696 fetch-depth : 0
9797
9898 - name : Install node 24
99- uses : actions/setup-node@v5
99+ uses : actions/setup-node@v6
100100 with :
101101 node-version : 24
102102 cache : npm
Original file line number Diff line number Diff line change 3030 token : ${{ secrets.GITHUB_TOKEN }}
3131
3232 - name : Install node 24
33- uses : actions/setup-node@v5
33+ uses : actions/setup-node@v6
3434 with :
3535 node-version : 24
3636 cache : npm
6464 git push origin "$BRANCH"
6565 echo "$BRANCH" > releasebranch.txt
6666
67- - uses : actions/upload-artifact@v5
67+ - uses : actions/upload-artifact@v6
6868 with :
6969 name : releasebranch.txt
7070 path : releasebranch.txt
Original file line number Diff line number Diff line change 2828 uses : actions/checkout@v6
2929
3030 - name : Install node ${{ matrix.node }}
31- uses : actions/setup-node@v5
31+ uses : actions/setup-node@v6
3232 with :
3333 node-version : ${{ matrix.node }}
3434 cache : npm
@@ -66,10 +66,10 @@ jobs:
6666 go-version : ' 1.20.1'
6767
6868 - name : Setup Gradle
69- uses : gradle/actions/setup-gradle@v4
69+ uses : gradle/actions/setup-gradle@v5
7070
7171 - name : Setup syft
72- uses : jaxxstorm/action-install-gh-release@v1.10 .0
72+ uses : jaxxstorm/action-install-gh-release@v2.1 .0
7373 with :
7474 repo : anchore/syft
7575 platform : linux
9696
9797 - name : Upload coverage reports
9898 if : ${{ matrix.node == env.MAIN_NODE_VER }}
99- uses : actions/upload-artifact@v4
99+ uses : actions/upload-artifact@v6
100100 with :
101101 name : coverage
102102 path : ./coverage/coverage-final.json
You can’t perform that action at this time.
0 commit comments