From db19fc8eab26c1bc75ebf6b454be35356d212a2b Mon Sep 17 00:00:00 2001 From: Colin Adler Date: Wed, 21 Jun 2023 18:08:49 +0000 Subject: [PATCH] ci: update sqlc version in security scan --- .github/workflows/security.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml index b0d9f3ec0c872..aa71289de04d2 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -75,7 +75,7 @@ jobs: - name: Install sqlc run: | - 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 + curl -sSL https://github.com/kyleconroy/sqlc/releases/download/v1.18.0/sqlc_1.18.0_linux_amd64.tar.gz | sudo tar -C /usr/bin -xz sqlc - name: Install yq run: go run github.com/mikefarah/yq/v4@v4.30.6 - name: Install mockgen