Skip to content

Commit b1ea88b

Browse files
authored
Merge pull request #13265 from rabbitmq/dependabot/github_actions/v4.0.x/google-github-actions/auth-2.1.8
build(deps): bump google-github-actions/auth from 2.1.7 to 2.1.8
2 parents 9435d36 + daee516 commit b1ea88b

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/test-authnz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
https://cdn.jsdelivr.net/hex
5555
5656
- name: Authenticate To Google Cloud
57-
uses: google-github-actions/[email protected].7
57+
uses: google-github-actions/[email protected].8
5858
with:
5959
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
6060

.github/workflows/test-management-ui-for-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
https://cdn.jsdelivr.net/hex
3939
4040
- name: Authenticate To Google Cloud
41-
uses: google-github-actions/[email protected].7
41+
uses: google-github-actions/[email protected].8
4242
with:
4343
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
4444

.github/workflows/test-management-ui.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
https://cdn.jsdelivr.net/hex
4949
5050
- name: Authenticate To Google Cloud
51-
uses: google-github-actions/[email protected].7
51+
uses: google-github-actions/[email protected].8
5252
with:
5353
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
5454

.github/workflows/test-mixed-versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
https://builds.hex.pm
7272
https://cdn.jsdelivr.net/hex
7373
- name: AUTHENTICATE TO GOOGLE CLOUD
74-
uses: google-github-actions/[email protected].7
74+
uses: google-github-actions/[email protected].8
7575
with:
7676
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
7777
- name: BUILD SECONDARY UMBRELLA ARCHIVE

.github/workflows/test-plugin-mixed.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
https://builds.hex.pm
5555
https://cdn.jsdelivr.net/hex
5656
- name: AUTHENTICATE TO GOOGLE CLOUD
57-
uses: google-github-actions/[email protected].7
57+
uses: google-github-actions/[email protected].8
5858
with:
5959
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
6060
- name: CONFIGURE BAZEL

.github/workflows/test-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
https://builds.hex.pm
5252
https://cdn.jsdelivr.net/hex
5353
- name: AUTHENTICATE TO GOOGLE CLOUD
54-
uses: google-github-actions/[email protected].7
54+
uses: google-github-actions/[email protected].8
5555
with:
5656
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
5757
- name: CONFIGURE BAZEL

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
echo "value=bazel-repo-cache-${{ hashFiles('MODULE.bazel') }}" | tee -a $GITHUB_OUTPUT
5252
- name: AUTHENTICATE TO GOOGLE CLOUD
53-
uses: google-github-actions/[email protected].7
53+
uses: google-github-actions/[email protected].8
5454
with:
5555
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
5656
- name: REPO CACHE

0 commit comments

Comments
 (0)