diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 766cfc71a..73b7be0b0 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -111,7 +111,7 @@ jobs: curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash helm repo add bitnami https://charts.bitnami.com/bitnami - name: Configure GCP credentials - uses: google-github-actions/setup-gcloud@master + uses: google-github-actions/setup-gcloud@v0 with: project_id: ${{ env.GOOGLE_PROJECT }} service_account_email: ${{ secrets.GCP_SA_EMAIL }} @@ -238,7 +238,7 @@ jobs: curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash helm repo add bitnami https://charts.bitnami.com/bitnami - name: Configure GCP credentials - uses: google-github-actions/setup-gcloud@master + uses: google-github-actions/setup-gcloud@v0 with: project_id: ${{ env.GOOGLE_PROJECT }} service_account_email: ${{ secrets.GCP_SA_EMAIL }} @@ -354,7 +354,7 @@ jobs: curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash helm repo add bitnami https://charts.bitnami.com/bitnami - name: Configure GCP credentials - uses: google-github-actions/setup-gcloud@master + uses: google-github-actions/setup-gcloud@v0 with: project_id: ${{ env.GOOGLE_PROJECT }} service_account_email: ${{ secrets.GCP_SA_EMAIL }} @@ -506,7 +506,7 @@ jobs: curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash helm repo add bitnami https://charts.bitnami.com/bitnami - name: Configure GCP credentials - uses: google-github-actions/setup-gcloud@master + uses: google-github-actions/setup-gcloud@v0 with: project_id: ${{ env.GOOGLE_PROJECT }} service_account_email: ${{ secrets.GCP_SA_EMAIL }} @@ -587,7 +587,7 @@ jobs: curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash helm repo add bitnami https://charts.bitnami.com/bitnami - name: Configure GCP credentials - uses: google-github-actions/setup-gcloud@master + uses: google-github-actions/setup-gcloud@v0 with: project_id: ${{ env.GOOGLE_PROJECT }} service_account_email: ${{ secrets.GCP_SA_EMAIL }} diff --git a/.github/workflows/run-tests-command.yml b/.github/workflows/run-tests-command.yml index a262b147d..4192a1c4e 100644 --- a/.github/workflows/run-tests-command.yml +++ b/.github/workflows/run-tests-command.yml @@ -135,7 +135,7 @@ jobs: curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash helm repo add bitnami https://charts.bitnami.com/bitnami - name: Configure GCP credentials - uses: google-github-actions/setup-gcloud@master + uses: google-github-actions/setup-gcloud@v0 with: project_id: ${{ env.GOOGLE_PROJECT }} service_account_email: ${{ secrets.GCP_SA_EMAIL }} @@ -260,7 +260,7 @@ jobs: curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash helm repo add bitnami https://charts.bitnami.com/bitnami - name: Configure GCP credentials - uses: google-github-actions/setup-gcloud@master + uses: google-github-actions/setup-gcloud@v0 with: project_id: ${{ env.GOOGLE_PROJECT }} service_account_email: ${{ secrets.GCP_SA_EMAIL }} @@ -398,7 +398,7 @@ jobs: curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash helm repo add bitnami https://charts.bitnami.com/bitnami - name: Configure GCP credentials - uses: google-github-actions/setup-gcloud@master + uses: google-github-actions/setup-gcloud@v0 with: project_id: ${{ env.GOOGLE_PROJECT }} service_account_email: ${{ secrets.GCP_SA_EMAIL }} @@ -481,7 +481,7 @@ jobs: curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash helm repo add bitnami https://charts.bitnami.com/bitnami - name: Configure GCP credentials - uses: google-github-actions/setup-gcloud@master + uses: google-github-actions/setup-gcloud@v0 with: project_id: ${{ env.GOOGLE_PROJECT }} service_account_email: ${{ secrets.GCP_SA_EMAIL }} diff --git a/.github/workflows/smoke-test-cli-command.yml b/.github/workflows/smoke-test-cli-command.yml index d45867ea0..359b70c9d 100644 --- a/.github/workflows/smoke-test-cli-command.yml +++ b/.github/workflows/smoke-test-cli-command.yml @@ -109,7 +109,7 @@ jobs: curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash helm repo add bitnami https://charts.bitnami.com/bitnami - name: Configure GCP credentials - uses: google-github-actions/setup-gcloud@master + uses: google-github-actions/setup-gcloud@v0 with: project_id: ${{ env.GOOGLE_PROJECT }} service_account_email: ${{ secrets.GCP_SA_EMAIL }} @@ -203,7 +203,7 @@ jobs: curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash helm repo add bitnami https://charts.bitnami.com/bitnami - name: Configure GCP credentials - uses: google-github-actions/setup-gcloud@master + uses: google-github-actions/setup-gcloud@v0 with: project_id: ${{ env.GOOGLE_PROJECT }} service_account_email: ${{ secrets.GCP_SA_EMAIL }} @@ -338,7 +338,7 @@ jobs: curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash helm repo add bitnami https://charts.bitnami.com/bitnami - name: Configure GCP credentials - uses: google-github-actions/setup-gcloud@master + uses: google-github-actions/setup-gcloud@v0 with: project_id: ${{ env.GOOGLE_PROJECT }} service_account_email: ${{ secrets.GCP_SA_EMAIL }} @@ -419,7 +419,7 @@ jobs: curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash helm repo add bitnami https://charts.bitnami.com/bitnami - name: Configure GCP credentials - uses: google-github-actions/setup-gcloud@master + uses: google-github-actions/setup-gcloud@v0 with: project_id: ${{ env.GOOGLE_PROJECT }} service_account_email: ${{ secrets.GCP_SA_EMAIL }} diff --git a/.github/workflows/smoke-test-provider-command.yml b/.github/workflows/smoke-test-provider-command.yml index 5afe86c4b..280fbfda4 100644 --- a/.github/workflows/smoke-test-provider-command.yml +++ b/.github/workflows/smoke-test-provider-command.yml @@ -109,7 +109,7 @@ jobs: curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash helm repo add bitnami https://charts.bitnami.com/bitnami - name: Configure GCP credentials - uses: google-github-actions/setup-gcloud@master + uses: google-github-actions/setup-gcloud@v0 with: project_id: ${{ env.GOOGLE_PROJECT }} service_account_email: ${{ secrets.GCP_SA_EMAIL }} @@ -203,7 +203,7 @@ jobs: curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash helm repo add bitnami https://charts.bitnami.com/bitnami - name: Configure GCP credentials - uses: google-github-actions/setup-gcloud@master + uses: google-github-actions/setup-gcloud@v0 with: project_id: ${{ env.GOOGLE_PROJECT }} service_account_email: ${{ secrets.GCP_SA_EMAIL }} @@ -331,7 +331,7 @@ jobs: curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash helm repo add bitnami https://charts.bitnami.com/bitnami - name: Configure GCP credentials - uses: google-github-actions/setup-gcloud@master + uses: google-github-actions/setup-gcloud@v0 with: project_id: ${{ env.GOOGLE_PROJECT }} service_account_email: ${{ secrets.GCP_SA_EMAIL }} @@ -412,7 +412,7 @@ jobs: curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash helm repo add bitnami https://charts.bitnami.com/bitnami - name: Configure GCP credentials - uses: google-github-actions/setup-gcloud@master + uses: google-github-actions/setup-gcloud@v0 with: project_id: ${{ env.GOOGLE_PROJECT }} service_account_email: ${{ secrets.GCP_SA_EMAIL }}