You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ No user facing changes.
6
6
7
7
## 2.3.4 - 10 May 2023
8
8
9
-
- Remove some checks from code scanning workflow validation. [#1675](https://github.com/github/codeql-action/pull/1675)
9
+
- Remove the requirement for `on.push` and `on.pull_request` to trigger on the same branches. [#1675](https://github.com/github/codeql-action/pull/1675)
Copy file name to clipboardExpand all lines: src/workflow.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ function toCodedErrors(errors: {
96
96
// code to send back via status report
97
97
// message to add as a warning annotation to the run
98
98
exportconstWorkflowErrors=toCodedErrors({
99
-
MissingPushHook: `Please specify an on.push hook.`,
99
+
MissingPushHook: `Please specify an on.push hook to analyze and see code scanning alerts from the default branch on the Security tab.`,
100
100
CheckoutWrongHead: `git checkout HEAD^2 is no longer necessary. Please remove this step as Code Scanning recommends analyzing the merge commit for best results.`,
0 commit comments