Skip to content

Commit

Permalink
Disable CodeQL job until Swift 5.9 is supported by CodeQL (StanfordSp…
Browse files Browse the repository at this point in the history
…ezi#42)

<!--

This source file is part of the Stanford Spezi open-source project

SPDX-FileCopyrightText: 2022 Stanford University and the project authors
(see CONTRIBUTORS.md)

SPDX-License-Identifier: MIT

-->

# *Disable CodeQL job until Swift 5.9 is supported by CodeQL*

## ♻️ Current situation & Problem
At the moment, the [CodeQL analysis
engine](https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql)
for [GitHub code
scanning](https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning)
doesn't support Swift 5.9: github/roadmap#800
This presents a challenge to our Spezi use case, as we are using Swift
5.9 features.
Issue tracked in:
StanfordSpezi#43

## ⚙️ Release Notes
- Disable CodeQL job until Swift 5.9 is supported by CodeQL

## 📚 Documentation
--

## ✅ Testing
--

## 📝 Code of Conduct & Contributing Guidelines

By submitting creating this pull request, you agree to follow our [Code
of
Conduct](https://github.com/StanfordSpezi/.github/blob/main/CODE_OF_CONDUCT.md)
and [Contributing
Guidelines](https://github.com/StanfordSpezi/.github/blob/main/CONTRIBUTING.md):
- [X] I agree to follow the [Code of
Conduct](https://github.com/StanfordSpezi/.github/blob/main/CODE_OF_CONDUCT.md)
and [Contributing
Guidelines](https://github.com/StanfordSpezi/.github/blob/main/CONTRIBUTING.md).
  • Loading branch information
philippzagar authored and NikolaiMadlener committed Oct 18, 2023
1 parent 53a1abd commit f9f488e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,6 @@ jobs:
swiftlint:
name: SwiftLint
uses: StanfordSpezi/.github/.github/workflows/swiftlint.yml@v2
codeql:
name: CodeQL
uses: StanfordSpezi/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2
with:
codeql: true
xcodeversion: '14.3.1'
fastlanelane: codeql
permissions:
security-events: write
actions: read
buildandtest:
name: Build and Test
uses: StanfordSpezi/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2
Expand Down

0 comments on commit f9f488e

Please sign in to comment.