File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 42
42
43
43
steps :
44
44
- name : Checkout repository
45
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
45
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
46
46
47
47
- name : Setup Go
48
48
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
Original file line number Diff line number Diff line change 25
25
build :
26
26
runs-on : ubuntu-latest
27
27
steps :
28
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
29
29
- uses : micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1.3.0
30
30
env :
31
31
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 35
35
36
36
steps :
37
37
- name : " Checkout code"
38
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
38
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
39
39
with :
40
40
persist-credentials : false
41
41
Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ jobs:
29
29
id-token : " write"
30
30
steps :
31
31
- name : Checkout code
32
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
32
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
33
33
- id : auth
34
34
name : Authenticate to Google Cloud
35
- uses : google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
35
+ uses : google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
36
36
with :
37
37
workload_identity_provider : ${{ vars.PROVIDER_NAME }}
38
38
service_account : ${{ vars.SERVICE_ACCOUNT }}
@@ -69,10 +69,10 @@ jobs:
69
69
id-token : write
70
70
steps :
71
71
- name : Checkout code
72
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
72
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
73
73
- id : auth
74
74
name : Authenticate to Google Cloud
75
- uses : google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
75
+ uses : google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
76
76
with :
77
77
workload_identity_provider : ${{ vars.PROVIDER_NAME }}
78
78
service_account : ${{ vars.SERVICE_ACCOUNT }}
86
86
TFSTATE_STORAGE_BUCKET:${{ vars.GOOGLE_CLOUD_PROJECT }}/TFSTATE_STORAGE_BUCKET
87
87
WORKLOAD_ID_SERVICEACCOUNT_EMAIL:${{ vars.GOOGLE_CLOUD_PROJECT }}/WORKLOAD_ID_SERVICEACCOUNT_EMAIL
88
88
- name : Set up Cloud SDK
89
- uses : google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a # v2.1.4
89
+ uses : google-github-actions/setup-gcloud@aa5489c8933f4cc7a4f7d45035b3b1440c9c10db # v3.0.1
90
90
- name : " Setup Go"
91
91
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
92
92
with :
Original file line number Diff line number Diff line change 30
30
with :
31
31
go-version : " 1.24"
32
32
- name : Checkout code
33
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
34
34
with :
35
35
ref : ${{ github.event.pull_request.head.sha }}
36
36
repository : ${{ github.event.pull_request.head.repo.full_name }}
@@ -48,10 +48,10 @@ jobs:
48
48
id-token : write
49
49
steps :
50
50
- name : Checkout code
51
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
51
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
52
52
- id : auth
53
53
name : Authenticate to Google Cloud
54
- uses : google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
54
+ uses : google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
55
55
with :
56
56
workload_identity_provider : ${{ vars.PROVIDER_NAME }}
57
57
service_account : ${{ vars.SERVICE_ACCOUNT }}
65
65
TFSTATE_STORAGE_BUCKET:${{ vars.GOOGLE_CLOUD_PROJECT }}/TFSTATE_STORAGE_BUCKET
66
66
WORKLOAD_ID_SERVICEACCOUNT_EMAIL:${{ vars.GOOGLE_CLOUD_PROJECT }}/WORKLOAD_ID_SERVICEACCOUNT_EMAIL
67
67
- name : Set up Cloud SDK
68
- uses : google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a # v2.1.4
68
+ uses : google-github-actions/setup-gcloud@aa5489c8933f4cc7a4f7d45035b3b1440c9c10db # v3.0.1
69
69
- name : Setup Go
70
70
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
71
71
with :
You can’t perform that action at this time.
0 commit comments