Skip to content

Commit

Permalink
feat: adds codesql for code vulnerbility scanning
Browse files Browse the repository at this point in the history
Signed-off-by: BLANKatGITHUB <[email protected]>
  • Loading branch information
BLANKatGITHUB authored Oct 10, 2024
1 parent f40a94c commit 8cbad0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
languages: ${{ matrix.language }}

- name: Autobuild
if: matrix.language = "python"
if: ${{ matrix.language == "python" }}
uses: github/codeql-action/autobuild@v3

- name: build
if: matrix.language = "cpp"
if: ${{ matrix.language == "cpp" }}
run: |
echo "build application using script"
./dragonfly/tools/release.sh
Expand Down

0 comments on commit 8cbad0b

Please sign in to comment.