diff --git a/.github/workflows/PR.yaml b/.github/workflows/PR.yaml index c9f2009bc..3e8f857e0 100644 --- a/.github/workflows/PR.yaml +++ b/.github/workflows/PR.yaml @@ -87,7 +87,7 @@ jobs: path: go/src/github.com/stackrox/infra - name: Authenticate to GCloud - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: credentials_json: ${{ secrets.INFRA_CI_AUTOMATION_GCP_SA }} diff --git a/.github/workflows/create-cost-report.yaml b/.github/workflows/create-cost-report.yaml index dbcf651bd..2c6f96982 100644 --- a/.github/workflows/create-cost-report.yaml +++ b/.github/workflows/create-cost-report.yaml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v4 - name: Authenticate to GCloud - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: credentials_json: ${{ secrets.GCP_BIGQUERY_INFRA_LOGGER_SA }} diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 35a6cfe50..afd03bddf 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -55,7 +55,7 @@ jobs: ref: ${{ inputs.version }} - name: Authenticate to GCloud - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: credentials_json: ${{ secrets.INFRA_DEPLOY_AUTOMATION_GCP_SA }} diff --git a/.github/workflows/smoke-test.yaml b/.github/workflows/smoke-test.yaml index 21ec6a62c..863ca4c41 100644 --- a/.github/workflows/smoke-test.yaml +++ b/.github/workflows/smoke-test.yaml @@ -55,7 +55,7 @@ jobs: fail-fast: false steps: - name: Authenticate to GCloud - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: credentials_json: ${{ secrets.INFRA_CI_AUTOMATION_GCP_SA }}