1616 runs-on : ubuntu-latest
1717 steps : # https://michaelheap.com/dynamic-matrix-generation-github-actions/
1818 - name : Harden the runner (Audit all outbound calls)
19- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
19+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
2020 with :
2121 egress-policy : audit
2222 - id : set-matrix
3535 runs-on : ${{ matrix.os }}
3636 steps :
3737 - name : Harden the runner (Audit all outbound calls)
38- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
38+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
3939 with :
4040 egress-policy : audit
4141 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9090 runs-on : ubuntu-latest
9191 steps :
9292 - name : Harden the runner (Audit all outbound calls)
93- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
93+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
9494 with :
9595 egress-policy : audit
9696
@@ -120,7 +120,7 @@ jobs:
120120 runs-on : ${{ matrix.os }}
121121 steps :
122122 - name : Harden the runner (Audit all outbound calls)
123- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
123+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
124124 with :
125125 egress-policy : audit
126126 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -143,7 +143,7 @@ jobs:
143143 runs-on : ubuntu-latest
144144 steps :
145145 - name : Harden the runner (Audit all outbound calls)
146- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
146+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
147147 with :
148148 egress-policy : audit
149149 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
0 commit comments