Skip to content

Commit 6b97c39

Browse files
committed
fixup! codeql: also include the Go code
The Go code was culled from the Git repository, at long last. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 81e08be commit 6b97c39

1 file changed

Lines changed: 2 additions & 13 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
language: ["cpp", "javascript", "go"]
20+
language: ["cpp", "javascript"]
2121

2222
steps:
2323
- name: Checkout repository
@@ -29,10 +29,7 @@ jobs:
2929
env:
3030
jobname: codeql
3131

32-
- uses: actions/setup-go@v5
33-
if: matrix.language == 'go'
34-
35-
# Initializes the CodeQL tools for scanning.
32+
# Initializes the CodeQL tools for scanning.
3633
- name: Initialize CodeQL
3734
uses: github/codeql-action/init@v3
3835
with:
@@ -45,14 +42,6 @@ jobs:
4542
cat /proc/cpuinfo
4643
make -j$(nproc)
4744
48-
- name: Build (Go)
49-
if: matrix.language == 'go'
50-
run: |
51-
cat /proc/cpuinfo
52-
cd contrib/persistent-https &&
53-
go mod init git-remote-persistent-https &&
54-
make -j$(nproc)
55-
5645
- name: Perform CodeQL Analysis
5746
uses: github/codeql-action/analyze@v3
5847
with:

0 commit comments

Comments
 (0)