Skip to content

Commit 5c98a12

Browse files
chore(deps): update google-github-actions/auth action to v3 (#182)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b892ab0 commit 5c98a12

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/periodic-terraform-apply-02.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- id: 'auth'
2828
name: 'Authenticate to Google Cloud'
29-
uses: 'google-github-actions/auth@c200f3691d83b41bf9bbd8638997a462592937ed' # v2
29+
uses: 'google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093' # v3
3030
with:
3131
workload_identity_provider: ${{ secrets.WORKLOAD_IDENTITY_PROVIDER }}
3232
service_account: 'github-actions@pipetail-terraform.iam.gserviceaccount.com'

.github/workflows/terraform-apply-02.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- id: 'auth'
3232
name: 'Authenticate to Google Cloud'
33-
uses: 'google-github-actions/auth@c200f3691d83b41bf9bbd8638997a462592937ed' # v2
33+
uses: 'google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093' # v3
3434
with:
3535
workload_identity_provider: ${{ secrets.WORKLOAD_IDENTITY_PROVIDER }}
3636
service_account: 'github-actions@pipetail-terraform.iam.gserviceaccount.com'

.github/workflows/terraform-plan-02.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- id: 'auth'
3131
name: 'Authenticate to Google Cloud'
32-
uses: 'google-github-actions/auth@c200f3691d83b41bf9bbd8638997a462592937ed' # v2
32+
uses: 'google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093' # v3
3333
with:
3434
workload_identity_provider: ${{ secrets.WORKLOAD_IDENTITY_PROVIDER }}
3535
service_account: 'github-actions@pipetail-terraform.iam.gserviceaccount.com'

0 commit comments

Comments
 (0)