Skip to content

Commit

Permalink
Check code QL with images
Browse files Browse the repository at this point in the history
  • Loading branch information
KSkwarczynski committed Jun 25, 2024
1 parent 1735eb3 commit f481e1f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/CodeQL.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
analyze:
name: Analyze C++ Code with CodeQL
runs-on: ubuntu-latest
container:
image: ghcr.io/mach3-software/mach3:alma9latest
permissions:
security-events: write
packages: read
Expand All @@ -29,6 +31,12 @@ jobs:
languages: c-cpp
build: none # Specify build none to skip any build steps

- name: Build Code
run: |
mkdir build
cd build
cmake ..
make
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3

0 comments on commit f481e1f

Please sign in to comment.