From e6f63cbe6be0d4f9cc934306051471de182a13e0 Mon Sep 17 00:00:00 2001 From: Hongbo Miao Date: Tue, 29 Nov 2022 00:51:48 -0800 Subject: [PATCH] docs(readme): add swift support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Just a small update 😃 Based on https://github.com/github/codeql-action/blob/7e73dedaccb7df066307531f63a1a1d0cb9933c6/src/languages.ts#L10 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eaaa0438d6..ae1e222da4 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ jobs: uses: github/codeql-action/init@v2 # Override language selection by uncommenting this and choosing your languages # with: - # languages: go, javascript, csharp, python, cpp, java, ruby + # languages: go, javascript, csharp, python, cpp, java, ruby, swift # Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java). # If this step fails, then you should remove it and run the build manually (see below).