Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ayeshurun committed Jun 24, 2024
1 parent 61c6867 commit 6ca8a11
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
include:
- language: csharp
build-mode: autobuild
build-mode: manual
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -33,6 +33,16 @@ jobs:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}

- name: Build
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
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
Expand Down

0 comments on commit 6ca8a11

Please sign in to comment.