Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2aebe77

Browse files
committed
Merge remote-tracking branch 'origin/main' into dreamteam/external_proxy
2 parents 7cce9a2 + e114999 commit 2aebe77

37 files changed

+1405
-896
lines changed

.github/workflows/security.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ jobs:
9797
restore-keys: |
9898
js-${{ runner.os }}-
9999
100+
- name: Install sqlc
101+
run: |
102+
curl -sSL https://github.com/kyleconroy/sqlc/releases/download/v1.17.2/sqlc_1.17.2_linux_amd64.tar.gz | sudo tar -C /usr/bin -xz sqlc
100103
- name: Install yq
101104
run: go run github.com/mikefarah/yq/[email protected]
102105
- name: Install protoc-gen-go

0 commit comments

Comments
 (0)