There was an error while loading. Please reload this page.
1 parent 2aa2bb3 commit 7fe42acCopy full SHA for 7fe42ac
1 file changed
.github/workflows/codeql-analysis.yml
@@ -27,14 +27,9 @@ jobs:
27
uses: github/codeql-action/init@v3
28
with:
29
languages: go
30
- build-mode: manual
31
-
32
- - name: Build manually
33
- shell: bash
34
- run: |
35
- go build -o tokengen ./cmd/tokengen
+ build-mode: autobuild
36
37
- name: Perform CodeQL Analysis
38
uses: github/codeql-action/analyze@v3
39
40
- category: "/language:go"
+ category: "/language:go"
0 commit comments