From 12744b5b22f0ff97f427428b87006363ab157c15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 12:52:37 +0000 Subject: [PATCH] Bump google-github-actions/auth from 2.1.4 to 2.1.5 Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2.1.4 to 2.1.5. - [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/f112390a2df9932162083945e46d439060d66ec2...62cf5bd3e4211a0a0b51f2c6d6a37129d828611d) --- 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/conformance-tetragon-gke.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conformance-tetragon-gke.yaml b/.github/workflows/conformance-tetragon-gke.yaml index 2477f2e..7efada5 100644 --- a/.github/workflows/conformance-tetragon-gke.yaml +++ b/.github/workflows/conformance-tetragon-gke.yaml @@ -40,7 +40,7 @@ jobs: - name: Set up gcloud credentials id: 'auth' - uses: 'google-github-actions/auth@f112390a2df9932162083945e46d439060d66ec2' + uses: 'google-github-actions/auth@62cf5bd3e4211a0a0b51f2c6d6a37129d828611d' with: credentials_json: '${{ secrets.GCP_PR_SA_KEY }}'