Skip to content

Commit 1514b89

Browse files
Bump the github-actions group with 9 updates (#14017)
Bumps the github-actions group with 9 updates: | Package | From | To | | --- | --- | --- | | [step-security/harden-runner](https://github.com/step-security/harden-runner) | `2.10.4` | `2.11.0` | | [preactjs/compressed-size-action](https://github.com/preactjs/compressed-size-action) | `2.7.0` | `2.8.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.28.8` | `3.28.10` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.0` | `4.6.1` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4.1.8` | `4.1.9` | | [ossf/scorecard-action](https://github.com/ossf/scorecard-action) | `2.4.0` | `2.4.1` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.3.1` | `5.4.0` | | [actions/cache](https://github.com/actions/cache) | `4.2.0` | `4.2.2` | | [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `7.0.6` | `7.0.7` | Updates `step-security/harden-runner` from 2.10.4 to 2.11.0 - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](step-security/harden-runner@cb605e5...4d991eb) Updates `preactjs/compressed-size-action` from 2.7.0 to 2.8.0 - [Release notes](https://github.com/preactjs/compressed-size-action/releases) - [Commits](preactjs/compressed-size-action@6fa0e7c...946a292) Updates `github/codeql-action` from 3.28.8 to 3.28.10 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@dd74661...b56ba49) Updates `actions/upload-artifact` from 4.6.0 to 4.6.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@65c4c4a...4cec3d8) Updates `actions/download-artifact` from 4.1.8 to 4.1.9 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@fa0a91b...cc20338) Updates `ossf/scorecard-action` from 2.4.0 to 2.4.1 - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](ossf/scorecard-action@62b2cac...f49aabe) Updates `codecov/codecov-action` from 5.3.1 to 5.4.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@13ce06b...0565863) Updates `actions/cache` from 4.2.0 to 4.2.2 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@1bd1e32...d4323d4) Updates `peter-evans/create-pull-request` from 7.0.6 to 7.0.7 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@67ccf78...dd2324f) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: preactjs/compressed-size-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: ossf/scorecard-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9aab8a5 commit 1514b89

19 files changed

+48
-48
lines changed

.github/workflows/build-and-deploy.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
github.event.pull_request.user.login != 'dependabot[bot]'
8484
steps:
8585
- name: Harden Runner
86-
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
86+
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
8787
with:
8888
disable-file-monitoring: true
8989
egress-policy: block
@@ -110,7 +110,7 @@ jobs:
110110
cache: npm
111111

112112
- name: Bundle size check
113-
uses: preactjs/compressed-size-action@6fa0e7ca017120c754863b31123c5ee2860fd434
113+
uses: preactjs/compressed-size-action@946a292cd35bd1088e0d7eb92b69d1a8d5b5d76a
114114
with:
115115
repo-token: ${{ secrets.GITHUB_TOKEN }}
116116
pattern: '{assets/js/*.js,assets/css/*.css}'
@@ -129,7 +129,7 @@ jobs:
129129
github.event.pull_request.user.login != 'dependabot[bot]'
130130
steps:
131131
- name: Harden Runner
132-
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
132+
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
133133
with:
134134
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
135135

.github/workflows/cleanup-pr-assets.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
github.event.pull_request.user.login != 'dependabot[bot]'
2222
steps:
2323
- name: Harden Runner
24-
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
24+
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
2525
with:
2626
disable-file-monitoring: true
2727
disable-sudo: true

.github/workflows/codeql-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
4545

4646
- name: Initialize CodeQL
47-
uses: github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a
47+
uses: github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d
4848
with:
4949
languages: javascript
5050

5151
- name: Perform CodeQL Analysis
52-
uses: github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a
52+
uses: github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d

.github/workflows/lint-css-js-md.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
timeout-minutes: 20
6262
steps:
6363
- name: Harden Runner
64-
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
64+
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
6565
with:
6666
disable-sudo: true
6767
disable-file-monitoring: true

.github/workflows/lint-i18n.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
timeout-minutes: 10
4343
steps:
4444
- name: Harden Runner
45-
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
45+
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
4646
with:
4747
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
4848

.github/workflows/lint-php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
timeout-minutes: 5
4242
steps:
4343
- name: Harden Runner
44-
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
44+
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
4545
with:
4646
disable-file-monitoring: true
4747
egress-policy: block

.github/workflows/lint-plugin-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
timeout-minutes: 10
4343
steps:
4444
- name: Harden Runner
45-
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
45+
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
4646
with:
4747
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
4848

.github/workflows/npm-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
needs: [dry-run]
103103
steps:
104104
- name: Harden Runner
105-
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
105+
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
106106
with:
107107
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
108108

.github/workflows/plugin-release.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
environment: Production
4242
steps:
4343
- name: Harden Runner
44-
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
44+
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
4545
with:
4646
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
4747

@@ -104,7 +104,7 @@ jobs:
104104
needs: [checks]
105105
steps:
106106
- name: Harden Runner
107-
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
107+
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
108108
with:
109109
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
110110

@@ -222,7 +222,7 @@ jobs:
222222
echo "" > assets_version/assets_version.txt
223223
224224
- name: Upload assets version
225-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
225+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
226226
with:
227227
name: assets-version
228228
path: public/static/assets_version
@@ -245,7 +245,7 @@ jobs:
245245
release_name: ${{ steps.release_branch.outputs.release_name }}
246246
steps:
247247
- name: Harden Runner
248-
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
248+
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
249249
with:
250250
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
251251

@@ -256,7 +256,7 @@ jobs:
256256
token: ${{ secrets.GOOGLEFORCREATORS_BOT_TOKEN }}
257257

258258
- name: Download assets version
259-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
259+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
260260
with:
261261
name: assets-version
262262
continue-on-error: true
@@ -396,7 +396,7 @@ jobs:
396396
mv build/*.zip build/release-assets/
397397
398398
- name: Upload artifacts
399-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
399+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
400400
with:
401401
name: release-assets
402402
path: build/release-assets
@@ -408,15 +408,15 @@ jobs:
408408
needs: [build]
409409
steps:
410410
- name: Harden Runner
411-
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
411+
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
412412
with:
413413
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
414414

415415
- name: Checkout
416416
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
417417

418418
- name: Download release artifacts
419-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
419+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
420420
with:
421421
name: release-assets
422422
path: build
@@ -444,7 +444,7 @@ jobs:
444444
if: ${{ ! startsWith(github.ref, 'refs/heads/release/') && ! contains(github.event.inputs.version, 'rc') }}
445445
steps:
446446
- name: Harden Runner
447-
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
447+
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
448448
with:
449449
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
450450

@@ -500,12 +500,12 @@ jobs:
500500
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
501501
steps:
502502
- name: Harden Runner
503-
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
503+
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
504504
with:
505505
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
506506

507507
- name: Download release artifacts
508-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
508+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
509509
with:
510510
name: release-assets
511511
path: release-assets

.github/workflows/scorecards.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Harden Runner
28-
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
28+
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
2929
with:
3030
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
3131

@@ -35,7 +35,7 @@ jobs:
3535
persist-credentials: false
3636

3737
- name: 'Run analysis'
38-
uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46
38+
uses: ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186
3939
with:
4040
results_file: results.sarif
4141
results_format: sarif
@@ -48,14 +48,14 @@ jobs:
4848

4949
# Upload the results as artifacts (optional).
5050
- name: 'Upload artifact'
51-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
51+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
5252
with:
5353
name: SARIF file
5454
path: results.sarif
5555
retention-days: 5
5656

5757
# Upload the results to GitHub's code scanning dashboard.
5858
- name: 'Upload to code-scanning'
59-
uses: github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a
59+
uses: github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d
6060
with:
6161
sarif_file: results.sarif

.github/workflows/tests-e2e.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
timeout-minutes: 30
7171
steps:
7272
- name: Harden Runner
73-
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
73+
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
7474
with:
7575
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
7676

@@ -116,7 +116,7 @@ jobs:
116116
run: bun run workflow:build-plugin
117117

118118
- name: Upload bundle
119-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
119+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
120120
with:
121121
name: web-stories
122122
path: build/web-stories
@@ -149,7 +149,7 @@ jobs:
149149

150150
steps:
151151
- name: Harden Runner
152-
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
152+
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
153153
with:
154154
disable-file-monitoring: true
155155
egress-policy: audit
@@ -168,7 +168,7 @@ jobs:
168168
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
169169

170170
- name: Download bundle
171-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
171+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
172172
with:
173173
name: web-stories
174174

@@ -234,7 +234,7 @@ jobs:
234234
ARTIFACT_NAME: failures-artifacts-${{ matrix.wp }}-${{ matrix.shard }}
235235

236236
- name: Upload artifacts
237-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
237+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
238238
if: always()
239239
with:
240240
name: ${{ env.ARTIFACT_NAME }}

.github/workflows/tests-karma-dashboard.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
timeout-minutes: 30
4848
steps:
4949
- name: Harden Runner
50-
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
50+
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
5151
with:
5252
disable-file-monitoring: true
5353
egress-policy: block
@@ -102,7 +102,7 @@ jobs:
102102
DISABLE_ERROR_BOUNDARIES: true
103103

104104
- name: Upload code coverage report
105-
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3
105+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574
106106
with:
107107
files: build/logs/karma-coverage/dashboard/lcov.info
108108
flags: karmatests

.github/workflows/tests-karma-editor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
]
8484
steps:
8585
- name: Harden Runner
86-
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
86+
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
8787
with:
8888
disable-file-monitoring: true
8989
egress-policy: block
@@ -143,7 +143,7 @@ jobs:
143143
SHARD: ${{ matrix.shard }}
144144

145145
- name: Upload code coverage report
146-
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3
146+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574
147147
with:
148148
files: build/logs/karma-coverage/story-editor/lcov.info
149149
flags: karmatests

.github/workflows/tests-unit-js.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
shard: ['1/2', '2/2']
5252
steps:
5353
- name: Harden Runner
54-
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
54+
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
5555
with:
5656
disable-sudo: true
5757
disable-file-monitoring: true
@@ -76,7 +76,7 @@ jobs:
7676
cache: npm
7777

7878
- name: Setup Jest cache
79-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
79+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
8080
with:
8181
path: .jest-cache
8282
key: ${{ runner.os }}-${{ env.NVMRC }}-jest
@@ -103,7 +103,7 @@ jobs:
103103
AMP_VALIDATOR_FILE: ${{ env.validator_file }}
104104

105105
- name: Upload code coverage report
106-
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3
106+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574
107107
with:
108108
files: build/logs/lcov.info
109109
flags: unittests

.github/workflows/tests-unit-php.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
steps:
8282
- name: Harden Runner
83-
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
83+
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
8484
with:
8585
disable-file-monitoring: true
8686
egress-policy: audit
@@ -183,7 +183,7 @@ jobs:
183183
if: ${{ matrix.random }}
184184

185185
- name: Upload code coverage report
186-
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3
186+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574
187187
with:
188188
files: build/logs/*.xml
189189
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/update-browserslist.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Harden Runner
25-
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
25+
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
2626
with:
2727
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
2828

@@ -41,7 +41,7 @@ jobs:
4141
run: npx update-browserslist-db@latest
4242

4343
- name: Create Pull Request
44-
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f
44+
uses: peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284
4545
with:
4646
token: ${{ secrets.GOOGLEFORCREATORS_BOT_TOKEN }}
4747
commit-message: Update browserslist db

.github/workflows/update-google-fonts.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Harden Runner
25-
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
25+
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
2626
with:
2727
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
2828

@@ -53,7 +53,7 @@ jobs:
5353
run: npm run workflow:fonts
5454

5555
- name: Create Pull Request
56-
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f
56+
uses: peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284
5757
with:
5858
token: ${{ secrets.GOOGLEFORCREATORS_BOT_TOKEN }}
5959
commit-message: Update list of Google Fonts

0 commit comments

Comments
 (0)