Skip to content

Commits

Permalink
e04c62bb3c
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on May 5, 2021

  1. Clarify the missing baseline lines of code warning message

    Andrew Eisenberg committed May 5, 2021
    Copy the full SHA
    e04c62b View commit details

Commits on May 4, 2021

  1. Merge pull request #474 from github/aeisenberg/change-metric-id

    Change from `metric` to `rule`
    Andrew Eisenberg authored and GitHub committed May 4, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    925cef7 View commit details
  2. Change from metric to rule

    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 committed May 4, 2021
    Copy the full SHA
    a2312a0 View commit details

Commits on May 3, 2021

  1. Merge pull request #472 from github/adityasharad/pr/2.5.4

    Update CodeQL bundle to 20210503 / 2.5.4
    Aditya Sharad authored and GitHub committed May 3, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    8e3540b View commit details
  2. Update CodeQL bundle to 20210503 / 2.5.4

    Aditya Sharad committed May 3, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    c3e98fb View commit details

Commits on Apr 30, 2021

  1. Merge pull request #470 from github/hmakholm/pr/2.5.3

    update bundle to 20210430
    Henning Makholm authored and GitHub committed Apr 30, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    cb58108 View commit details
  2. update bundle to 20210430

    Henning Makholm committed Apr 30, 2021
    Copy the full SHA
    7ab95f6 View commit details
  3. Merge pull request #457 from github/restrict-permissions

    Restrict Actions token permissions in CodeQL workflow.
    Chris Gavin authored and GitHub committed Apr 30, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    33bb16c View commit details
  4. Merge branch 'main' into restrict-permissions

    Chris Gavin authored and GitHub committed Apr 30, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    d879f4b View commit details
  5. Fix the token permissions for private copies of the CodeQL Action, an…

    …d for runs that are not from pull requests.
    Chris Gavin committed Apr 30, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    e305db8 View commit details

Commits on Apr 28, 2021

  1. Merge pull request #465 from github/aeisenberg/lines-of-code-trim

    Avoid analyzing excluded language files for line counting
    Andrew Eisenberg authored and GitHub committed Apr 28, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    1585462 View commit details
  2. 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 committed Apr 28, 2021
    Copy the full SHA
    ee23462 View commit details
  3. 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 committed Apr 28, 2021
    Copy the full SHA
    5c0a38d View commit details

Commits on Apr 26, 2021

  1. Merge pull request #459 from github/aeisenberg/add-linguist-data

    Add baseline metrics for lines of code
    Andrew Eisenberg authored and GitHub committed Apr 26, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    03f029c View commit details
  2. 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 committed Apr 26, 2021
    Copy the full SHA
    998f472 View commit details

Commits on Apr 23, 2021

  1. 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 committed Apr 23, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    7c5b128 View commit details
  2. 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 committed Apr 23, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    e2d70d6 View commit details
  3. Merge pull request #458 from github/aeisenberg/add-github-linguist

    Add the github-linguist package
    Andrew Eisenberg authored and GitHub committed Apr 23, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    e266dfb View commit details
  4. Merge branch 'main' into aeisenberg/add-github-linguist

    Andrew Eisenberg authored and GitHub committed Apr 23, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    b6b197e View commit details
  5. Merge pull request #456 from github/robertbrignull/toolcache-interface

    Introduce our own toolcache implementation for use by the runnner
    Robert authored and GitHub committed Apr 23, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    ba64dfb View commit details
  6. fix typo

    Robert committed Apr 23, 2021
    Copy the full SHA
    27bf3a2 View commit details
  7. make query more robust

    Robert committed Apr 23, 2021
    Copy the full SHA
    8207018 View commit details
  8. use safeWhich

    Robert committed Apr 23, 2021
    Copy the full SHA
    ce467e7 View commit details

Commits on Apr 22, 2021

  1. 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 committed Apr 22, 2021
    Copy the full SHA
    c4a84a9 View commit details
  2. Remove spurious blank line.

    Chris Gavin committed Apr 22, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    643bc6e View commit details
  3. Restrict Actions token permissions in CodeQL workflow.

    Chris Gavin committed Apr 22, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    7e85b5d View commit details
  4. Copy the full SHA
    8c91ba8 View commit details

Commits on Apr 21, 2021

  1. Merge pull request #454 from github/hmakholm/pr/2.5.2

    update bundle to 20210421 (CLI 2.5.2)
    Henning Makholm authored and GitHub committed Apr 21, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    896b4ff View commit details
  2. Copy the full SHA
    cb4c96b View commit details
  3. Add external git repositories to search path for custom queries

    Edoardo Pirovano authored and Edoardo Pirovano committed Apr 21, 2021
    Copy the full SHA
    578f9fc View commit details
  4. update bundle to 20210421 (CLI 2.5.2)

    Henning Makholm committed Apr 21, 2021
    Copy the full SHA
    46517cf View commit details

Commits on Apr 20, 2021

  1. Merge pull request #452 from github/daverlo/category

    Ignore non-string values in populateRunAutomationDetails
    David Verdeguer authored and GitHub committed Apr 20, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    1fa3563 View commit details
  2. Ignore non-string values in populateRunAutomationDetails

    David Verdeguer committed Apr 20, 2021
    Copy the full SHA
    496bf0e View commit details

Commits on Apr 19, 2021

  1. Merge pull request #446 from github/daverlo/runAutomationDetails

    Add automationdetails id to runs
    David Verdeguer authored and GitHub committed Apr 19, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    8bd2b35 View commit details
  2. Merge branch 'main' into daverlo/runAutomationDetails

    David Verdeguer authored and GitHub committed Apr 19, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    bc14da9 View commit details
Older