From a36f286f8a26410955ce619c84cd48da0af655a2 Mon Sep 17 00:00:00 2001 From: jamesread Date: Tue, 30 Jul 2024 13:58:12 +0100 Subject: [PATCH] cicd: Make grpc to fix codeql --- .github/workflows/codeql-analysis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 26043d9..9de7b6b 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -44,6 +44,15 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 + - name: Setup Go + uses: actions/setup-go@v5 + with: + go-version-file: 'go.mod' + cache: true + + - name: grpc + run: make -w grpc + # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v3