From 514a9397ae867ef698b6a4d5d6159a9feab5e706 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 19:03:55 +0000 Subject: [PATCH] build(deps): bump google-github-actions/auth from 2.1.6 to 2.1.7 Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2.1.6 to 2.1.7. - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/auth/compare/v2.1.6...v2.1.7) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/rabbitmq_peer_discovery_aws.yaml | 2 +- .github/workflows/test-authnz.yaml | 2 +- .github/workflows/test-management-ui-for-pr.yaml | 2 +- .github/workflows/test-management-ui.yaml | 2 +- .github/workflows/test-mixed-versions.yaml | 2 +- .github/workflows/test-plugin-mixed.yaml | 2 +- .github/workflows/test-plugin.yaml | 2 +- .github/workflows/test.yaml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/rabbitmq_peer_discovery_aws.yaml b/.github/workflows/rabbitmq_peer_discovery_aws.yaml index 4550510131f0..b121432a8d7c 100644 --- a/.github/workflows/rabbitmq_peer_discovery_aws.yaml +++ b/.github/workflows/rabbitmq_peer_discovery_aws.yaml @@ -66,7 +66,7 @@ jobs: ecs-cli --version - name: AUTHENTICATE TO GOOGLE CLOUD if: steps.authorized.outputs.authorized == 'true' - uses: google-github-actions/auth@v2.1.6 + uses: google-github-actions/auth@v2.1.7 with: credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }} - name: CONFIGURE BAZEL diff --git a/.github/workflows/test-authnz.yaml b/.github/workflows/test-authnz.yaml index 2b0342b03823..efbd4adcc9b0 100644 --- a/.github/workflows/test-authnz.yaml +++ b/.github/workflows/test-authnz.yaml @@ -58,7 +58,7 @@ jobs: https://cdn.jsdelivr.net/hex - name: Authenticate To Google Cloud - uses: google-github-actions/auth@v2.1.6 + uses: google-github-actions/auth@v2.1.7 with: credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }} diff --git a/.github/workflows/test-management-ui-for-pr.yaml b/.github/workflows/test-management-ui-for-pr.yaml index c30006c0c704..0b2624bae6eb 100644 --- a/.github/workflows/test-management-ui-for-pr.yaml +++ b/.github/workflows/test-management-ui-for-pr.yaml @@ -38,7 +38,7 @@ jobs: https://cdn.jsdelivr.net/hex - name: Authenticate To Google Cloud - uses: google-github-actions/auth@v2.1.6 + uses: google-github-actions/auth@v2.1.7 with: credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }} diff --git a/.github/workflows/test-management-ui.yaml b/.github/workflows/test-management-ui.yaml index b6de8b387f73..c3ebb085e522 100644 --- a/.github/workflows/test-management-ui.yaml +++ b/.github/workflows/test-management-ui.yaml @@ -52,7 +52,7 @@ jobs: https://cdn.jsdelivr.net/hex - name: Authenticate To Google Cloud - uses: google-github-actions/auth@v2.1.6 + uses: google-github-actions/auth@v2.1.7 with: credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }} diff --git a/.github/workflows/test-mixed-versions.yaml b/.github/workflows/test-mixed-versions.yaml index 14e787d212fb..14b2b5b67d3c 100644 --- a/.github/workflows/test-mixed-versions.yaml +++ b/.github/workflows/test-mixed-versions.yaml @@ -74,7 +74,7 @@ jobs: https://builds.hex.pm https://cdn.jsdelivr.net/hex - name: AUTHENTICATE TO GOOGLE CLOUD - uses: google-github-actions/auth@v2.1.6 + uses: google-github-actions/auth@v2.1.7 with: credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }} - name: BUILD SECONDARY UMBRELLA ARCHIVE diff --git a/.github/workflows/test-plugin-mixed.yaml b/.github/workflows/test-plugin-mixed.yaml index bc3882a3f19c..ab42665841b1 100644 --- a/.github/workflows/test-plugin-mixed.yaml +++ b/.github/workflows/test-plugin-mixed.yaml @@ -54,7 +54,7 @@ jobs: https://builds.hex.pm https://cdn.jsdelivr.net/hex - name: AUTHENTICATE TO GOOGLE CLOUD - uses: google-github-actions/auth@v2.1.6 + uses: google-github-actions/auth@v2.1.7 with: credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }} - name: CONFIGURE BAZEL diff --git a/.github/workflows/test-plugin.yaml b/.github/workflows/test-plugin.yaml index 078c245c78ff..9726df808c23 100644 --- a/.github/workflows/test-plugin.yaml +++ b/.github/workflows/test-plugin.yaml @@ -51,7 +51,7 @@ jobs: https://builds.hex.pm https://cdn.jsdelivr.net/hex - name: AUTHENTICATE TO GOOGLE CLOUD - uses: google-github-actions/auth@v2.1.6 + uses: google-github-actions/auth@v2.1.7 with: credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }} - name: CONFIGURE BAZEL diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 3c9ffda25dbd..85c8e89a7bd1 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -53,7 +53,7 @@ jobs: run: | echo "value=bazel-repo-cache-${{ hashFiles('MODULE.bazel') }}" | tee -a $GITHUB_OUTPUT - name: AUTHENTICATE TO GOOGLE CLOUD - uses: google-github-actions/auth@v2.1.6 + uses: google-github-actions/auth@v2.1.7 with: credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }} - name: REPO CACHE