2323 environment : ' Manual Release'
2424 steps :
2525 - name : Harden the runner (Audit all outbound calls)
26- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
26+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
2727 with :
2828 egress-policy : audit
2929
@@ -39,17 +39,17 @@ jobs:
3939 id-token : write
4040 steps :
4141 - name : Harden Runner
42- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
42+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
4343 with :
4444 egress-policy : audit
4545
46- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
46+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
4747 with :
4848 fetch-depth : 0
4949 - uses : ./.github/actions/setup
5050 - name : Generate a token
5151 id : generate-token
52- uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2
52+ uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2
5353 with :
5454 app-id : ${{ secrets.RELEASER_APP_ID }}
5555 private-key : ${{ secrets.RELEASER_PRIVATE_KEY }}
@@ -79,11 +79,11 @@ jobs:
7979 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
8080 steps :
8181 - name : Harden Runner
82- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
82+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
8383 with :
8484 egress-policy : audit
8585
86- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
86+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
8787 with :
8888 ref : ' release/v3'
8989 - uses : ./.github/actions/setup
@@ -100,11 +100,11 @@ jobs:
100100 discussions : write
101101 steps :
102102 - name : Harden Runner
103- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
103+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
104104 with :
105105 egress-policy : audit
106106
107- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
107+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
108108 with :
109109 ref : ' release/v3'
110110 - uses : ./.github/actions/setup
@@ -127,12 +127,12 @@ jobs:
127127 runs-on : ubuntu-latest
128128 steps :
129129 - name : Harden Runner
130- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
130+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
131131 with :
132132 egress-policy : audit
133133
134134 - name : Checkout code
135- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
135+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
136136 with :
137137 ref : ' release/v3'
138138
@@ -168,12 +168,12 @@ jobs:
168168 runs-on : ubuntu-latest
169169 steps :
170170 - name : Harden Runner
171- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
171+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
172172 with :
173173 egress-policy : audit
174174
175175 - name : Checkout code
176- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
176+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
177177 with :
178178 ref : ' release/v3'
179179
@@ -210,11 +210,11 @@ jobs:
210210 environment : ' Docs Production'
211211 steps :
212212 - name : Harden Runner
213- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
213+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
214214 with :
215215 egress-policy : audit
216216
217- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
217+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
218218 with :
219219 ref : ' release/v3'
220220 - uses : ./.github/actions/setup
0 commit comments