File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 25
25
runs-on : ${{ github.repository_owner == 'coder' && 'depot-macos-latest' || 'macos-latest'}}
26
26
steps :
27
27
- name : Checkout
28
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
29
29
with :
30
30
fetch-depth : 0
31
31
fetch-tags : true
46
46
runs-on : ${{ github.repository_owner == 'coder' && 'depot-macos-latest' || 'macos-latest'}}
47
47
steps :
48
48
- name : Checkout
49
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
49
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
50
50
with :
51
51
fetch-depth : 0
52
52
fetch-tags : true
67
67
runs-on : ${{ github.repository_owner == 'coder' && 'depot-macos-latest' || 'macos-latest'}}
68
68
steps :
69
69
- name : Checkout
70
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
70
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
71
71
with :
72
72
fetch-depth : 0
73
73
fetch-tags : true
Original file line number Diff line number Diff line change 34
34
id-token : write
35
35
steps :
36
36
- name : Checkout
37
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
37
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
38
38
with :
39
39
fetch-depth : 0
40
40
fetch-tags : true
@@ -50,14 +50,14 @@ jobs:
50
50
51
51
- name : Authenticate to Google Cloud
52
52
id : gcloud_auth
53
- uses : google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
53
+ uses : google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12
54
54
with :
55
55
workload_identity_provider : ${{ secrets.GCP_WORKLOAD_ID_PROVIDER }}
56
56
service_account : ${{ secrets.GCP_SERVICE_ACCOUNT }}
57
57
token_format : " access_token"
58
58
59
59
- name : Setup GCloud SDK
60
- uses : google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a # v2.1.4
60
+ uses : google-github-actions/setup-gcloud@cb1e50a9932213ecece00a606661ae9ca44f3397 # v2.2.0
61
61
62
62
- name : Build
63
63
env :
@@ -112,7 +112,7 @@ jobs:
112
112
needs : build
113
113
steps :
114
114
- name : Checkout
115
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
115
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
116
116
with :
117
117
fetch-depth : 0
118
118
fetch-tags : true
You can’t perform that action at this time.
0 commit comments