Skip to content

Commit

Permalink
add codeql init step
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmcl committed Sep 25, 2023
1 parent 89b4df8 commit a6e1ae7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
code-coverage: true
upload-logs: always

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: "swift"

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

0 comments on commit a6e1ae7

Please sign in to comment.