Skip to content

Commit 7fe42ac

Browse files
committed
codeql with autobuild
Signed-off-by: Angelo De Caro <adc@zurich.ibm.com>
1 parent 2aa2bb3 commit 7fe42ac

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,9 @@ jobs:
2727
uses: github/codeql-action/init@v3
2828
with:
2929
languages: go
30-
build-mode: manual
31-
32-
- name: Build manually
33-
shell: bash
34-
run: |
35-
go build -o tokengen ./cmd/tokengen
30+
build-mode: autobuild
3631

3732
- name: Perform CodeQL Analysis
3833
uses: github/codeql-action/analyze@v3
3934
with:
40-
category: "/language:go"
35+
category: "/language:go"

0 commit comments

Comments
 (0)