Skip to content

Commit d69db6b

Browse files
Bump the github-actions group with 5 updates
Bumps the github-actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [step-security/harden-runner](https://github.com/step-security/harden-runner) | `2.12.2` | `2.13.0` | | [shivammathur/setup-php](https://github.com/shivammathur/setup-php) | `2.28.0` | `2.34.1` | | [google-github-actions/auth](https://github.com/google-github-actions/auth) | `2.1.10` | `2.1.11` | | [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) | `2.1.4` | `2.1.5` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.29.2` | `3.29.4` | Updates `step-security/harden-runner` from 2.12.2 to 2.13.0 - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](step-security/harden-runner@6c439dc...ec9f2d5) Updates `shivammathur/setup-php` from 2.28.0 to 2.34.1 - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](shivammathur/setup-php@e6f7513...0f7f1d0) Updates `google-github-actions/auth` from 2.1.10 to 2.1.11 - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](google-github-actions/auth@ba79af0...140bb51) Updates `google-github-actions/setup-gcloud` from 2.1.4 to 2.1.5 - [Release notes](https://github.com/google-github-actions/setup-gcloud/releases) - [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md) - [Commits](google-github-actions/setup-gcloud@77e7a55...6a7c903) Updates `github/codeql-action` from 3.29.2 to 3.29.4 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@181d5ee...4e828ff) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: shivammathur/setup-php dependency-version: 2.34.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: google-github-actions/auth dependency-version: 2.1.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: google-github-actions/setup-gcloud dependency-version: 2.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: 3.29.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bca7add commit d69db6b

19 files changed

+43
-43
lines changed

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

Lines changed: 5 additions & 5 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@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49
86+
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911
8787
with:
8888
disable-file-monitoring: true
8989
egress-policy: block
@@ -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@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49
132+
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911
133133
with:
134134
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
135135

@@ -143,7 +143,7 @@ jobs:
143143
cache: npm
144144

145145
- name: Setup PHP
146-
uses: shivammathur/setup-php@e6f75134d35752277f093989e72e140eaa222f35
146+
uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e
147147
with:
148148
php-version: latest
149149
coverage: none
@@ -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@ba79af03959ebeac9769e648f473a284504d9193
187+
uses: google-github-actions/auth@140bb5113ffb6b65a7e9b937a81fa96cf5064462
188188
with:
189189
credentials_json: ${{ secrets.GCP_SA_KEY }}
190190

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

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

Lines changed: 3 additions & 3 deletions
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@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49
24+
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911
2525
with:
2626
disable-file-monitoring: true
2727
disable-sudo: true
@@ -34,12 +34,12 @@ jobs:
3434
raw.githubusercontent.com:443
3535
3636
- name: Authenticate
37-
uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193
37+
uses: google-github-actions/auth@140bb5113ffb6b65a7e9b937a81fa96cf5064462
3838
with:
3939
credentials_json: ${{ secrets.GCP_SA_KEY }}
4040

4141
- name: Setup Cloud SDK
42-
uses: google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a
42+
uses: google-github-actions/setup-gcloud@6a7c903a70c8625ed6700fa299f5ddb4ca6022e9
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@181d5eefc20863364f96762470ba6f862bdef56b
47+
uses: github/codeql-action/init@4e828ff8d448a8a6e532957b1811f387a63867e8
4848
with:
4949
languages: javascript
5050

5151
- name: Perform CodeQL Analysis
52-
uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b
52+
uses: github/codeql-action/analyze@4e828ff8d448a8a6e532957b1811f387a63867e8

.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@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49
64+
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911
6565
with:
6666
disable-sudo: true
6767
disable-file-monitoring: true

.github/workflows/lint-i18n.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ jobs:
4242
timeout-minutes: 10
4343
steps:
4444
- name: Harden Runner
45-
uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49
45+
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911
4646
with:
4747
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
4848

4949
- name: Checkout
5050
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
5151

5252
- name: Setup PHP
53-
uses: shivammathur/setup-php@e6f75134d35752277f093989e72e140eaa222f35
53+
uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e
5454
with:
5555
php-version: latest
5656
coverage: none
@@ -66,7 +66,7 @@ jobs:
6666
cache: npm
6767

6868
- name: Setup PHP
69-
uses: shivammathur/setup-php@e6f75134d35752277f093989e72e140eaa222f35
69+
uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e
7070
with:
7171
php-version: latest
7272
coverage: none

.github/workflows/lint-php.yml

Lines changed: 2 additions & 2 deletions
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@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49
44+
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911
4545
with:
4646
disable-file-monitoring: true
4747
egress-policy: block
@@ -59,7 +59,7 @@ jobs:
5959
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
6060

6161
- name: Setup PHP
62-
uses: shivammathur/setup-php@e6f75134d35752277f093989e72e140eaa222f35
62+
uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e
6363
with:
6464
php-version: latest
6565
coverage: none

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

Lines changed: 2 additions & 2 deletions
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@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49
45+
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911
4646
with:
4747
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
4848

@@ -56,7 +56,7 @@ jobs:
5656
cache: npm
5757

5858
- name: Setup PHP
59-
uses: shivammathur/setup-php@e6f75134d35752277f093989e72e140eaa222f35
59+
uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e
6060
with:
6161
php-version: '8.0'
6262
coverage: none

.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@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49
103+
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911
104104
with:
105105
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
106106

.github/workflows/plugin-release.yml

Lines changed: 9 additions & 9 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@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49
44+
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911
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@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49
107+
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911
108108
with:
109109
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
110110

@@ -151,12 +151,12 @@ jobs:
151151
token: ${{ secrets.GOOGLEFORCREATORS_BOT_TOKEN }}
152152

153153
- name: Authenticate
154-
uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193
154+
uses: google-github-actions/auth@140bb5113ffb6b65a7e9b937a81fa96cf5064462
155155
with:
156156
credentials_json: ${{ secrets.GCP_SA_KEY }}
157157

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

@@ -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@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49
248+
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911
249249
with:
250250
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
251251

@@ -275,7 +275,7 @@ jobs:
275275
cache: npm
276276

277277
- name: Setup PHP
278-
uses: shivammathur/setup-php@e6f75134d35752277f093989e72e140eaa222f35
278+
uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e
279279
with:
280280
php-version: latest
281281
coverage: none
@@ -408,7 +408,7 @@ jobs:
408408
needs: [build]
409409
steps:
410410
- name: Harden Runner
411-
uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49
411+
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911
412412
with:
413413
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
414414

@@ -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@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49
447+
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911
448448
with:
449449
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
450450

@@ -500,7 +500,7 @@ jobs:
500500
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
501501
steps:
502502
- name: Harden Runner
503-
uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49
503+
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911
504504
with:
505505
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
506506

.github/workflows/scorecards.yml

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

@@ -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@181d5eefc20863364f96762470ba6f862bdef56b
59+
uses: github/codeql-action/upload-sarif@4e828ff8d448a8a6e532957b1811f387a63867e8
6060
with:
6161
sarif_file: results.sarif

0 commit comments

Comments
 (0)