Skip to content

Commit

Permalink
Note in readme about go analysis in macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Ana Armas Romero committed May 4, 2020
1 parent 5218f93 commit 290b34d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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).

0 comments on commit 290b34d

Please sign in to comment.