File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ jobs:
3737 rc : true
3838
3939 - name : Canary test
40- uses : docker://ghcr.io/step-security/integration-test/int:latest
40+ uses : docker://ghcr.io/step-security/integration-test/int:latest@sha256:e21fc4db56cb2953202c27ce8056cfb550322fde4f1dd4711c96e7ab2ff7f170
4141 env :
4242 PAT : ${{ secrets.PAT }}
4343 canary : true
4444
4545 - name : Canary TLS test
46- uses : docker://ghcr.io/step-security/integration-test/int:latest
46+ uses : docker://ghcr.io/step-security/integration-test/int:latest@sha256:e21fc4db56cb2953202c27ce8056cfb550322fde4f1dd4711c96e7ab2ff7f170
4747 env :
4848 PAT : ${{ secrets.PAT }}
4949 canary-tls : true
Original file line number Diff line number Diff line change 2020 int.api.stepsecurity.io:443
2121
2222 - name : Code Review
23- uses : step-security/ai-codewise@int
23+ uses : step-security/ai-codewise@ab9fe138367d6094b2df7f8469ddc2c5a79c9cf4 # int
Original file line number Diff line number Diff line change 1818 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
1919
2020 - name : Canary test
21- uses : docker://ghcr.io/step-security/integration-test/int:latest
21+ uses : docker://ghcr.io/step-security/integration-test/int:latest@sha256:e21fc4db56cb2953202c27ce8056cfb550322fde4f1dd4711c96e7ab2ff7f170
2222 env :
2323 PAT : ${{ secrets.PAT }}
2424 canary : true
3333 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
3434
3535 - name : Canary test
36- uses : docker://ghcr.io/step-security/integration-test/int:latest
36+ uses : docker://ghcr.io/step-security/integration-test/int:latest@sha256:e21fc4db56cb2953202c27ce8056cfb550322fde4f1dd4711c96e7ab2ff7f170
3737 env :
3838 PAT : ${{ secrets.PAT }}
3939 canary-tls : true
Original file line number Diff line number Diff line change 4040 rc : true
4141
4242 - name : Canary test
43- uses : docker://ghcr.io/step-security/integration-test/int:latest
43+ uses : docker://ghcr.io/step-security/integration-test/int:latest@sha256:e21fc4db56cb2953202c27ce8056cfb550322fde4f1dd4711c96e7ab2ff7f170
4444 env :
4545 PAT : ${{ secrets.PAT }}
4646 canary : true
Original file line number Diff line number Diff line change 1414 - image=ubuntu24-stepsecurity-x64
1515 steps :
1616 - name : Harden Runner
17- uses : step-security/harden-runner@rc
17+ uses : step-security/harden-runner@4c8582f45544ce2dafb2cfae82cfbebf0f41bde2 # rc
1818 with :
1919 egress-policy : audit
2020 allowed-endpoints : >
4343 - image=ubuntu24-stepsecurity-x64
4444 steps :
4545 - name : Harden Runner
46- uses : step-security/harden-runner@rc
46+ uses : step-security/harden-runner@4c8582f45544ce2dafb2cfae82cfbebf0f41bde2 # rc
4747 with :
4848 egress-policy : block
4949 allowed-endpoints : >
8989 - image=ubuntu24-stepsecurity-x64
9090 steps :
9191 - name : Harden Runner
92- uses : step-security/harden-runner@rc
92+ uses : step-security/harden-runner@4c8582f45544ce2dafb2cfae82cfbebf0f41bde2 # rc
9393 with :
9494 egress-policy : audit
9595 allowed-endpoints : >
@@ -137,7 +137,7 @@ jobs:
137137 - image=ubuntu24-stepsecurity-x64
138138 steps :
139139 - name : Harden Runner
140- uses : step-security/harden-runner@rc
140+ uses : step-security/harden-runner@4c8582f45544ce2dafb2cfae82cfbebf0f41bde2 # rc
141141 with :
142142 egress-policy : block
143143 allowed-endpoints : >
You can’t perform that action at this time.
0 commit comments