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 4848 - name : Validate formatting
4949 run : bun fmt:ci
5050 - name : Check for typos
51- uses : crate-ci/typos@v1.35.5
51+ uses : crate-ci/typos@v1.36.2
5252 with :
5353 config : .github/typos.toml
5454 validate-readme-files :
6161 - name : Check out code
6262 uses : actions/checkout@v5
6363 - name : Set up Go
64- uses : actions/setup-go@v5
64+ uses : actions/setup-go@v6
6565 with :
6666 go-version : " 1.23.2"
6767 - name : Validate contributors
Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ jobs:
3030 - name : Checkout code
3131 uses : actions/checkout@v5
3232 - name : Authenticate with Google Cloud
33- uses : google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5
33+ uses : google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093
3434 with :
3535 workload_identity_provider : projects/309789351055/locations/global/workloadIdentityPools/github-actions/providers/github
3636 service_account : registry-v2-github@coder-registry-1.iam.gserviceaccount.com
3737 - name : Set up Google Cloud SDK
38- uses : google-github-actions/setup-gcloud@26f734c2779b00b7dda794207734c511110a4368
38+ uses : google-github-actions/setup-gcloud@aa5489c8933f4cc7a4f7d45035b3b1440c9c10db
3939 - name : Deploy to dev.registry.coder.com
4040 run : gcloud builds triggers run 29818181-126d-4f8a-a937-f228b27d3d34 --branch main
4141 - name : Deploy to registry.coder.com
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - uses : actions/checkout@v5
18- - uses : actions/setup-go@v5
18+ - uses : actions/setup-go@v6
1919 with :
2020 go-version : stable
2121 - name : golangci-lint
Original file line number Diff line number Diff line change 9595
9696 - name : Comment on PR - Failure
9797 if : failure() && steps.version-check.outputs.versions_up_to_date == 'false'
98- uses : actions/github-script@v7
98+ uses : actions/github-script@v8
9999 with :
100100 github-token : ${{ secrets.GITHUB_TOKEN }}
101101 script : |
You can’t perform that action at this time.
0 commit comments