Skip to content

Commit e4b9a42

Browse files
committed
update codeql build
Signed-off-by: Frederico Araujo <[email protected]>
1 parent 3176a4d commit e4b9a42

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ jobs:
3232
languages: ${{ matrix.language }}
3333

3434
- run: |
35-
make build
35+
wget https://dl.google.com/go/go1.16.3.linux-amd64.tar.gz
36+
tar -C /usr/local -xzf go1.16.3.linux-amd64.tar.gz
37+
EXPORT PATH=$PATH:/usr/local/go/bin/
38+
make SYSFLOW_VERSION=codeql SYSFLOW_BUILD_NUMBER=codeql build
3639
3740
- name: Perform CodeQL Analysis
3841
uses: github/codeql-action/analyze@v1

0 commit comments

Comments
 (0)