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@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
19+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
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@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
38+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
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@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
93+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
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@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
123+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
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@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
146+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
147147 with :
148148 egress-policy : audit
149149 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
0 commit comments