diff --git a/.github/workflows/ci-model-regression-on-schedule.yml b/.github/workflows/ci-model-regression-on-schedule.yml
index 5ac4710cf288..aa5d4e1bc5e6 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@71f986410dfbc7added4569d411d040a91dc6935
         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@71f986410dfbc7added4569d411d040a91dc6935
         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 3e65fcec2ebd..173d16da9a92 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@71f986410dfbc7added4569d411d040a91dc6935
         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@71f986410dfbc7added4569d411d040a91dc6935
         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 772f06a8a48a..9574eebd7d28 100644
--- a/.github/workflows/nightly_release.yml
+++ b/.github/workflows/nightly_release.yml
@@ -95,7 +95,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@71f986410dfbc7added4569d411d040a91dc6935'
         with:
           credentials_json: '${{ secrets.RASA_OSS_RELEASE_ACCOUNT_KEY }}'
 
@@ -164,7 +164,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@71f986410dfbc7added4569d411d040a91dc6935'
         with:
           credentials_json: '${{ secrets.RASA_OSS_RELEASE_ACCOUNT_KEY }}'