File tree Expand file tree Collapse file tree
template/.github/workflows Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 # This is a useful security step to check for unexpected outbound calls from the runner,
2727 # which could indicate a compromised token or runner.
2828 - name : Harden the runner (Audit all outbound calls)
29- uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
29+ uses : step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
3030 with :
3131 egress-policy : audit
3232
Original file line number Diff line number Diff line change 2121 # This is a useful security step to check for unexpected outbound calls from the runner,
2222 # which could indicate a compromised token or runner.
2323 - name : Harden the runner (Audit all outbound calls)
24- uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
24+ uses : step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
2525 with :
2626 egress-policy : audit
2727
Original file line number Diff line number Diff line change 1111 # This is a useful security step to check for unexpected outbound calls from the runner,
1212 # which could indicate a compromised token or runner.
1313 - name : Harden the runner (Audit all outbound calls)
14- uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
14+ uses : step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
1515 with :
1616 egress-policy : audit
1717
4141 # This is a useful security step to check for unexpected outbound calls from the runner,
4242 # which could indicate a compromised token or runner.
4343 - name : Harden the runner (Audit all outbound calls)
44- uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
44+ uses : step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
4545 with :
4646 egress-policy : audit
4747
5757 # This is a useful security step to check for unexpected outbound calls from the runner,
5858 # which could indicate a compromised token or runner.
5959 - name : Harden the runner (Audit all outbound calls)
60- uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
60+ uses : step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
6161 with :
6262 egress-policy : audit
6363
8383 runs-on : ubuntu-latest
8484 steps :
8585 - name : Harden the runner (Audit all outbound calls)
86- uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
86+ uses : step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
8787 with :
8888 egress-policy : audit
8989
Original file line number Diff line number Diff line change 2424 # This is a useful security step to check for unexpected outbound calls from the runner,
2525 # which could indicate a compromised token or runner.
2626 - name : Harden the runner (Audit all outbound calls)
27- uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
27+ uses : step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
2828 with :
2929 egress-policy : audit
3030
Original file line number Diff line number Diff line change 2727 # This is a useful security step to check for unexpected outbound calls from the runner,
2828 # which could indicate a compromised token or runner.
2929 - name : Harden the runner (Audit all outbound calls)
30- uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
30+ uses : step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
3131 with :
3232 egress-policy : audit
3333
Original file line number Diff line number Diff line change 7373 # This is a useful security step to check for unexpected outbound calls from the runner,
7474 # which could indicate a compromised token or runner.
7575 - name : Harden the runner (Audit all outbound calls)
76- uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
76+ uses : step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
7777 with :
7878 egress-policy : audit
7979
@@ -141,7 +141,7 @@ jobs:
141141 runs-on : ubuntu-latest
142142 steps :
143143 - name : Harden the runner (Audit all outbound calls)
144- uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
144+ uses : step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
145145 with :
146146 egress-policy : audit
147147
You can’t perform that action at this time.
0 commit comments