cicd: Make grpc to fix codeql

This commit is contained in:
jamesread 2024-07-30 13:58:12 +01:00
parent d0eb132b95
commit a36f286f8a
1 changed files with 9 additions and 0 deletions

View File

@ -44,6 +44,15 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 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. # Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL - name: Initialize CodeQL
uses: github/codeql-action/init@v3 uses: github/codeql-action/init@v3