recompile src

This commit is contained in:
Shaikhul Islam 2023-05-11 14:16:34 +00:00
parent e5fdcd4a8f
commit 903cb278c5
2 changed files with 2 additions and 2 deletions

2
lib/workflow.js generated
View file

@ -74,7 +74,7 @@ function toCodedErrors(errors) {
// code to send back via status report
// message to add as a warning annotation to the run
exports.WorkflowErrors = toCodedErrors({
MissingPushHook: `Please specify an on.push hook.`,
MissingPushHook: `Please specify an on.push hook to analyze and see code scanning alerts from the default branch on the Security tab.`,
CheckoutWrongHead: `git checkout HEAD^2 is no longer necessary. Please remove this step as Code Scanning recommends analyzing the merge commit for best results.`,
});
function getWorkflowErrors(doc) {

File diff suppressed because one or more lines are too long