Skip to content

Commit a44ce8e

Browse files
Bump the github-actions group with 5 updates (#13970)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8690fd1 commit a44ce8e

18 files changed

+31
-31
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@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
107+
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
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@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
140+
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
141141
with:
142142
node-version-file: '.nvmrc'
143143
cache: npm
@@ -184,12 +184,12 @@ jobs:
184184
# Upload ZIP file to GCS for use in QA environment.
185185

186186
- name: Authenticate
187-
uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f
187+
uses: google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935
188188
with:
189189
credentials_json: ${{ secrets.GCP_SA_KEY }}
190190

191191
- name: Setup Cloud SDK
192-
uses: google-github-actions/setup-gcloud@6189d56e4096ee891640bb02ac264be376592d6a
192+
uses: google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a
193193
with:
194194
project_id: ${{ secrets.GCP_PROJECT_ID }}
195195

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jobs:
3434
raw.githubusercontent.com:443
3535
3636
- name: Authenticate
37-
uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f
37+
uses: google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935
3838
with:
3939
credentials_json: ${{ secrets.GCP_SA_KEY }}
4040

4141
- name: Setup Cloud SDK
42-
uses: google-github-actions/setup-gcloud@6189d56e4096ee891640bb02ac264be376592d6a
42+
uses: google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a
4343
with:
4444
project_id: ${{ secrets.GCP_PROJECT_ID }}
4545

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

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

.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@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
39+
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
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@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
80+
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
8181
with:
8282
node-version-file: '.nvmrc'
8383
cache: npm

.github/workflows/lint-i18n.yml

Lines changed: 1 addition & 1 deletion
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@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
63+
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
6464
with:
6565
node-version-file: '.nvmrc'
6666
cache: npm

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

Lines changed: 1 addition & 1 deletion
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@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
53+
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
5454
with:
5555
node-version-file: '.nvmrc'
5656
cache: npm

.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@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
40+
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
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@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
116+
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
117117
with:
118118
node-version-file: '.nvmrc'
119119
cache: npm

.github/workflows/plugin-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,12 @@ jobs:
151151
token: ${{ secrets.GOOGLEFORCREATORS_BOT_TOKEN }}
152152

153153
- name: Authenticate
154-
uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f
154+
uses: google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935
155155
with:
156156
credentials_json: ${{ secrets.GCP_SA_KEY }}
157157

158158
- name: Setup Cloud SDK
159-
uses: google-github-actions/setup-gcloud@6189d56e4096ee891640bb02ac264be376592d6a
159+
uses: google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a
160160
with:
161161
project_id: ${{ secrets.GCP_PROJECT_ID }}
162162

@@ -269,7 +269,7 @@ jobs:
269269
continue-on-error: true
270270

271271
- name: Setup Node
272-
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
272+
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
273273
with:
274274
node-version-file: '.nvmrc'
275275
cache: npm
@@ -455,7 +455,7 @@ jobs:
455455
token: ${{ secrets.GOOGLEFORCREATORS_BOT_TOKEN }}
456456

457457
- name: Setup Node
458-
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
458+
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
459459
with:
460460
node-version-file: '.nvmrc'
461461
cache: npm

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ jobs:
5656

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

0 commit comments

Comments
 (0)