Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 27c8ad1

Browse filesBrowse files
committed
Build/Test Tools: Update github-script action to the latest version.
The latest version of the `actions/github-script` action fixes an issue where passing options to the action would remove any default values not passed (see actions/github-script#293). This also includes updates to other third-party actions, bringing all third-party versions in Core workflows to their latest versions: - `actions/cache` - `actions/setup-node` - `codecov/codecov-action` See #55652. git-svn-id: https://develop.svn.wordpress.org/trunk@54373 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 6303ef5 commit 27c8ad1
Copy full SHA for 27c8ad1

File tree

4 files changed

+10
-10
lines changed
Filter options

4 files changed

+10
-10
lines changed

‎.github/workflows/coding-standards.yml

Copy file name to clipboardExpand all lines: .github/workflows/coding-standards.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
svn --version
121121
122122
- name: Install NodeJS
123-
uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # v3.4.1
123+
uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # v3.5.0
124124
with:
125125
node-version-file: '.nvmrc'
126126
cache: npm
@@ -165,7 +165,7 @@ jobs:
165165
166166
steps:
167167
- name: Dispatch workflow run
168-
uses: actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93 # v6.3.0
168+
uses: actions/github-script@7dff1a87643417cf3b95bb10b29f4c4bc60d8ebd # v6.3.1
169169
with:
170170
retries: 2
171171
retry-exempt-status-codes: 418

‎.github/workflows/javascript-tests.yml

Copy file name to clipboardExpand all lines: .github/workflows/javascript-tests.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
svn --version
6767
6868
- name: Install NodeJS
69-
uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # v3.4.1
69+
uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # v3.5.0
7070
with:
7171
node-version-file: '.nvmrc'
7272
cache: npm
@@ -110,7 +110,7 @@ jobs:
110110
111111
steps:
112112
- name: Dispatch workflow run
113-
uses: actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93 # v6.3.0
113+
uses: actions/github-script@7dff1a87643417cf3b95bb10b29f4c4bc60d8ebd # v6.3.1
114114
with:
115115
retries: 2
116116
retry-exempt-status-codes: 418

‎.github/workflows/phpunit-tests.yml

Copy file name to clipboardExpand all lines: .github/workflows/phpunit-tests.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
locale -a
7171
7272
- name: Install NodeJS
73-
uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # v3.4.1
73+
uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # v3.5.0
7474
with:
7575
node-version-file: '.nvmrc'
7676
cache: npm
@@ -238,7 +238,7 @@ jobs:
238238

239239
- name: Cache Composer dependencies
240240
if: ${{ env.COMPOSER_INSTALL == true }}
241-
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # v3.0.8
241+
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1 # v3.0.10
242242
env:
243243
cache-name: cache-composer-dependencies
244244
with:
@@ -366,7 +366,7 @@ jobs:
366366
367367
steps:
368368
- name: Dispatch workflow run
369-
uses: actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93 # v6.3.0
369+
uses: actions/github-script@7dff1a87643417cf3b95bb10b29f4c4bc60d8ebd # v6.3.1
370370
with:
371371
retries: 2
372372
retry-exempt-status-codes: 418

‎.github/workflows/test-npm.yml

Copy file name to clipboardExpand all lines: .github/workflows/test-npm.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
svn --version
7272
7373
- name: Install NodeJS
74-
uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # v3.4.1
74+
uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # v3.5.0
7575
with:
7676
node-version-file: '.nvmrc'
7777
cache: npm
@@ -123,7 +123,7 @@ jobs:
123123
svn --version
124124
125125
- name: Install NodeJS
126-
uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # v3.4.1
126+
uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # v3.5.0
127127
with:
128128
node-version-file: '.nvmrc'
129129
cache: npm
@@ -172,7 +172,7 @@ jobs:
172172
173173
steps:
174174
- name: Dispatch workflow run
175-
uses: actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93 # v6.3.0
175+
uses: actions/github-script@7dff1a87643417cf3b95bb10b29f4c4bc60d8ebd # v6.3.1
176176
with:
177177
retries: 2
178178
retry-exempt-status-codes: 418

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.