From 0530164fd9e8310600c545b6a96f61866e1d6032 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 06:03:06 +0000 Subject: [PATCH] workflows: bump google-github-actions/auth from 2 to 3 Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2 to 3. - [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...v3) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/call-run-integration-test.yaml | 4 ++-- .github/workflows/call-run-performance-test.yaml | 4 ++-- .github/workflows/update-packer-vm.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/call-run-integration-test.yaml b/.github/workflows/call-run-integration-test.yaml index e259215..7a6f594 100644 --- a/.github/workflows/call-run-integration-test.yaml +++ b/.github/workflows/call-run-integration-test.yaml @@ -57,7 +57,7 @@ jobs: cli_config_credentials_token: ${{ secrets.terraform_api_token }} - id: 'auth' - uses: 'google-github-actions/auth@v2' + uses: 'google-github-actions/auth@v3' with: credentials_json: ${{ secrets.gcp-service-account-key }} @@ -242,7 +242,7 @@ jobs: repository: fluent/fluent-bit-ci - if: matrix.cloud == 'gke' - uses: 'google-github-actions/auth@v2' + uses: 'google-github-actions/auth@v3' with: credentials_json: ${{ secrets.gcp-service-account-key }} diff --git a/.github/workflows/call-run-performance-test.yaml b/.github/workflows/call-run-performance-test.yaml index 359dc5a..f59a048 100644 --- a/.github/workflows/call-run-performance-test.yaml +++ b/.github/workflows/call-run-performance-test.yaml @@ -53,7 +53,7 @@ jobs: repository: fluent/fluent-bit-ci - id: 'auth' - uses: 'google-github-actions/auth@v2' + uses: 'google-github-actions/auth@v3' with: credentials_json: ${{ secrets.service-account }} @@ -106,7 +106,7 @@ jobs: repository: fluent/fluent-bit-ci - id: 'auth' - uses: 'google-github-actions/auth@v2' + uses: 'google-github-actions/auth@v3' with: credentials_json: ${{ secrets.service-account }} diff --git a/.github/workflows/update-packer-vm.yaml b/.github/workflows/update-packer-vm.yaml index c527c81..ecaab45 100644 --- a/.github/workflows/update-packer-vm.yaml +++ b/.github/workflows/update-packer-vm.yaml @@ -33,7 +33,7 @@ jobs: shell: bash - id: 'auth' - uses: 'google-github-actions/auth@v2' + uses: 'google-github-actions/auth@v3' with: credentials_json: ${{ secrets.GCP_SA_KEY }}