Skip to content

Commit 290b34d

Browse files
committed
Note in readme about go analysis in macos-latest
1 parent 5218f93 commit 290b34d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ env:
137137

138138
to `github/codeql-action/analyze`.
139139

140-
### If you do not use a vendor directory
140+
#### If you do not use a vendor directory
141141

142142
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
143143

@@ -163,6 +163,10 @@ dotnet build /p:UseSharedCompilation=false
163163

164164
Version 3 does not require the additional flag.
165165

166+
### Analysing Go together with other languages on `macos-latest`
167+
168+
This is currently not possible for Java, C/C++, or C#.
169+
166170
## License
167171

168172
This project is released under the [MIT License](LICENSE).

0 commit comments

Comments
 (0)