Skip to content

Commit

Permalink
fix ql
Browse files Browse the repository at this point in the history
  • Loading branch information
neithanmo committed May 15, 2024
1 parent 689a204 commit c6d48e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
branches:
- main
- dev
- develop

jobs:
analyse:
Expand All @@ -32,7 +32,6 @@ jobs:

- name: Build
run: |
apt-get install -y build-essential libc6-dev # should not be necessaire, as image is supposed to have it
make -j BOLOS_SDK=${{ matrix.sdk }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2

0 comments on commit c6d48e8

Please sign in to comment.