mirror of
https://github.com/github/codeql-action.git
synced 2026-04-02 17:52:19 +00:00
Note in readme about go analysis in macos-latest
This commit is contained in:
committed by
anaarmas
parent
5218f937b3
commit
290b34d5df
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user