Commits
e04c62bb3c
Name already in use
Commits on May 5, 2021
-
Clarify the missing baseline lines of code warning message
Andrew Eisenberg committedMay 5, 2021 Copy the full SHA e04c62bView commit details
Commits on May 4, 2021
-
Merge pull request #474 from github/aeisenberg/change-metric-id
Change from `metric` to `rule`
Andrew Eisenberg authored and GitHub committedMay 4, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 925cef7View commit details -
The SARIF that we are interpreting has moved away from using `metric` to the more general term, `rule`. We need to adapt our baseline lines of code counting to use `rule` as well.
Andrew Eisenberg committedMay 4, 2021 Copy the full SHA a2312a0View commit details
Commits on May 3, 2021
-
Merge pull request #472 from github/adityasharad/pr/2.5.4
Update CodeQL bundle to 20210503 / 2.5.4
Aditya Sharad authored and GitHub committedMay 3, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 8e3540bView commit details -
Update CodeQL bundle to 20210503 / 2.5.4
Aditya Sharad committedMay 3, 2021 Unverified
No user is associated with the committer email.Copy the full SHA c3e98fbView commit details
Commits on Apr 30, 2021
-
Merge pull request #470 from github/hmakholm/pr/2.5.3
update bundle to 20210430
Henning Makholm authored and GitHub committedApr 30, 2021 Unverified
No user is associated with the committer email.Copy the full SHA cb58108View commit details -
Henning Makholm committed
Apr 30, 2021 Copy the full SHA 7ab95f6View commit details -
Merge pull request #457 from github/restrict-permissions
Restrict Actions token permissions in CodeQL workflow.
Chris Gavin authored and GitHub committedApr 30, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 33bb16cView commit details -
Merge branch 'main' into restrict-permissions
Chris Gavin authored and GitHub committedApr 30, 2021 Unverified
No user is associated with the committer email.Copy the full SHA d879f4bView commit details -
Fix the token permissions for private copies of the CodeQL Action, an…
…d for runs that are not from pull requests.
Chris Gavin committedApr 30, 2021 Unverified
No user is associated with the committer email.Copy the full SHA e305db8View commit details
Commits on Apr 28, 2021
-
Merge pull request #465 from github/aeisenberg/lines-of-code-trim
Avoid analyzing excluded language files for line counting
Andrew Eisenberg authored and GitHub committedApr 28, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 1585462View commit details -
Avoid analyzing excluded language files for line counting
This change passes in a list of file types to the line counting analysis. These are the languages for the databases being analyzed. Line count analysis is restricted to these files.
Andrew Eisenberg committedApr 28, 2021 Copy the full SHA ee23462View commit details -
Update github-linguist dependency
This version adds a larger list of auto-excluded binary files. And allows for the passing of a list of file types to restrict analysis to.
Andrew Eisenberg committedApr 28, 2021 Copy the full SHA 5c0a38dView commit details
Commits on Apr 26, 2021
-
Merge pull request #459 from github/aeisenberg/add-linguist-data
Add baseline metrics for lines of code
Andrew Eisenberg authored and GitHub committedApr 26, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 03f029cView commit details -
Add baseline metrics for lines of code
This commit uses a third party library to estimate the lines of code in a database that is to be analyzed by codeql. The estimate uses the same includes and excludes globs for determining which files should be counted. The lines of code count is returned by language and injected into the SARIF as `baseline` property in the `${language}/summary/lines-of-code` metric.
Andrew Eisenberg committedApr 26, 2021 Copy the full SHA 998f472View commit details
Commits on Apr 23, 2021
-
Merge pull request #460 from github/dependabot/npm_and_yarn/runner/ss…
…ri-6.0.2 Bump ssri from 6.0.1 to 6.0.2 in /runner
Andrew Eisenberg authored and GitHub committedApr 23, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 7c5b128View commit details -
Bump ssri from 6.0.1 to 6.0.2 in /runner
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/npm/ssri/releases) - [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md) - [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2) Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored and GitHub committedApr 23, 2021 Unverified
No user is associated with the committer email.Copy the full SHA e2d70d6View commit details -
Merge pull request #458 from github/aeisenberg/add-github-linguist
Add the github-linguist package
Andrew Eisenberg authored and GitHub committedApr 23, 2021 Unverified
No user is associated with the committer email.Copy the full SHA e266dfbView commit details -
Merge branch 'main' into aeisenberg/add-github-linguist
Andrew Eisenberg authored and GitHub committedApr 23, 2021 Unverified
No user is associated with the committer email.Copy the full SHA b6b197eView commit details -
Merge pull request #456 from github/robertbrignull/toolcache-interface
Introduce our own toolcache implementation for use by the runnner
Robert authored and GitHub committedApr 23, 2021 Unverified
No user is associated with the committer email.Copy the full SHA ba64dfbView commit details -
Robert committed
Apr 23, 2021 Copy the full SHA 27bf3a2View commit details -
Robert committed
Apr 23, 2021 Copy the full SHA 8207018View commit details -
Robert committed
Apr 23, 2021 Copy the full SHA ce467e7View commit details
Commits on Apr 22, 2021
-
Add the github-linguist package
This commit only adds a single package and all of its transitive dependencies. The github-linguist package will be used for counting lines of code as a baseline for databases we are analyzing.
Andrew Eisenberg committedApr 22, 2021 Copy the full SHA c4a84a9View commit details -
Chris Gavin committed
Apr 22, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 643bc6eView commit details -
Restrict Actions token permissions in CodeQL workflow.
Chris Gavin committedApr 22, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 7e85b5dView commit details -
Introduce our own toolcache implementation for use by the runnner
Robert committedApr 22, 2021 Copy the full SHA 8c91ba8View commit details
Commits on Apr 21, 2021
-
Merge pull request #454 from github/hmakholm/pr/2.5.2
update bundle to 20210421 (CLI 2.5.2)
Henning Makholm authored and GitHub committedApr 21, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 896b4ffView commit details -
Merge remote-tracking branch 'origin/main' into hmakholm/pr/2.5.2
Henning Makholm committedApr 21, 2021 Copy the full SHA cb4c96bView commit details -
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 -
update bundle to 20210421 (CLI 2.5.2)
Henning Makholm committedApr 21, 2021 Copy the full SHA 46517cfView commit details
Commits on Apr 20, 2021
-
Merge pull request #452 from github/daverlo/category
Ignore non-string values in populateRunAutomationDetails
David Verdeguer authored and GitHub committedApr 20, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 1fa3563View commit details -
Ignore non-string values in populateRunAutomationDetails
David Verdeguer committedApr 20, 2021 Copy the full SHA 496bf0eView commit details
Commits on Apr 19, 2021
-
Merge pull request #446 from github/daverlo/runAutomationDetails
Add automationdetails id to runs
David Verdeguer authored and GitHub committedApr 19, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 8bd2b35View commit details -
Merge branch 'main' into daverlo/runAutomationDetails
David Verdeguer authored and GitHub committedApr 19, 2021 Unverified
No user is associated with the committer email.Copy the full SHA bc14da9View commit details