Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable CodeQL job until Swift 5.9 is supported by CodeQL (StanfordSp…
…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