From 290b34d5dfd896189952af7799c14e04bb6aed67 Mon Sep 17 00:00:00 2001 From: Ana Armas Romero <54946499+anaarmas@users.noreply.github.com> Date: Mon, 4 May 2020 19:55:51 +0200 Subject: [PATCH 1/2] Note in readme about go analysis in macos-latest --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f61fdee5c..a0fade7a0 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ env: to `github/codeql-action/analyze`. -### If you do not use a vendor directory +#### If you do not use a vendor directory Dependencies on public repositories should just work. If you have dependencies on private repositories, one option is to use `git config` and a [personal access token](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line) to authenticate when downloading dependencies. Add a section like @@ -163,6 +163,10 @@ dotnet build /p:UseSharedCompilation=false Version 3 does not require the additional flag. +### Analysing Go together with other languages on `macos-latest` + +This is currently not possible for Java, C/C++, or C#. + ## License This project is released under the [MIT License](LICENSE). From 4c11b3d9bf7b4658602568713bef2078aa498e66 Mon Sep 17 00:00:00 2001 From: Ana Armas Romero <54946499+anaarmas@users.noreply.github.com> Date: Fri, 8 May 2020 20:16:30 +0200 Subject: [PATCH 2/2] rephrase Go support limitations --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0fade7a0..c94da7b1d 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ Version 3 does not require the additional flag. ### Analysing Go together with other languages on `macos-latest` -This is currently not possible for Java, C/C++, or C#. +When running on macos it is currently not possible to analyze Go in conjunction with any of Java, C/C++, or C#. Each language can still be analyzed separately. ## License