StanfordSpezi / SpeziTemplateApplication

Template application demonstrating the usage of the Stanford Spezi framework.
https://stanfordspezi.github.io/SpeziTemplateApplication
MIT License
97 stars 19 forks source link

Internal change: Re-add CodeQL job as soon as CodeQL supports Swift 5.9 #43

Open philippzagar opened 11 months ago

philippzagar commented 11 months ago

Problem

At the moment, the CodeQL analysis engine for GitHub code scanning doesn't support Swift 5.9: https://github.com/github/roadmap/issues/800 This presents a challenge to our Spezi use case, as we are using Swift 5.9 features.

Solution

For now, https://github.com/StanfordSpezi/SpeziTemplateApplication/pull/42 removes the CodeQL job. As soon as CodeQL supports Swift 5.9, re-add the job to the pipeline.

Additional context

Issue from CodeQL: https://github.com/github/roadmap/issues/800

Code of Conduct