There was an error while loading. Please reload this page.
1 parent 4779e50 commit d514dd9Copy full SHA for d514dd9
.github/workflows/codeql-analysis.yaml
@@ -28,10 +28,8 @@ jobs:
28
with: { languages: go }
29
30
- name: Autobuild
31
+ # This action calls `make` which runs our "help" target.
32
uses: github/codeql-action/autobuild@v2
33
34
- name: Perform CodeQL Analysis
35
uses: github/codeql-action/analyze@v2
- # This action calls `make` which runs our "all" target and tries to build
36
- # container images. 😖 That fails, but the action ignores it and proceeds.
37
- # See "CODEQL_EXTRACTOR_GO_BUILD_COMMAND" in https://github.com/github/codeql-go
0 commit comments