Explorar el Código

cicd: Make grpc to fix codeql

jamesread hace 1 año
padre
commit
a36f286f8a
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. 9 0
      .github/workflows/codeql-analysis.yml

+ 9 - 0
.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