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] <support@github.com> 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

Lines changed: 3 additions & 3 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@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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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

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@cb605e52c26070c328afc4562f0b4ada7618a84e
64+
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
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@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

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@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

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@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

Lines changed: 1 addition & 1 deletion
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

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@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

Lines changed: 4 additions & 4 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@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

0 commit comments

Comments
 (0)