Skip to content

Commit ea4aafe

Browse files
authored
Merge pull request #125 from janog-netcon/renovate/google-github-actions-auth-2.x
Update google-github-actions/auth action to v2
2 parents 83c0903 + 0ceb606 commit ea4aafe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-and-push.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
id-token: write
1111
steps:
1212
- uses: actions/checkout@v4
13-
- uses: google-github-actions/auth@v1
13+
- uses: google-github-actions/auth@v2
1414
with:
1515
workload_identity_provider: "projects/907031882243/locations/global/workloadIdentityPools/github/providers/github"
1616
service_account: "github-actions-score-server-ci@networkcontest.iam.gserviceaccount.com"
@@ -41,7 +41,7 @@ jobs:
4141
id-token: write
4242
steps:
4343
- uses: actions/checkout@v4
44-
- uses: google-github-actions/auth@v1
44+
- uses: google-github-actions/auth@v2
4545
with:
4646
workload_identity_provider: "projects/907031882243/locations/global/workloadIdentityPools/github/providers/github"
4747
service_account: "github-actions-score-server-ci@networkcontest.iam.gserviceaccount.com"
@@ -72,7 +72,7 @@ jobs:
7272
id-token: write
7373
steps:
7474
- uses: actions/checkout@v4
75-
- uses: google-github-actions/auth@v1
75+
- uses: google-github-actions/auth@v2
7676
with:
7777
workload_identity_provider: "projects/907031882243/locations/global/workloadIdentityPools/github/providers/github"
7878
service_account: "github-actions-score-server-ci@networkcontest.iam.gserviceaccount.com"
@@ -103,7 +103,7 @@ jobs:
103103
id-token: write
104104
steps:
105105
- uses: actions/checkout@v4
106-
- uses: google-github-actions/auth@v1
106+
- uses: google-github-actions/auth@v2
107107
with:
108108
workload_identity_provider: "projects/907031882243/locations/global/workloadIdentityPools/github/providers/github"
109109
service_account: "github-actions-score-server-ci@networkcontest.iam.gserviceaccount.com"

0 commit comments

Comments
 (0)