File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Harden Runner
27- uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
27+ uses : step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
2828 with :
2929 egress-policy : audit
3030
3333 fetch-depth : 0
3434
3535 - name : Use Node.js ${{ matrix.node-version }}
36- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
36+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
3737 with :
3838 node-version : ${{ matrix.node-version }}
3939
7272 run : npm run test:integration
7373
7474 - name : Upload test coverage report
75- uses : codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
75+ uses : codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
7676 with :
7777 files : ./coverage/lcov.info,./coverage-cli/lcov.info
7878 token : ${{ secrets.CODECOV_TOKEN }}
8181 run : npm run build-ui
8282
8383 - name : Run cypress test
84- uses : cypress-io/github-action@4c06c48f3ffea349b7189aa06dfcda47a9fa7b92 # v7.1.8
84+ uses : cypress-io/github-action@dace029018fcdf86e0df89a31bc3cfa5b32570d8 # v7.3.0
8585 with :
8686 # skip the action's internal npm ci — dependencies are already installed above
8787 install : false
9696
9797 steps :
9898 - name : Harden Runner
99- uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
99+ uses : step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
100100 with :
101101 egress-policy : audit
102102
@@ -105,7 +105,7 @@ jobs:
105105 fetch-depth : 0
106106
107107 - name : Use Node.js 24.x
108- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
108+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
109109 with :
110110 node-version : 24.x
111111
Original file line number Diff line number Diff line change 2626
2727 steps :
2828 - name : Harden Runner
29- uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2
29+ uses : step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2
3030 with :
3131 egress-policy : audit
3232
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Harden Runner
13- uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2
13+ uses : step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2
1414 with :
1515 egress-policy : audit
1616
Original file line number Diff line number Diff line change 2222
2323 - name : Log in to Docker Hub
2424 if : github.repository_owner == 'finos'
25- uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
25+ uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
2626 with :
2727 username : finos
2828 password : ${{ secrets.DOCKER_PASSWORD }}
3838
3939 - name : Build and Publish Docker Image
4040 if : github.repository_owner == 'finos'
41- uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
41+ uses : docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7
4242 with :
4343 context : .
4444 file : Dockerfile
Original file line number Diff line number Diff line change 3636 uses : docker/setup-compose-action@e29e0ecd235838be5f2e823f8f512a72dc55f662
3737
3838 - name : Set up Node.js
39- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
39+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
4040 with :
4141 node-version : ' 24'
4242 cache : ' npm'
7878 run : docker compose logs git-proxy --tail=100
7979
8080 - name : Upload Cypress screenshots on failure
81- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
81+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
8282 if : failure() && matrix.suite == 'cypress'
8383 with :
8484 name : cypress-screenshots
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Harden Runner
27- uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
27+ uses : step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
2828 with :
2929 egress-policy : audit
3030
3333 fetch-depth : 0
3434
3535 - name : Use Node.js ${{ matrix.node-version }}
36- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
36+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
3737 with :
3838 node-version : ${{ matrix.node-version }}
3939
Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ jobs:
1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Harden Runner
17- uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
17+ uses : step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
1818 with :
1919 egress-policy : audit
2020
2121 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2222
2323 # Setup .npmrc file to publish to npm
24- - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
24+ - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2525 with :
2626 node-version : ' 24.x'
2727 registry-url : ' https://registry.npmjs.org'
Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ jobs:
1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Harden Runner
17- uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
17+ uses : step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
1818 with :
1919 egress-policy : audit
2020
2121 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2222
2323 # Setup .npmrc file to publish to npm
24- - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
24+ - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2525 with :
2626 node-version : ' 24.x'
2727 registry-url : ' https://registry.npmjs.org'
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414 runs-on : ubuntu-latest
1515 steps : # list of steps
1616 - name : Harden Runner
17- uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2
17+ uses : step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2
1818 with :
1919 egress-policy : audit
2020
2121 - name : Install NodeJS
22- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
22+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2323 with :
2424 node-version : ${{ env.NODE_VERSION }}
2525
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Harden Runner
14- uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
14+ uses : step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
1515 with :
1616 egress-policy : audit
1717
1818 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1919 # Setup .npmrc file to publish to npm
20- - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
20+ - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2121 with :
2222 node-version : ' 24'
2323 registry-url : ' https://registry.npmjs.org'
You can’t perform that action at this time.
0 commit comments