Skip to content

Commit d58454a

Browse files
Bump the github-actions group with 8 updates (#14057)
Bumps the github-actions group with 8 updates: | Package | From | To | | --- | --- | --- | | [actions/setup-node](https://github.com/actions/setup-node) | `4.2.0` | `4.3.0` | | [ramsey/composer-install](https://github.com/ramsey/composer-install) | `3.0.0` | `3.1.0` | | [webfactory/ssh-agent](https://github.com/webfactory/ssh-agent) | `0.9.0` | `0.9.1` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.28.10` | `3.28.13` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.1` | `4.6.2` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4.1.9` | `4.2.1` | | [actions/cache](https://github.com/actions/cache) | `4.2.2` | `4.2.3` | | [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `7.0.7` | `7.0.8` | Updates `actions/setup-node` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@1d0ff46...cdca736) Updates `ramsey/composer-install` from 3.0.0 to 3.1.0 - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](ramsey/composer-install@57532f8...a2636af) Updates `webfactory/ssh-agent` from 0.9.0 to 0.9.1 - [Release notes](https://github.com/webfactory/ssh-agent/releases) - [Changelog](https://github.com/webfactory/ssh-agent/blob/master/CHANGELOG.md) - [Commits](webfactory/ssh-agent@dc588b6...a6f90b1) Updates `github/codeql-action` from 3.28.10 to 3.28.13 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@b56ba49...1b549b9) Updates `actions/upload-artifact` from 4.6.1 to 4.6.2 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@4cec3d8...ea165f8) Updates `actions/download-artifact` from 4.1.9 to 4.2.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@cc20338...95815c3) Updates `actions/cache` from 4.2.2 to 4.2.3 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@d4323d4...5a3ec84) Updates `peter-evans/create-pull-request` from 7.0.7 to 7.0.8 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@dd2324f...271a8d0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: ramsey/composer-install dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: webfactory/ssh-agent dependency-type: direct:production update-type: version-update:semver-patch 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-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 606d357 commit d58454a

19 files changed

+44
-44
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
105105

106106
- name: Setup Node
107-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
107+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
108108
with:
109109
node-version-file: '.nvmrc'
110110
cache: npm
@@ -137,7 +137,7 @@ jobs:
137137
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
138138

139139
- name: Setup Node
140-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
140+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
141141
with:
142142
node-version-file: '.nvmrc'
143143
cache: npm
@@ -155,7 +155,7 @@ jobs:
155155
PUPPETEER_SKIP_DOWNLOAD: true
156156

157157
- name: Install PHP dependencies
158-
uses: ramsey/composer-install@57532f8be5bda426838819c5ee9afb8af389d51a
158+
uses: ramsey/composer-install@a2636af0004d1c0499ffca16ac0b4cc94df70565
159159
with:
160160
composer-options: '--prefer-dist --no-progress --no-interaction'
161161

@@ -248,7 +248,7 @@ jobs:
248248
# Deploy to staging site if on main branch.
249249

250250
- name: Setup SSH Keys and known_hosts
251-
uses: webfactory/ssh-agent@dc588b651fe13675774614f8e6a936a468676387
251+
uses: webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd
252252
with:
253253
ssh-private-key: ${{ secrets.PANTHEON_DEPLOY_KEY }}
254254
if: github.ref == 'refs/heads/main' && github.event_name == 'push'

.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@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d
47+
uses: github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841
4848
with:
4949
languages: javascript
5050

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

.github/workflows/deploy-storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3737

3838
- name: Setup Node
39-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
39+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
4040
with:
4141
node-version-file: '.nvmrc'
4242
cache: npm

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
7878

7979
- name: Setup Node
80-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
80+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
8181
with:
8282
node-version-file: '.nvmrc'
8383
cache: npm

.github/workflows/lint-i18n.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: wp package install wp-cli/i18n-command:@stable
6161

6262
- name: Setup Node
63-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
63+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
6464
with:
6565
node-version-file: '.nvmrc'
6666
cache: npm
@@ -79,7 +79,7 @@ jobs:
7979
PUPPETEER_SKIP_DOWNLOAD: true
8080

8181
- name: Install PHP dependencies
82-
uses: ramsey/composer-install@57532f8be5bda426838819c5ee9afb8af389d51a
82+
uses: ramsey/composer-install@a2636af0004d1c0499ffca16ac0b4cc94df70565
8383
with:
8484
composer-options: '--prefer-dist --no-progress --no-interaction'
8585

.github/workflows/lint-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: composer --no-interaction validate --no-check-all
6969

7070
- name: Install PHP dependencies
71-
uses: ramsey/composer-install@57532f8be5bda426838819c5ee9afb8af389d51a
71+
uses: ramsey/composer-install@a2636af0004d1c0499ffca16ac0b4cc94df70565
7272
with:
7373
composer-options: '--prefer-dist --no-progress --no-interaction'
7474

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
5151

5252
- name: Setup Node
53-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
53+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
5454
with:
5555
node-version-file: '.nvmrc'
5656
cache: npm
@@ -69,7 +69,7 @@ jobs:
6969
PUPPETEER_SKIP_DOWNLOAD: true
7070

7171
- name: Install PHP dependencies
72-
uses: ramsey/composer-install@57532f8be5bda426838819c5ee9afb8af389d51a
72+
uses: ramsey/composer-install@a2636af0004d1c0499ffca16ac0b4cc94df70565
7373
with:
7474
composer-options: '--prefer-dist --no-progress --no-interaction'
7575

.github/workflows/npm-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3838

3939
- name: Setup Node
40-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
40+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
4141
with:
4242
node-version-file: '.nvmrc'
4343
cache: npm
@@ -113,7 +113,7 @@ jobs:
113113

114114
# See go/npm-publish
115115
- name: Setup Node
116-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
116+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
117117
with:
118118
node-version-file: '.nvmrc'
119119
cache: npm

.github/workflows/plugin-release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222
echo "" > assets_version/assets_version.txt
223223
224224
- name: Upload assets version
225-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
225+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
226226
with:
227227
name: assets-version
228228
path: public/static/assets_version
@@ -256,7 +256,7 @@ jobs:
256256
token: ${{ secrets.GOOGLEFORCREATORS_BOT_TOKEN }}
257257

258258
- name: Download assets version
259-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
259+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
260260
with:
261261
name: assets-version
262262
continue-on-error: true
@@ -269,7 +269,7 @@ jobs:
269269
continue-on-error: true
270270

271271
- name: Setup Node
272-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
272+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
273273
with:
274274
node-version-file: '.nvmrc'
275275
cache: npm
@@ -288,7 +288,7 @@ jobs:
288288
PUPPETEER_SKIP_DOWNLOAD: true
289289

290290
- name: Install PHP dependencies
291-
uses: ramsey/composer-install@57532f8be5bda426838819c5ee9afb8af389d51a
291+
uses: ramsey/composer-install@a2636af0004d1c0499ffca16ac0b4cc94df70565
292292
with:
293293
composer-options: '--prefer-dist --no-progress --no-interaction'
294294

@@ -396,7 +396,7 @@ jobs:
396396
mv build/*.zip build/release-assets/
397397
398398
- name: Upload artifacts
399-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
399+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
400400
with:
401401
name: release-assets
402402
path: build/release-assets
@@ -416,7 +416,7 @@ jobs:
416416
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
417417

418418
- name: Download release artifacts
419-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
419+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
420420
with:
421421
name: release-assets
422422
path: build
@@ -455,7 +455,7 @@ jobs:
455455
token: ${{ secrets.GOOGLEFORCREATORS_BOT_TOKEN }}
456456

457457
- name: Setup Node
458-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
458+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
459459
with:
460460
node-version-file: '.nvmrc'
461461
cache: npm
@@ -505,7 +505,7 @@ jobs:
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@cc203385981b70ca67e1cc392babf9cc229d5806
508+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
509509
with:
510510
name: release-assets
511511
path: release-assets

.github/workflows/scorecards.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ jobs:
4848

4949
# Upload the results as artifacts (optional).
5050
- name: 'Upload artifact'
51-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
51+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
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@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d
59+
uses: github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841
6060
with:
6161
sarif_file: results.sarif

0 commit comments

Comments
 (0)