Skip to content

Commit

Permalink
Revert changes to CodeQL workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adamayoung committed Jan 31, 2024
1 parent d8846a3 commit 1567f70
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ env:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
container: swift:5.9.2-jammy
runs-on: macos-13
timeout-minutes: 120
permissions:
actions: read
Expand All @@ -40,9 +39,9 @@ jobs:
config-file: ./.github/codeql/codeql-config.yml

- name: Build
run: swift build --build-tests
run: swift build --build-tests

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:swift"
category: "/language:swift"

0 comments on commit 1567f70

Please sign in to comment.