We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 948fb1a commit 2cd4369Copy full SHA for 2cd4369
1 file changed
.github/workflows/codeql-analysis.yml
@@ -36,13 +36,13 @@ jobs:
36
with:
37
languages: go
38
config-file: .github/codeql/codeql-config.yml
39
- # If you wish to specify custom queries, you can do so here or in a config file.
40
- # By default, queries listed here will override any specified in a config file.
41
- # Prefix the list here with "+" to use these queries and those in the config file.
42
- # queries: ./path/to/local/query, your-org/your-repo/queries@main
+ build-model: manual
+ dependency-caching: true
43
44
- name: Build for CodeQL
45
- run: go build -o manager ./cmd
+ run: go build -o bin/manager ./cmd
46
47
- name: Perform CodeQL Analysis
48
uses: github/codeql-action/analyze@v4
+ with:
+ category: '/language:go'
0 commit comments