Skip to content

Commit 88e293f

Browse files
Bump the github-actions group with 8 updates (#14438)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4d06233 commit 88e293f

18 files changed

+45
-45
lines changed

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

Lines changed: 2 additions & 2 deletions
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@df199fb7be9f65074067a9eb93f12bb4c5547cf2
86+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76
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@946a292cd35bd1088e0d7eb92b69d1a8d5b5d76a
113+
uses: preactjs/compressed-size-action@8518045ed95e94e971b83333085e1cb99aa18aa8
114114
with:
115115
repo-token: ${{ secrets.GITHUB_TOKEN }}
116116
pattern: '{assets/js/*.js,assets/css/*.css}'

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
4545

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

5151
- name: Perform CodeQL Analysis
52-
uses: github/codeql-action/analyze@cf1bb45a277cb3c205638b2cd5c984db1c46a412
52+
uses: github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7

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

Lines changed: 1 addition & 1 deletion
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@df199fb7be9f65074067a9eb93f12bb4c5547cf2
64+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76
6565
with:
6666
disable-sudo: true
6767
disable-file-monitoring: true

.github/workflows/lint-i18n.yml

Lines changed: 1 addition & 1 deletion
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@df199fb7be9f65074067a9eb93f12bb4c5547cf2
45+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76
4646
with:
4747
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
4848

.github/workflows/lint-php.yml

Lines changed: 1 addition & 1 deletion
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@df199fb7be9f65074067a9eb93f12bb4c5547cf2
44+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76
4545
with:
4646
disable-file-monitoring: true
4747
egress-policy: block

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

Lines changed: 1 addition & 1 deletion
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@df199fb7be9f65074067a9eb93f12bb4c5547cf2
45+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76
4646
with:
4747
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
4848

.github/workflows/npm-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
needs: [dry-run]
101101
steps:
102102
- name: Harden Runner
103-
uses: step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2
103+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76
104104
with:
105105
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
106106

.github/workflows/plugin-release.yml

Lines changed: 11 additions & 11 deletions
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@df199fb7be9f65074067a9eb93f12bb4c5547cf2
44+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76
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@df199fb7be9f65074067a9eb93f12bb4c5547cf2
107+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76
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@330a01c490aca151604b8cf639adc76d48f6c5d4
225+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
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@df199fb7be9f65074067a9eb93f12bb4c5547cf2
248+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76
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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
259+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
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@330a01c490aca151604b8cf639adc76d48f6c5d4
399+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
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@df199fb7be9f65074067a9eb93f12bb4c5547cf2
411+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76
412412
with:
413413
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
414414

415415
- name: Checkout
416416
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
417417

418418
- name: Download release artifacts
419-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
419+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
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@df199fb7be9f65074067a9eb93f12bb4c5547cf2
447+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76
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@df199fb7be9f65074067a9eb93f12bb4c5547cf2
503+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76
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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
508+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
509509
with:
510510
name: release-assets
511511
path: release-assets

.github/workflows/scorecards.yml

Lines changed: 3 additions & 3 deletions
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@df199fb7be9f65074067a9eb93f12bb4c5547cf2
28+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76
2929
with:
3030
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
3131

@@ -48,14 +48,14 @@ jobs:
4848

4949
# Upload the results as artifacts (optional).
5050
- name: 'Upload artifact'
51-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
51+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
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@cf1bb45a277cb3c205638b2cd5c984db1c46a412
59+
uses: github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7
6060
with:
6161
sarif_file: results.sarif

.github/workflows/tests-e2e.yml

Lines changed: 5 additions & 5 deletions
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@df199fb7be9f65074067a9eb93f12bb4c5547cf2
73+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76
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@330a01c490aca151604b8cf639adc76d48f6c5d4
119+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
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@df199fb7be9f65074067a9eb93f12bb4c5547cf2
152+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76
153153
with:
154154
disable-file-monitoring: true
155155
egress-policy: audit
@@ -168,7 +168,7 @@ jobs:
168168
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
169169

170170
- name: Download bundle
171-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
171+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
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@330a01c490aca151604b8cf639adc76d48f6c5d4
237+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
238238
if: always()
239239
with:
240240
name: ${{ env.ARTIFACT_NAME }}

0 commit comments

Comments
 (0)