Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(readme): add swift support #1401

Closed
wants to merge 1 commit into from
Closed

Conversation

hongbo-miao
Copy link

@hongbo-miao hongbo-miao commented Nov 29, 2022

Just a small update 😃

Based on

// All the languages supported by CodeQL
export enum Language {
csharp = "csharp",
cpp = "cpp",
go = "go",
java = "java",
javascript = "javascript",
python = "python",
ruby = "ruby",
swift = "swift",
}

Merge / deployment checklist

  • Confirm this change is backwards compatible with existing workflows.
  • Confirm the readme has been updated if necessary.
  • Confirm the changelog has been updated if necessary.

@hongbo-miao hongbo-miao requested a review from a team as a code owner November 29, 2022 08:52
@hongbo-miao
Copy link
Author

hongbo-miao commented Nov 29, 2022

I am getting error during CodeQL GitHub Action at here

A fatal error occurred: There's no CodeQL extractor named 'swift' installed.

Seems not general available based on #1369 unless passing extra env. So I will close for now.

@hongbo-miao hongbo-miao deleted the patch-1 branch November 29, 2022 09:00
@angelapwen
Copy link
Contributor

Thank you for the contribution @hongbo-miao! That's correct — we won't update the list of possible languages in the README and starter workflow until the language support is in GA without the extra experimental environment variable passed. Appreciate your looking out though ✨

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants