Skip to content

Commit

Permalink
Merge pull request #10 from lightpanda-io/disable-codeql
Browse files Browse the repository at this point in the history
ci: disable codeQL analysis
  • Loading branch information
krichprollsch authored Feb 8, 2024
2 parents c1de567 + 0f9040a commit 82978bb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,25 @@ jobs:
ns-clone -d -s
ns-make-libs install
# TODO the feature doesn't work as expected, maybe due to a prive repo but
# not sure.
# see https://github.com/github/codeql-action/issues/572
# I (Pierre) continue-on-error for now.

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
continue-on-error: true

- name: Build Library
run: |
export TARGET_WORKSPACE="$(pwd)/projects"
source projects/env.sh
make -j"$(nproc)"
continue-on-error: true

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
continue-on-error: true

0 comments on commit 82978bb

Please sign in to comment.