Преглед изворни кода

cicd: Make grpc to fix codeql

jamesread пре 1 година
родитељ
комит
a36f286f8a
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