|
16 | 16 | runs-on: ubuntu-latest |
17 | 17 | steps: # https://michaelheap.com/dynamic-matrix-generation-github-actions/ |
18 | 18 | - name: Harden the runner (Audit all outbound calls) |
19 | | - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 |
| 19 | + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 |
20 | 20 | with: |
21 | 21 | egress-policy: block |
22 | 22 | allowed-endpoints: > |
|
37 | 37 | runs-on: ${{ matrix.os }} |
38 | 38 | steps: |
39 | 39 | - name: Harden Runner |
40 | | - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 |
| 40 | + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 |
41 | 41 | with: |
42 | 42 | egress-policy: block |
43 | 43 | allowed-endpoints: > |
@@ -103,7 +103,7 @@ jobs: |
103 | 103 | runs-on: ubuntu-latest |
104 | 104 | steps: |
105 | 105 | - name: Harden Runner |
106 | | - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 |
| 106 | + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 |
107 | 107 | with: |
108 | 108 | egress-policy: block |
109 | 109 | allowed-endpoints: > |
@@ -155,7 +155,7 @@ jobs: |
155 | 155 | runs-on: ubuntu-latest |
156 | 156 | steps: |
157 | 157 | - name: Harden Runner |
158 | | - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 |
| 158 | + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 |
159 | 159 | with: |
160 | 160 | egress-policy: block |
161 | 161 | allowed-endpoints: > |
@@ -198,7 +198,7 @@ jobs: |
198 | 198 | runs-on: ${{ matrix.os }} |
199 | 199 | steps: |
200 | 200 | - name: Harden Runner |
201 | | - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 |
| 201 | + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 |
202 | 202 | with: |
203 | 203 | egress-policy: block |
204 | 204 | allowed-endpoints: > |
@@ -232,7 +232,7 @@ jobs: |
232 | 232 | runs-on: ubuntu-latest |
233 | 233 | steps: |
234 | 234 | - name: Harden Runner |
235 | | - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 |
| 235 | + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 |
236 | 236 | with: |
237 | 237 | egress-policy: block |
238 | 238 | allowed-endpoints: > |
|
0 commit comments