Skip to content

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.

2 participants