Skip to content

Commit d514dd9

Browse files
committed
Correct the comments on CodeQL actions
CodeQL has changed and our Make targets have changed.
1 parent 4779e50 commit d514dd9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/codeql-analysis.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,8 @@ jobs:
2828
with: { languages: go }
2929

3030
- name: Autobuild
31+
# This action calls `make` which runs our "help" target.
3132
uses: github/codeql-action/autobuild@v2
3233

3334
- name: Perform CodeQL Analysis
3435
uses: github/codeql-action/analyze@v2
35-
# 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

Comments
 (0)