Commits
Commits on Apr 21, 2021
-
Add external git repositories to search path for custom queries
Edoardo Pirovano authored and Edoardo Pirovano committedApr 21, 2021 Copy the full SHA 578f9fcView commit details
Commits on Apr 20, 2021
-
Ignore non-string values in populateRunAutomationDetails
David Verdeguer committedApr 20, 2021 Copy the full SHA 496bf0eView commit details
Commits on Apr 19, 2021
-
Merge branch 'main' into daverlo/runAutomationDetails
David Verdeguer authored and GitHub committedApr 19, 2021 Copy the full SHA bc14da9View commit details -
Add test for existing automationDetails
David Verdeguer committedApr 19, 2021 Copy the full SHA 351d36fView commit details
Commits on Apr 16, 2021
-
[Runner] Throw error on unknown option in init command
And explicitly document the advanced --trace-process-name and --trace-process-level args.
Andrew Eisenberg committedApr 16, 2021 Copy the full SHA c87ee1cView commit details -
Fix populateRunAutomationDetails for null environments
David Verdeguer committedApr 16, 2021 Copy the full SHA 0ece0d0View commit details -
Prevent the automationDetails to be regenerated if it already exists
David Verdeguer committedApr 16, 2021 Copy the full SHA de611b2View commit details
Commits on Apr 15, 2021
-
Add automationdetails id to runs
David Verdeguer committedApr 15, 2021 Copy the full SHA 47755f0View commit details
Commits on Apr 14, 2021
-
Fixes a regex for language and locale recognition
See https://github.com/oasis-tcs/sarif-spec/pull/490 See #418 Note that this changes the sarif spec file. Unless this change is actually merged in the sarif spec repo, the version used by the action will be slightly different.
Andrew Eisenberg authored and Andrew Eisenberg committedApr 14, 2021 Copy the full SHA 6aebd1bView commit details
Commits on Apr 9, 2021
-
Use externalRepoAuth when getting a remote config
This allows users to specify a different token for retrieving the codeql config from a different repository. Fixes https://github.com/github/advanced-security-field/issues/185
Andrew Eisenberg authored and Andrew Eisenberg committedApr 9, 2021 Copy the full SHA 534192fView commit details
Commits on Mar 31, 2021
-
Robert committed
Mar 31, 2021 Copy the full SHA ca27066View commit details
Commits on Mar 30, 2021
-
Robert committed
Mar 30, 2021 Copy the full SHA 2f93805View commit details -
Add special dependabot error message
Robert committedMar 30, 2021 Copy the full SHA d4eddedView commit details
Commits on Mar 26, 2021
-
Update CodeQL bundle to 20210326
Henning Makholm committedMar 26, 2021 Copy the full SHA 1d93ad9View commit details
Commits on Mar 25, 2021
-
Rewrite the ref to correctly point to refs/remotes
Fixes the rev-parse issues caused by https://github.com/github/codeql-action/pull/428
Simon Engledew committedMar 25, 2021 Copy the full SHA ba14abbView commit details
Commits on Mar 22, 2021
-
Skip doing work if it is not necessary
Simon Engledew committedMar 22, 2021 Copy the full SHA 9165099View commit details -
Simon Engledew committed
Mar 22, 2021 Copy the full SHA 36a9516View commit details -
Count the number of parents of the current commit to check it is stil…
…l a merge Work around a race condition in actions where sometimes GITHUB_SHA != git rev-parse head
Simon Engledew committedMar 22, 2021 Copy the full SHA ef92c5aView commit details
Commits on Mar 19, 2021
-
Update CodeQL bundle to 20210319
Henning Makholm committedMar 19, 2021 Copy the full SHA d2f4021View commit details
Commits on Mar 18, 2021
-
spelling: executable spelling: github spelling: javascript spelling: latest spelling: occurred spelling: parameter Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Josh Soref authored and Andrew Eisenberg committedMar 18, 2021 Copy the full SHA c4fced7View commit details -
Display better error message on invalid sarif
Specifically, some third party tools do not include a `results` block for runs when there is an error. This change adds a more explicit error message for this situation.
Andrew Eisenberg authored and Andrew Eisenberg committedMar 18, 2021 Copy the full SHA 08fae3cView commit details
Commits on Mar 17, 2021
-
Ensure error correct error message on 403 error
Andrew Eisenberg authored and Andrew Eisenberg committedMar 17, 2021 Copy the full SHA ffd96b3View commit details
Commits on Mar 16, 2021
-
Merge branch 'main' into robertbrignull/toolcache-query-safety
Robert committedMar 16, 2021 Copy the full SHA 5004a54View commit details -
call setupActionsVars in the tests too
Robert committedMar 16, 2021 Copy the full SHA 378f30fView commit details -
Make unguarded-action-lib better at ignoring uses of toolcache
Robert committedMar 16, 2021 Copy the full SHA d698cb3View commit details -
make control flow cleaer to fix query alert
Robert committedMar 16, 2021 Copy the full SHA 09024e5View commit details
Commits on Mar 10, 2021
-
Merge branch 'main' into check-ghae-endpoint-first-only-on-ghae
Chris Gavin authored and GitHub committedMar 10, 2021 Copy the full SHA 18f6367View commit details
Commits on Mar 9, 2021
-
Update CodeQL bundle to 20210308
Henning Makholm committedMar 9, 2021 Copy the full SHA bcca43bView commit details
Commits on Mar 7, 2021
-
When downloading the CodeQL bundle, only use the GitHub AE endpoint o…
…n GitHub AE, and check it first.
Chris Gavin committedMar 7, 2021 Copy the full SHA bb51eceView commit details
Commits on Mar 4, 2021
-
Update CodeQL bundle to 20210304 / CLI 2.4.4
Aditya Sharad committedMar 4, 2021 Copy the full SHA 0ff9c44View commit details
Commits on Feb 20, 2021
-
Update supported GitHub Enterprise Server versions.
GitHub committedFeb 20, 2021 Copy the full SHA 760681bView commit details
Commits on Feb 17, 2021
-
Merge branch 'main' into adityasharad/ram-threshold
Aditya Sharad authored and GitHub committedFeb 17, 2021 Copy the full SHA fd0ad84View commit details -
Robert authored and Andrew Eisenberg committed
Feb 17, 2021 Copy the full SHA a265353View commit details -
Merge branch 'main' into ghae-endpoint
Chris Gavin authored and GitHub committedFeb 17, 2021 Copy the full SHA 2b1c88cView commit details
Commits on Feb 16, 2021
-
Increase the default amount of RAM reserved for the OS
Mitigation for OOM errors (137/SIGKILL) seen by users when we overcommit the available memory. For Unix, reserve 1GB. For Windows, reserve 1.5GB, as the OS needs more memory and estimates inaccurately.
Aditya Sharad committedFeb 16, 2021 Copy the full SHA 4c94e29View commit details