Skip to content

Commit 168a93d

Browse files
build(deps): bump google-github-actions/auth from 2.1.10 to 2.1.11
Bumps [google-github-actions/auth](https://github.com/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) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-version: 2.1.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 02c57f9 commit 168a93d

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/forge-deploy-next.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
develocity-access-key: ${{ secrets.GRAILS_DEVELOCITY_ACCESS_KEY }}
5656
- name: "🔑 Login to Google Cloud"
57-
uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193
57+
uses: google-github-actions/auth@140bb5113ffb6b65a7e9b937a81fa96cf5064462
5858
with:
5959
credentials_json: ${{ secrets.GCP_CREDENTIALS }}
6060
create_credentials_file: 'true'
@@ -109,7 +109,7 @@ jobs:
109109
with:
110110
develocity-access-key: ${{ secrets.GRAILS_DEVELOCITY_ACCESS_KEY }}
111111
- name: "🔑 Login to Google Cloud"
112-
uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193
112+
uses: google-github-actions/auth@140bb5113ffb6b65a7e9b937a81fa96cf5064462
113113
with:
114114
credentials_json: ${{ secrets.GCP_CREDENTIALS }}
115115
create_credentials_file: 'true'

.github/workflows/forge-deploy-prev-snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
develocity-access-key: ${{ secrets.GRAILS_DEVELOCITY_ACCESS_KEY }}
5656
- name: "🔑 Login to Google Cloud"
57-
uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193
57+
uses: google-github-actions/auth@140bb5113ffb6b65a7e9b937a81fa96cf5064462
5858
with:
5959
credentials_json: ${{ secrets.GCP_CREDENTIALS }}
6060
create_credentials_file: 'true'
@@ -109,7 +109,7 @@ jobs:
109109
with:
110110
develocity-access-key: ${{ secrets.GRAILS_DEVELOCITY_ACCESS_KEY }}
111111
- name: "🔑 Login to Google Cloud"
112-
uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193
112+
uses: google-github-actions/auth@140bb5113ffb6b65a7e9b937a81fa96cf5064462
113113
with:
114114
credentials_json: ${{ secrets.GCP_CREDENTIALS }}
115115
create_credentials_file: 'true'

.github/workflows/forge-deploy-prev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
develocity-access-key: ${{ secrets.GRAILS_DEVELOCITY_ACCESS_KEY }}
5656
- name: "🔑 Login to Google Cloud"
57-
uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193
57+
uses: google-github-actions/auth@140bb5113ffb6b65a7e9b937a81fa96cf5064462
5858
with:
5959
credentials_json: ${{ secrets.GCP_CREDENTIALS }}
6060
create_credentials_file: 'true'
@@ -109,7 +109,7 @@ jobs:
109109
with:
110110
develocity-access-key: ${{ secrets.GRAILS_DEVELOCITY_ACCESS_KEY }}
111111
- name: "🔑 Login to Google Cloud"
112-
uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193
112+
uses: google-github-actions/auth@140bb5113ffb6b65a7e9b937a81fa96cf5064462
113113
with:
114114
credentials_json: ${{ secrets.GCP_CREDENTIALS }}
115115
create_credentials_file: 'true'

.github/workflows/forge-deploy-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
develocity-access-key: ${{ secrets.GRAILS_DEVELOCITY_ACCESS_KEY }}
6060
- name: "🔑 Login to Google Cloud"
61-
uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193
61+
uses: google-github-actions/auth@140bb5113ffb6b65a7e9b937a81fa96cf5064462
6262
with:
6363
credentials_json: ${{ secrets.GCP_CREDENTIALS }}
6464
create_credentials_file: 'true'
@@ -112,7 +112,7 @@ jobs:
112112
with:
113113
develocity-access-key: ${{ secrets.GRAILS_DEVELOCITY_ACCESS_KEY }}
114114
- name: "🔑 Login to Google Cloud"
115-
uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193
115+
uses: google-github-actions/auth@140bb5113ffb6b65a7e9b937a81fa96cf5064462
116116
with:
117117
credentials_json: ${{ secrets.GCP_CREDENTIALS }}
118118
create_credentials_file: 'true'

.github/workflows/forge-deploy-snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
develocity-access-key: ${{ secrets.GRAILS_DEVELOCITY_ACCESS_KEY }}
5656
- name: "🔑 Login to Google Cloud"
57-
uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193
57+
uses: google-github-actions/auth@140bb5113ffb6b65a7e9b937a81fa96cf5064462
5858
with:
5959
credentials_json: ${{ secrets.GCP_CREDENTIALS }}
6060
create_credentials_file: 'true'
@@ -107,7 +107,7 @@ jobs:
107107
with:
108108
develocity-access-key: ${{ secrets.GRAILS_DEVELOCITY_ACCESS_KEY }}
109109
- name: "🔑 Login to Google Cloud"
110-
uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193
110+
uses: google-github-actions/auth@140bb5113ffb6b65a7e9b937a81fa96cf5064462
111111
with:
112112
credentials_json: ${{ secrets.GCP_CREDENTIALS }}
113113
create_credentials_file: 'true'

0 commit comments

Comments
 (0)