Skip to content

Commit be2475c

Browse files
Bump google-github-actions/auth from 1.1.0 to 2.1.12
Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 1.1.0 to 2.1.12. - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](google-github-actions/auth@e8df18b...b7593ed) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-version: 2.1.12 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d6829b6 commit be2475c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci-model-regression-on-schedule.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
./gomplate -f .github/runner/github-runner-deployment.yaml.tmpl -o runner_deployment.yaml
124124
125125
# Setup gcloud auth
126-
- uses: google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf
126+
- uses: google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5
127127
with:
128128
service_account: ${{ secrets.GKE_RASA_CI_GPU_SA_NAME_RASA_CI_CD }}
129129
credentials_json: ${{ secrets.GKE_SA_RASA_CI_CD_GPU_RASA_CI_CD }}
@@ -707,7 +707,7 @@ jobs:
707707
export CLOUDSDK_PYTHON=${{ steps.python.outputs.python-path }}
708708
709709
# Setup gcloud auth
710-
- uses: google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf
710+
- uses: google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5
711711
with:
712712
service_account: ${{ secrets.GKE_RASA_CI_GPU_SA_NAME_RASA_CI_CD }}
713713
credentials_json: ${{ secrets.GKE_SA_RASA_CI_CD_GPU_RASA_CI_CD }}

.github/workflows/ci-model-regression.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ jobs:
220220
gomplate -f .github/runner/github-runner-deployment.yaml.tmpl -o runner_deployment.yaml
221221
222222
# Setup gcloud auth
223-
- uses: google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf
223+
- uses: google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5
224224
with:
225225
service_account: ${{ secrets.GKE_RASA_CI_GPU_SA_NAME_RASA_CI_CD }}
226226
credentials_json: ${{ secrets.GKE_SA_RASA_CI_CD_GPU_RASA_CI_CD }}
@@ -906,7 +906,7 @@ jobs:
906906

907907
steps:
908908
# Setup gcloud auth
909-
- uses: google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf
909+
- uses: google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5
910910
with:
911911
service_account: ${{ secrets.GKE_RASA_CI_GPU_SA_NAME_RASA_CI_CD }}
912912
credentials_json: ${{ secrets.GKE_SA_RASA_CI_CD_GPU_RASA_CI_CD }}

.github/workflows/nightly_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
# Authenticate and push to the release registry
9696
- id: 'auth-release'
9797
name: Authenticate with gcloud for release registry 🎫
98-
uses: 'google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf'
98+
uses: 'google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5'
9999
with:
100100
credentials_json: '${{ secrets.RASA_OSS_RELEASE_ACCOUNT_KEY }}'
101101

@@ -164,7 +164,7 @@ jobs:
164164
# Authenticate and push to the release registry
165165
- id: 'auth-dev'
166166
name: Authenticate with gcloud for dev registry 🎫
167-
uses: 'google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf'
167+
uses: 'google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5'
168168
with:
169169
credentials_json: '${{ secrets.RASA_OSS_RELEASE_ACCOUNT_KEY }}'
170170

0 commit comments

Comments
 (0)