James Read 1 год назад
Родитель
Сommit
ef91294d5e
1 измененных файлов с 9 добавлено и 0 удалено
  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