Skip to content

Commit

Permalink
Scan entire codebase with CodeQL
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Dye <mrtops03@gmail.com>
  • Loading branch information
ecdye committed Nov 5, 2024
1 parent f9b2e3a commit da757ea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install FFmpeg
run: brew install ffmpeg

- name: Select Xcode
uses: mxcl/xcodebuild@v3
with:
Expand All @@ -36,7 +39,7 @@ jobs:
build-mode: manual

- name: Build
run: xcrun swift build --arch arm64
run: USE_FFMPEG=1 xcrun swift build --arch arm64 -Xswiftc -DFFMPEG

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
Expand Down

0 comments on commit da757ea

Please sign in to comment.