Skip to content

Commit 709b83c

Browse files
chore(deps): Bump google-github-actions/auth from 2.1.11 to 3.0.0 (#1661)
Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2.1.11 to 3.0.0. - [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@140bb51...7c6bc77) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 590413d commit 709b83c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/job.cli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
persist-credentials: false
182182
- id: "auth"
183183
name: "Setup: Authorize Service Account"
184-
uses: google-github-actions/auth@140bb5113ffb6b65a7e9b937a81fa96cf5064462 # v2.1.11
184+
uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
185185
with:
186186
credentials_json: "${{ secrets.BUILDBOT_SERVICE_ACCOUNT }}"
187187
create_credentials_file: true
@@ -331,7 +331,7 @@ jobs:
331331
persist-credentials: false
332332
- id: "auth"
333333
name: "Setup: Authorize Service Account"
334-
uses: google-github-actions/auth@140bb5113ffb6b65a7e9b937a81fa96cf5064462 # v2.1.11
334+
uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
335335
with:
336336
credentials_json: "${{ secrets.BUILDBOT_SERVICE_ACCOUNT }}"
337337
create_credentials_file: true

.github/workflows/job.containers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
run: pnpm install -g yarn@1.22.19
218218
- id: "auth"
219219
name: "Setup: Authorize Service Account"
220-
uses: google-github-actions/auth@140bb5113ffb6b65a7e9b937a81fa96cf5064462 # v2.1.11
220+
uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
221221
with:
222222
credentials_json: "${{ secrets.BUILDBOT_SERVICE_ACCOUNT }}"
223223
create_credentials_file: true
@@ -329,7 +329,7 @@ jobs:
329329
run: pnpm install -g yarn@1.22.19
330330
- id: "auth"
331331
name: "Authorize Service Account"
332-
uses: google-github-actions/auth@140bb5113ffb6b65a7e9b937a81fa96cf5064462 # v2.1.11
332+
uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
333333
with:
334334
credentials_json: "${{ secrets.BUILDBOT_SERVICE_ACCOUNT }}"
335335
create_credentials_file: true

.github/workflows/job.site.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
github-token: ${{ secrets.GITHUB_TOKEN }}
6161
- id: "auth"
6262
name: "Setup: Authorize Service Account"
63-
uses: google-github-actions/auth@140bb5113ffb6b65a7e9b937a81fa96cf5064462 # v2.1.11
63+
uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
6464
with:
6565
credentials_json: "${{ secrets.BUILDBOT_SERVICE_ACCOUNT }}"
6666
create_credentials_file: true
@@ -179,7 +179,7 @@ jobs:
179179
github-token: ${{ secrets.GITHUB_TOKEN }}
180180
- id: "auth"
181181
name: "Setup: Authorize Service Account"
182-
uses: google-github-actions/auth@140bb5113ffb6b65a7e9b937a81fa96cf5064462 # v2.1.11
182+
uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
183183
with:
184184
credentials_json: "${{ secrets.BUILDBOT_SERVICE_ACCOUNT }}"
185185
create_credentials_file: true

.github/workflows/publish.maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
- id: "auth"
177177
name: "Setup: Authorize Service Account"
178178
if: ${{ inputs.gcp }}
179-
uses: google-github-actions/auth@140bb5113ffb6b65a7e9b937a81fa96cf5064462 # v2.1.11
179+
uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
180180
with:
181181
credentials_json: "${{ secrets.BUILDBOT_SERVICE_ACCOUNT }}"
182182
create_credentials_file: true

0 commit comments

Comments
 (0)