34
34
tailnet-integration : ${{ steps.filter.outputs.tailnet-integration }}
35
35
steps :
36
36
- name : Harden Runner
37
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
37
+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
38
38
with :
39
39
egress-policy : audit
40
40
@@ -155,7 +155,7 @@ jobs:
155
155
runs-on : ${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-8' || 'ubuntu-latest' }}
156
156
steps :
157
157
- name : Harden Runner
158
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
158
+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
159
159
with :
160
160
egress-policy : audit
161
161
@@ -188,7 +188,7 @@ jobs:
188
188
189
189
# Check for any typos
190
190
- name : Check for typos
191
- uses : crate-ci/typos@d1c850b2b5d502763520c25fb4a6a1128ad99bd9 # v1.28.3
191
+ uses : crate-ci/typos@685eb3d55be2f85191e8c84acb9f44d7756f84ab # v1.29.4
192
192
with :
193
193
config : .github/workflows/typos.toml
194
194
@@ -227,7 +227,7 @@ jobs:
227
227
if : always()
228
228
steps :
229
229
- name : Harden Runner
230
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
230
+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
231
231
with :
232
232
egress-policy : audit
233
233
@@ -251,16 +251,16 @@ jobs:
251
251
- name : go install tools
252
252
run : |
253
253
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.30
254
- go install storj.io/drpc/cmd/protoc-gen-go-drpc@v0.0.33
254
+ go install storj.io/drpc/cmd/protoc-gen-go-drpc@v0.0.34
255
255
go install golang.org/x/tools/cmd/goimports@latest
256
- go install github.com/mikefarah/yq/v4@v4.30.6
257
- go install go.uber.org/mock/mockgen@v0.4 .0
256
+ go install github.com/mikefarah/yq/v4@v4.44.3
257
+ go install go.uber.org/mock/mockgen@v0.5 .0
258
258
259
259
- name : Install Protoc
260
260
run : |
261
261
mkdir -p /tmp/proto
262
262
pushd /tmp/proto
263
- curl -L -o protoc.zip https://github.com/protocolbuffers/protobuf/releases/download/v23.3 /protoc-23.3 -linux-x86_64.zip
263
+ curl -L -o protoc.zip https://github.com/protocolbuffers/protobuf/releases/download/v23.4 /protoc-23.4 -linux-x86_64.zip
264
264
unzip protoc.zip
265
265
cp -r ./bin/* /usr/local/bin
266
266
cp -r ./include /usr/local/bin/include
@@ -290,7 +290,7 @@ jobs:
290
290
timeout-minutes : 7
291
291
steps :
292
292
- name : Harden Runner
293
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
293
+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
294
294
with :
295
295
egress-policy : audit
296
296
@@ -331,7 +331,7 @@ jobs:
331
331
- windows-2022
332
332
steps :
333
333
- name : Harden Runner
334
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
334
+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
335
335
with :
336
336
egress-policy : audit
337
337
@@ -391,7 +391,7 @@ jobs:
391
391
- windows-2022
392
392
steps :
393
393
- name : Harden Runner
394
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
394
+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
395
395
with :
396
396
egress-policy : audit
397
397
@@ -447,7 +447,7 @@ jobs:
447
447
- ubuntu-latest
448
448
steps :
449
449
- name : Harden Runner
450
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
450
+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
451
451
with :
452
452
egress-policy : audit
453
453
@@ -504,7 +504,7 @@ jobs:
504
504
timeout-minutes : 25
505
505
steps :
506
506
- name : Harden Runner
507
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
507
+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
508
508
with :
509
509
egress-policy : audit
510
510
@@ -541,7 +541,7 @@ jobs:
541
541
timeout-minutes : 25
542
542
steps :
543
543
- name : Harden Runner
544
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
544
+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
545
545
with :
546
546
egress-policy : audit
547
547
@@ -579,7 +579,7 @@ jobs:
579
579
timeout-minutes : 25
580
580
steps :
581
581
- name : Harden Runner
582
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
582
+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
583
583
with :
584
584
egress-policy : audit
585
585
@@ -627,7 +627,7 @@ jobs:
627
627
timeout-minutes : 20
628
628
steps :
629
629
- name : Harden Runner
630
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
630
+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
631
631
with :
632
632
egress-policy : audit
633
633
@@ -653,7 +653,7 @@ jobs:
653
653
timeout-minutes : 20
654
654
steps :
655
655
- name : Harden Runner
656
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
656
+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
657
657
with :
658
658
egress-policy : audit
659
659
@@ -685,7 +685,7 @@ jobs:
685
685
name : ${{ matrix.variant.name }}
686
686
steps :
687
687
- name : Harden Runner
688
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
688
+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
689
689
with :
690
690
egress-policy : audit
691
691
@@ -704,6 +704,9 @@ jobs:
704
704
- run : make gen/mark-fresh
705
705
name : make gen
706
706
707
+ - run : make site/e2e/bin/coder
708
+ name : make coder
709
+
707
710
- run : pnpm build
708
711
env :
709
712
NODE_OPTIONS : ${{ github.repository_owner == 'coder' && '--max_old_space_size=8192' || '' }}
@@ -751,7 +754,7 @@ jobs:
751
754
if : needs.changes.outputs.ts == 'true' || needs.changes.outputs.ci == 'true'
752
755
steps :
753
756
- name : Harden Runner
754
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
757
+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
755
758
with :
756
759
egress-policy : audit
757
760
@@ -828,7 +831,7 @@ jobs:
828
831
829
832
steps :
830
833
- name : Harden Runner
831
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
834
+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
832
835
with :
833
836
egress-policy : audit
834
837
@@ -847,7 +850,7 @@ jobs:
847
850
run : |
848
851
mkdir -p /tmp/proto
849
852
pushd /tmp/proto
850
- curl -L -o protoc.zip https://github.com/protocolbuffers/protobuf/releases/download/v23.3 /protoc-23.3 -linux-x86_64.zip
853
+ curl -L -o protoc.zip https://github.com/protocolbuffers/protobuf/releases/download/v23.4 /protoc-23.4 -linux-x86_64.zip
851
854
unzip protoc.zip
852
855
cp -r ./bin/* /usr/local/bin
853
856
cp -r ./include /usr/local/bin/include
@@ -859,10 +862,10 @@ jobs:
859
862
- name : Install go tools
860
863
run : |
861
864
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.30
862
- go install storj.io/drpc/cmd/protoc-gen-go-drpc@v0.0.33
865
+ go install storj.io/drpc/cmd/protoc-gen-go-drpc@v0.0.34
863
866
go install golang.org/x/tools/cmd/goimports@latest
864
- go install github.com/mikefarah/yq/v4@v4.30.6
865
- go install go.uber.org/mock/mockgen@v0.4 .0
867
+ go install github.com/mikefarah/yq/v4@v4.44.3
868
+ go install go.uber.org/mock/mockgen@v0.5 .0
866
869
867
870
- name : Setup sqlc
868
871
uses : ./.github/actions/setup-sqlc
@@ -902,7 +905,7 @@ jobs:
902
905
if : always()
903
906
steps :
904
907
- name : Harden Runner
905
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
908
+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
906
909
with :
907
910
egress-policy : audit
908
911
@@ -938,7 +941,7 @@ jobs:
938
941
runs-on : ${{ github.repository_owner == 'coder' && 'depot-macos-latest' || 'macos-latest' }}
939
942
steps :
940
943
- name : Harden Runner
941
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
944
+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
942
945
with :
943
946
egress-policy : audit
944
947
@@ -1024,7 +1027,7 @@ jobs:
1024
1027
IMAGE : ghcr.io/coder/coder-preview:${{ steps.build-docker.outputs.tag }}
1025
1028
steps :
1026
1029
- name : Harden Runner
1027
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
1030
+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
1028
1031
with :
1029
1032
egress-policy : audit
1030
1033
@@ -1160,7 +1163,7 @@ jobs:
1160
1163
id-token : write
1161
1164
steps :
1162
1165
- name : Harden Runner
1163
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
1166
+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
1164
1167
with :
1165
1168
egress-policy : audit
1166
1169
@@ -1222,7 +1225,7 @@ jobs:
1222
1225
if : github.ref == 'refs/heads/main' && !github.event.pull_request.head.repo.fork
1223
1226
steps :
1224
1227
- name : Harden Runner
1225
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
1228
+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
1226
1229
with :
1227
1230
egress-policy : audit
1228
1231
@@ -1257,7 +1260,7 @@ jobs:
1257
1260
if : needs.changes.outputs.db == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
1258
1261
steps :
1259
1262
- name : Harden Runner
1260
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
1263
+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
1261
1264
with :
1262
1265
egress-policy : audit
1263
1266
0 commit comments