mirror of
https://github.com/github/codeql-action.git
synced 2026-01-05 14:10:11 +08:00
Support both namings for java
This commit is contained in:
@@ -19,6 +19,7 @@ const KEY_EXPIRY_YEARS = 2;
|
||||
|
||||
const LANGUAGE_TO_REGISTRY_TYPE = {
|
||||
"java-kotlin": "maven_repository",
|
||||
java: "maven_repository",
|
||||
csharp: "nuget_feed",
|
||||
} as const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user