Commits
Commits on Feb 3, 2022
-
Add ML-powered queries enablement to
init
status reportWe report this information in the `init` status report rather than the `analyze` status report so we can gather data about timeouts.
Henry Mercer committedFeb 3, 2022 Copy the full SHA 1cddec9View commit details -
Convert status report comments to documentation
Henry Mercer committedFeb 3, 2022 Copy the full SHA a005206View commit details
Commits on Feb 2, 2022
-
Merge branch 'main' into dependabot/npm_and_yarn/ava/typescript-3.0.1
Henry Mercer authored and GitHub committedFeb 2, 2022 Copy the full SHA 6a6a320View commit details -
Arthur Baars committed
Feb 2, 2022 Copy the full SHA d57c276View commit details
Commits on Feb 1, 2022
-
Merge branch 'main' into dependabot/npm_and_yarn/ava/typescript-3.0.1
Henry Mercer authored and GitHub committedFeb 1, 2022 Copy the full SHA e9aa623View commit details -
Henry Mercer committed
Feb 1, 2022 Copy the full SHA ce89f1bView commit details -
Merge branch 'aeisenberg/permissions' into add-ref-input
Andrew Eisenberg committedFeb 1, 2022 Copy the full SHA 13f97c8View commit details -
Avoid sending status reports in test mode
Andrew Eisenberg committedFeb 1, 2022 Copy the full SHA 36419a7View commit details -
Alex Croteau committed
Feb 1, 2022 Copy the full SHA 3cc8799View commit details -
Adds check on inputs and compiled files
Alex Croteau committedFeb 1, 2022 Copy the full SHA 1eaaf07View commit details
Commits on Jan 25, 2022
-
Merge branch 'rneatherway/content-type' of github.com:github/codeql-a…
…ction into rneatherway/content-type
Robin Neatherway committedJan 25, 2022 Copy the full SHA 5f30e24View commit details -
Robin Neatherway committed
Jan 25, 2022 Copy the full SHA 486633dView commit details -
Merge branch 'main' into rneatherway/content-type
Robin Neatherway authored and GitHub committedJan 25, 2022 Copy the full SHA d6360c9View commit details -
Merge branch 'main' into rneatherway/remove-old-upload-path
Robin Neatherway committedJan 25, 2022 Copy the full SHA e13c8bbView commit details
Commits on Jan 24, 2022
-
Merge branch 'main' into aeisenberg/remove-experiemental-message
Andrew Eisenberg authored and GitHub committedJan 24, 2022 Copy the full SHA 1f7dab4View commit details -
Andrew Eisenberg committed
Jan 24, 2022 Copy the full SHA f8c38c1View commit details -
Update tests to remove feature flag
Robin Neatherway committedJan 24, 2022 Copy the full SHA 10249d1View commit details -
Remove
experimental
warning message for custom packsAndrew Eisenberg committedJan 24, 2022 Copy the full SHA e6bcd71View commit details -
Reword changelog entry and add back test
Andrew Eisenberg committedJan 24, 2022 Copy the full SHA 806fc12View commit details -
Merge branch 'main' into aeisenberg/better-error
Andrew Eisenberg authored and GitHub committedJan 24, 2022 Copy the full SHA ba352d3View commit details -
Set contentType for database uploads
Robin Neatherway committedJan 24, 2022 Copy the full SHA 751af2aView commit details -
The `useUploadDomain` approach is now fully enabled
Robin Neatherway committedJan 24, 2022 Copy the full SHA 1a686e7View commit details -
Update default CodeQL version to 2.7.6
Edoardo Pirovano committedJan 24, 2022 Copy the full SHA 3b4e4d4View commit details
Commits on Jan 21, 2022
-
Update error message and remove feature flag preloading
Discussion here https://github.com/github/codeql-action/pull/882#discussion_r789924177 shows that properly handling preloading feature flag errors is complex and the benefit we get from it does not offset the complexity.
Andrew Eisenberg committedJan 21, 2022 Copy the full SHA f18151cView commit details -
And add a better error message. By using `void` instead of `await`, any error thrown is not caught by surrounding try-catch blocks. I could continue to use `void` and explicitly handle any thrown errors by using `.catch`, but most likely the time savings is minimal and this makes the code more complex.
Andrew Eisenberg committedJan 21, 2022 Copy the full SHA 752ae57View commit details -
Merge branch 'main' into aeisenberg/multi-init
Andrew Eisenberg authored and GitHub committedJan 21, 2022 Copy the full SHA 5e69ce8View commit details -
Respect extra options in a few
codeql
callsEdoardo Pirovano committedJan 21, 2022 Copy the full SHA 14b4839View commit details
Commits on Jan 20, 2022
-
When users call init multiple times.
Andrew Eisenberg committedJan 20, 2022 Copy the full SHA 51126e5View commit details
Commits on Jan 17, 2022
-
Merge remote-tracking branch 'origin/main' into hmakholm/pr/2.7.5
Henning Makholm committedJan 17, 2022 Copy the full SHA 776db51View commit details -
Merge remote-tracking branch 'origin/main' into hmakholm/pr/2.7.5
Henning Makholm committedJan 17, 2022 Copy the full SHA 9913c9bView commit details -
Merge branch 'main' into aeisenberg/category-with-tool
Andrew Eisenberg authored and GitHub committedJan 17, 2022 Copy the full SHA 8de62beView commit details
Commits on Jan 14, 2022
-
Update warning about interpreted languages to mention Ruby
Nick Rolfe committedJan 14, 2022 Unverified
No user is associated with the committer email.Copy the full SHA df0c306View commit details
Commits on Jan 13, 2022
-
Allow duplicate categories in the same validation step
A single SARIF file should be allowed to have duplicated categories.
Andrew Eisenberg committedJan 13, 2022 Unverified
No user is associated with the committer email.Copy the full SHA ab1f709View commit details
Commits on Jan 12, 2022
-
Change category uniqueness test
Turboscan only allows a single combination of tool name and automation details id for testing category uniqueness. Previously, the check in the action was not entirely correct since it only looked at the _category_ and not the combination of the category and the tool name. It's even more precise now since it is looking at the actual, computed value of the automation details id, rather than an inputted value of the category. This change also includes a refactoring where the action is now avoiding multiple parsing/stringifying of the sarif files. Instead, sarif is parsed once at the start of the process and stringified once, after sarif processing is completely finished.
Andrew Eisenberg committedJan 12, 2022 Unverified
No user is associated with the committer email.Copy the full SHA 8454e21View commit details -
Henning Makholm committed
Jan 12, 2022 Unverified
No user is associated with the committer email.Copy the full SHA d85c3e5View commit details