We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81e08be commit 6b97c39Copy full SHA for 6b97c39
1 file changed
.github/workflows/codeql.yml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
fail-fast: false
19
matrix:
20
- language: ["cpp", "javascript", "go"]
+ language: ["cpp", "javascript"]
21
22
steps:
23
- name: Checkout repository
@@ -29,10 +29,7 @@ jobs:
29
env:
30
jobname: codeql
31
32
- - uses: actions/setup-go@v5
33
- if: matrix.language == 'go'
34
-
35
- # Initializes the CodeQL tools for scanning.
+ # Initializes the CodeQL tools for scanning.
36
- name: Initialize CodeQL
37
uses: github/codeql-action/init@v3
38
with:
@@ -45,14 +42,6 @@ jobs:
45
42
cat /proc/cpuinfo
46
43
make -j$(nproc)
47
44
48
- - name: Build (Go)
49
50
- run: |
51
- cat /proc/cpuinfo
52
- cd contrib/persistent-https &&
53
- go mod init git-remote-persistent-https &&
54
- make -j$(nproc)
55
56
- name: Perform CodeQL Analysis
57
uses: github/codeql-action/analyze@v3
58
0 commit comments