Skip to content

Commit

Permalink
Switch to manual build
Browse files Browse the repository at this point in the history
  • Loading branch information
theztefan committed Sep 13, 2024
1 parent 41924f8 commit 436b195
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
include:
- language: go # 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift'
build-mode: autobuild
build-mode: manual
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -38,15 +38,9 @@ jobs:
queries: security-extended # security-and-quality

- if: matrix.build-mode == 'manual'
shell: bash
run: |
echo 'If you are using a "manual" build mode for one or more of the' \
'languages you are analyzing, replace this with the commands to build' \
'your code, for example:'
echo ' make bootstrap'
echo ' make release'
exit 1
go build
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
Expand Down

0 comments on commit 436b195

Please # to comment.