Skip to content

Commit

Permalink
removing separate codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion committed Jan 16, 2024
1 parent 8714881 commit a119110
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 82 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/IPSWDownloads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,14 @@ jobs:
brew install mint
- name: Initialize CodeQL
if: startsWith(matrix.xcode,'/Applications/Xcode_15.1')
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Build
run: swift build
- name: Perform CodeQL Analysis
if: startsWith(matrix.xcode,'/Applications/Xcode_15.1')
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
# - name: Run Swift Package tests
# run: swift test -v --enable-code-coverage
# - uses: sersoft-gmbh/swift-coverage-action@v4
Expand Down
80 changes: 0 additions & 80 deletions .github/workflows/codeql.yml

This file was deleted.

0 comments on commit a119110

Please sign in to comment.