From 1a0a1571829aa43326f70ee394918c7370882e58 Mon Sep 17 00:00:00 2001 From: Alexander Meissner <94000358+amgoogle@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:14:01 +0200 Subject: [PATCH 1/4] Update tf-actions-dev.yml --- .github/workflows/tf-actions-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tf-actions-dev.yml b/.github/workflows/tf-actions-dev.yml index 66ba78c..f15102e 100644 --- a/.github/workflows/tf-actions-dev.yml +++ b/.github/workflows/tf-actions-dev.yml @@ -47,7 +47,7 @@ jobs: - id: 'auth' name: 'Authenticate to Google Cloud' - uses: 'google-github-actions/auth@v0' + uses: 'google-github-actions/auth@v2' with: token_format: 'access_token' WORKLOAD_IDENTITY_PROVIDER: ${{ env.WORKLOAD_IDENTITY_PROVIDER }} From 0007b02ca797ca40e63cd2c376244bad0b61b3ad Mon Sep 17 00:00:00 2001 From: Alexander Meissner <94000358+amgoogle@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:14:22 +0200 Subject: [PATCH 2/4] Update tf-actions-prod.yml --- .github/workflows/tf-actions-prod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tf-actions-prod.yml b/.github/workflows/tf-actions-prod.yml index d1f02e3..ad9f190 100644 --- a/.github/workflows/tf-actions-prod.yml +++ b/.github/workflows/tf-actions-prod.yml @@ -43,11 +43,11 @@ jobs: id-token: 'write' # Steps represent a sequence of tasks that will be executed as part of the job steps: - - uses: 'actions/checkout@v2' + - uses: 'actions/checkout@v4' - id: 'auth' name: 'Authenticate to Google Cloud' - uses: 'google-github-actions/auth@v0' + uses: 'google-github-actions/auth@v2' with: token_format: 'access_token' WORKLOAD_IDENTITY_PROVIDER: ${{ env.WORKLOAD_IDENTITY_PROVIDER }} From 91475984fcf32ed0804ac68fd762fb821c29fe27 Mon Sep 17 00:00:00 2001 From: Alexander Meissner <94000358+amgoogle@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:14:38 +0200 Subject: [PATCH 3/4] Update tf-actions-dev.yml --- .github/workflows/tf-actions-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tf-actions-dev.yml b/.github/workflows/tf-actions-dev.yml index f15102e..f1c1cc3 100644 --- a/.github/workflows/tf-actions-dev.yml +++ b/.github/workflows/tf-actions-dev.yml @@ -43,7 +43,7 @@ jobs: id-token: 'write' # Steps represent a sequence of tasks that will be executed as part of the job steps: - - uses: 'actions/checkout@v2' + - uses: 'actions/checkout@v4' - id: 'auth' name: 'Authenticate to Google Cloud' From 29588de013f577a78c77f27a1224756ba7ed68dc Mon Sep 17 00:00:00 2001 From: Alexander Meissner <94000358+amgoogle@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:14:58 +0200 Subject: [PATCH 4/4] Update tf-actions-stage.yml --- .github/workflows/tf-actions-stage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tf-actions-stage.yml b/.github/workflows/tf-actions-stage.yml index 7357628..84c5232 100644 --- a/.github/workflows/tf-actions-stage.yml +++ b/.github/workflows/tf-actions-stage.yml @@ -43,11 +43,11 @@ jobs: id-token: 'write' # Steps represent a sequence of tasks that will be executed as part of the job steps: - - uses: 'actions/checkout@v2' + - uses: 'actions/checkout@v4' - id: 'auth' name: 'Authenticate to Google Cloud' - uses: 'google-github-actions/auth@v0' + uses: 'google-github-actions/auth@v2' with: token_format: 'access_token' WORKLOAD_IDENTITY_PROVIDER: ${{ env.WORKLOAD_IDENTITY_PROVIDER }}