File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 48
48
- name : Validate formatting
49
49
run : bun fmt:ci
50
50
- name : Check for typos
51
- uses : crate-ci/typos@v1.35.5
51
+ uses : crate-ci/typos@v1.36.2
52
52
with :
53
53
config : .github/typos.toml
54
54
validate-readme-files :
61
61
- name : Check out code
62
62
uses : actions/checkout@v5
63
63
- name : Set up Go
64
- uses : actions/setup-go@v5
64
+ uses : actions/setup-go@v6
65
65
with :
66
66
go-version : " 1.23.2"
67
67
- name : Validate contributors
Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ jobs:
30
30
- name : Checkout code
31
31
uses : actions/checkout@v5
32
32
- name : Authenticate with Google Cloud
33
- uses : google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5
33
+ uses : google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093
34
34
with :
35
35
workload_identity_provider : projects/309789351055/locations/global/workloadIdentityPools/github-actions/providers/github
36
36
service_account :
[email protected]
37
37
- name : Set up Google Cloud SDK
38
- uses : google-github-actions/setup-gcloud@26f734c2779b00b7dda794207734c511110a4368
38
+ uses : google-github-actions/setup-gcloud@aa5489c8933f4cc7a4f7d45035b3b1440c9c10db
39
39
- name : Deploy to dev.registry.coder.com
40
40
run : gcloud builds triggers run 29818181-126d-4f8a-a937-f228b27d3d34 --branch main
41
41
- name : Deploy to registry.coder.com
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- uses : actions/checkout@v5
18
- - uses : actions/setup-go@v5
18
+ - uses : actions/setup-go@v6
19
19
with :
20
20
go-version : stable
21
21
- name : golangci-lint
Original file line number Diff line number Diff line change 95
95
96
96
- name : Comment on PR - Failure
97
97
if : failure() && steps.version-check.outputs.versions_up_to_date == 'false'
98
- uses : actions/github-script@v7
98
+ uses : actions/github-script@v8
99
99
with :
100
100
github-token : ${{ secrets.GITHUB_TOKEN }}
101
101
script : |
You can’t perform that action at this time.
0 commit comments