From 6f7902567b79385aa7391b04321e5521b7440886 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 12:29:04 +0000 Subject: [PATCH] Bump google-github-actions/auth from 1.1.0 to 2.0.0 Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 1.1.0 to 2.0.0. - [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/e8df18b60c5dd38ba618c121b779307266153fbf...67e9c72af6e0492df856527b474995862b7b6591) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-model-regression-on-schedule.yml | 4 ++-- .github/workflows/ci-model-regression.yml | 4 ++-- .github/workflows/nightly_release.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-model-regression-on-schedule.yml b/.github/workflows/ci-model-regression-on-schedule.yml index b4463fd67a62..1a2b17e6d44f 100644 --- a/.github/workflows/ci-model-regression-on-schedule.yml +++ b/.github/workflows/ci-model-regression-on-schedule.yml @@ -123,7 +123,7 @@ jobs: ./gomplate -f .github/runner/github-runner-deployment.yaml.tmpl -o runner_deployment.yaml # Setup gcloud auth - - uses: google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf + - uses: google-github-actions/auth@67e9c72af6e0492df856527b474995862b7b6591 with: service_account: ${{ secrets.GKE_RASA_CI_GPU_SA_NAME_RASA_CI_CD }} credentials_json: ${{ secrets.GKE_SA_RASA_CI_CD_GPU_RASA_CI_CD }} @@ -707,7 +707,7 @@ jobs: export CLOUDSDK_PYTHON=${{ steps.python.outputs.python-path }} # Setup gcloud auth - - uses: google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf + - uses: google-github-actions/auth@67e9c72af6e0492df856527b474995862b7b6591 with: service_account: ${{ secrets.GKE_RASA_CI_GPU_SA_NAME_RASA_CI_CD }} credentials_json: ${{ secrets.GKE_SA_RASA_CI_CD_GPU_RASA_CI_CD }} diff --git a/.github/workflows/ci-model-regression.yml b/.github/workflows/ci-model-regression.yml index 0669f1104bad..c6f013ec3c4a 100644 --- a/.github/workflows/ci-model-regression.yml +++ b/.github/workflows/ci-model-regression.yml @@ -220,7 +220,7 @@ jobs: gomplate -f .github/runner/github-runner-deployment.yaml.tmpl -o runner_deployment.yaml # Setup gcloud auth - - uses: google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf + - uses: google-github-actions/auth@67e9c72af6e0492df856527b474995862b7b6591 with: service_account: ${{ secrets.GKE_RASA_CI_GPU_SA_NAME_RASA_CI_CD }} credentials_json: ${{ secrets.GKE_SA_RASA_CI_CD_GPU_RASA_CI_CD }} @@ -906,7 +906,7 @@ jobs: steps: # Setup gcloud auth - - uses: google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf + - uses: google-github-actions/auth@67e9c72af6e0492df856527b474995862b7b6591 with: service_account: ${{ secrets.GKE_RASA_CI_GPU_SA_NAME_RASA_CI_CD }} credentials_json: ${{ secrets.GKE_SA_RASA_CI_CD_GPU_RASA_CI_CD }} diff --git a/.github/workflows/nightly_release.yml b/.github/workflows/nightly_release.yml index 4521fbf34474..2ae143d8669d 100644 --- a/.github/workflows/nightly_release.yml +++ b/.github/workflows/nightly_release.yml @@ -96,7 +96,7 @@ jobs: # Authenticate and push to the release registry - id: 'auth-release' name: Authenticate with gcloud for release registry 🎫 - uses: 'google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf' + uses: 'google-github-actions/auth@67e9c72af6e0492df856527b474995862b7b6591' with: credentials_json: '${{ secrets.RASA_OSS_RELEASE_ACCOUNT_KEY }}' @@ -165,7 +165,7 @@ jobs: # Authenticate and push to the release registry - id: 'auth-dev' name: Authenticate with gcloud for dev registry 🎫 - uses: 'google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf' + uses: 'google-github-actions/auth@67e9c72af6e0492df856527b474995862b7b6591' with: credentials_json: '${{ secrets.RASA_OSS_RELEASE_ACCOUNT_KEY }}'