Skip to content

Commit e5fdcd4

Browse files
Apply suggestions from code review
Co-authored-by: Henry Mercer <[email protected]>
1 parent c26fc55 commit e5fdcd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ No user facing changes.
66

77
## 2.3.4 - 10 May 2023
88

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)
1010

1111
## 2.3.3 - 04 May 2023
1212

src/workflow.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ function toCodedErrors(errors: {
9696
// code to send back via status report
9797
// message to add as a warning annotation to the run
9898
export const WorkflowErrors = 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.`,
100100
CheckoutWrongHead: `git checkout HEAD^2 is no longer necessary. Please remove this step as Code Scanning recommends analyzing the merge commit for best results.`,
101101
});
102102

0 commit comments

Comments
 (0)