mirror of
https://github.com/github/codeql-action.git
synced 2026-04-29 10:28:52 +00:00
Restore earlier log messages for checkHashPatterns
This commit is contained in:
@@ -130,6 +130,7 @@ test("checkHashPatterns - logs when no patterns match", async (t) => {
|
||||
features,
|
||||
KnownLanguage.csharp,
|
||||
config,
|
||||
"download",
|
||||
getRecordingLogger(messages),
|
||||
);
|
||||
|
||||
@@ -158,6 +159,7 @@ test("checkHashPatterns - returns patterns when patterns match", async (t) => {
|
||||
features,
|
||||
KnownLanguage.csharp,
|
||||
config,
|
||||
"upload",
|
||||
getRecordingLogger(messages),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user