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@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
27+ uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
2828 with :
2929 egress-policy : audit
3030
8181 run : npm run build-ui
8282
8383 - name : Run cypress test
84- uses : cypress-io/github-action@948d67d3074f1bbb6379c8bdbb04e95d2f8e593f # v7.4.0
84+ uses : cypress-io/github-action@fa4a118725a8f001170d49631ea89e5d66fee626 # v7.4.1
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@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
99+ uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
100100 with :
101101 egress-policy : audit
102102
@@ -146,7 +146,7 @@ jobs:
146146 needs : [build-ubuntu, build-windows]
147147 steps :
148148 - name : Harden the runner (Audit all outbound calls)
149- uses : step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
149+ uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
150150 with :
151151 egress-policy : audit
152152
Original file line number Diff line number Diff line change @@ -26,22 +26,22 @@ jobs:
2626
2727 steps :
2828 - name : Harden Runner
29- uses : step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
29+ uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
3030 with :
3131 egress-policy : audit
3232
3333 - name : Checkout repository
3434 uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3535
3636 - name : Initialize CodeQL
37- uses : github/codeql-action/init@9cea5827c668a1fe7165dbce6e80c3f9cf3f83ac # ratchet:github/codeql-action/init@v4
37+ uses : github/codeql-action/init@8096e4f9571939c23cbd19018c44c665f90096af # ratchet:github/codeql-action/init@v4
3838 with :
3939 languages : ${{ matrix.language }}
4040
4141 - name : Autobuild
42- uses : github/codeql-action/autobuild@9cea5827c668a1fe7165dbce6e80c3f9cf3f83ac # ratchet:github/codeql-action/autobuild@v4
42+ uses : github/codeql-action/autobuild@8096e4f9571939c23cbd19018c44c665f90096af # ratchet:github/codeql-action/autobuild@v4
4343
4444 - name : Perform CodeQL Analysis
45- uses : github/codeql-action/analyze@9cea5827c668a1fe7165dbce6e80c3f9cf3f83ac # ratchet:github/codeql-action/analyze@v4
45+ uses : github/codeql-action/analyze@8096e4f9571939c23cbd19018c44c665f90096af # ratchet:github/codeql-action/analyze@v4
4646 with :
4747 category : ' /language:${{matrix.language}}'
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@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
13+ uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
1414 with :
1515 egress-policy : audit
1616
Original file line number Diff line number Diff line change @@ -18,19 +18,19 @@ jobs:
1818
1919 steps :
2020 - name : Harden the runner (Audit all outbound calls)
21- uses : step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
21+ uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
2222 with :
2323 egress-policy : audit
2424
2525 - name : Set up Docker Buildx
26- uses : docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4
26+ uses : docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4
2727
2828 - name : Checkout Repository
2929 uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3030
3131 - name : Log in to Docker Hub
3232 if : github.repository_owner == 'finos'
33- uses : docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4
33+ uses : docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4
3434 with :
3535 username : finos
3636 password : ${{ secrets.DOCKER_PASSWORD }}
4646
4747 - name : Build and Publish Docker Image
4848 if : github.repository_owner == 'finos'
49- uses : docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7
49+ uses : docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7
5050 with :
5151 context : .
5252 file : Dockerfile
Original file line number Diff line number Diff line change @@ -22,23 +22,23 @@ jobs:
2222
2323 steps :
2424 - name : Harden the runner (Audit all outbound calls)
25- uses : step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
25+ uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
2626 with :
2727 egress-policy : audit
2828
2929 - name : Checkout code
3030 uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3131
3232 - name : Set up Docker Buildx
33- uses : docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5
33+ uses : docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c
3434 with :
3535 install : true
3636
3737 - name : Expose GitHub Runtime for Docker Cache
3838 uses : crazy-max/ghaction-github-runtime@04d248b84655b509d8c44dc1d6f990c879747487 # v4.0.0
3939
4040 - name : Set up Docker Compose
41- uses : docker/setup-compose-action@6fe408f5ba034c1030210733f4d61ce12eb7c9f9
41+ uses : docker/setup-compose-action@3408803818f5b5065308cdf3293ecbddf1ab2fac
4242
4343 - name : Set up Node.js
4444 uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
@@ -101,7 +101,7 @@ jobs:
101101 needs : [e2e]
102102 steps :
103103 - name : Harden the runner (Audit all outbound calls)
104- uses : step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
104+ uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
105105 with :
106106 egress-policy : audit
107107
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Harden Runner
27- uses : step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
27+ uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
2828 with :
2929 egress-policy : audit
3030
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Harden Runner
17- uses : step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
17+ uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
1818 with :
1919 egress-policy : audit
2020
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Harden Runner
17- uses : step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
17+ uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
1818 with :
1919 egress-policy : audit
2020
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps : # list of steps
1616 - name : Harden Runner
17- uses : step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
17+ uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
1818 with :
1919 egress-policy : audit
2020
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Harden Runner
14- uses : step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
14+ uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
1515 with :
1616 egress-policy : audit
1717
You can’t perform that action at this time.
0 commit comments