Skip to content

Commits

Permalink
ed9506bbaf
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 Jan 13, 2023

  1. python-setup: Fix path for tests

    Rasmus Wriedt Larsen committed Jan 13, 2023

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    932b6a9 View commit details
  2. Unverified

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

Commits on Jan 12, 2023

  1. Merge pull request #1477 from github/mergeback/v2.1.38-to-main-515828d9

    Mergeback v2.1.38 refs/heads/releases/v2 into main
    Henry Mercer authored and GitHub committed Jan 12, 2023

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    2073a69 View commit details
  2. Update checked-in dependencies

    github-actions[bot] committed Jan 12, 2023
    Copy the full SHA
    10f2d3c View commit details
  3. Update changelog and version after v2.1.38

    github-actions[bot] committed Jan 12, 2023
    Copy the full SHA
    00c2a84 View commit details
  4. Merge pull request #1476 from github/update-v2.1.38-70fdddff

    Merge main into releases/v2
    Henry Mercer authored and GitHub committed Jan 12, 2023

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    515828d View commit details
  5. Update changelog for v2.1.38

    github-actions[bot] committed Jan 12, 2023
    Copy the full SHA
    caa49ae View commit details

Commits on Jan 11, 2023

  1. Merge pull request #1474 from github/henrymercer/fix-ghae-setup-test

    Refactor CodeQL setup tests and fix GHAE test
    Henry Mercer authored and GitHub committed Jan 11, 2023

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    70fdddf View commit details
  2. Add JSDoc for mockDownloadApi

    Henry Mercer committed Jan 11, 2023
    Copy the full SHA
    6ba0a36 View commit details
  3. Merge branch 'main' into henrymercer/fix-ghae-setup-test

    Henry Mercer committed Jan 11, 2023
    Copy the full SHA
    4a91879 View commit details

Commits on Jan 10, 2023

  1. Merge pull request #1464 from github/aeisenberg/externalRepoTokenConf…

    …igParsing
    
    Send the external repository token to the CLI
    Andrew Eisenberg authored and GitHub committed Jan 10, 2023

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    42d6d35 View commit details
  2. Merge branch 'main' into aeisenberg/externalRepoTokenConfigParsing

    Andrew Eisenberg authored and GitHub committed Jan 10, 2023

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    e009918 View commit details
  3. Merge branch 'main' into henrymercer/fix-ghae-setup-test

    Henry Mercer authored and GitHub committed Jan 10, 2023

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    70a288d View commit details
  4. Merge pull request #1466 from github/dbartol/bundle-20230105

    Update bundle to 2.12.0
    Dave Bartolomeo authored and GitHub committed Jan 10, 2023

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    bdc7c5d View commit details
  5. Address comments from PR

    Andrew Eisenberg committed Jan 10, 2023
    Copy the full SHA
    272d916 View commit details
  6. Merge pull request #1473 from github/henrymercer/temporarily-disable-…

    …kotlin-in-pr-checks
    
    Temporarily disable Kotlin analysis in PR checks
    Henry Mercer authored and GitHub committed Jan 10, 2023

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    f12f76f View commit details
  7. Add a note regarding the sinon workaround

    Henry Mercer committed Jan 10, 2023
    Copy the full SHA
    28a9b2d View commit details
  8. Fix GHAE CodeQL setup test

    Henry Mercer committed Jan 10, 2023
    Copy the full SHA
    9f8ddbd View commit details
  9. Improve CodeQL setup test structure and naming

    Henry Mercer committed Jan 10, 2023
    Copy the full SHA
    9203e31 View commit details
  10. Copy the full SHA
    80b12d6 View commit details
  11. Temporarily disable Kotlin analysis in PR checks

    Kotlin analysis is incompatible with Kotlin 1.8.0, which is now rolling
    out to the Actions runner images.
    
    While we work on a more permanent fix to our PR checks, this will
    prevent us losing other
    test coverage.
    Henry Mercer committed Jan 10, 2023
    Copy the full SHA
    620a267 View commit details
  12. Merge branch 'main' into dbartol/bundle-20230105

    Dave Bartolomeo authored and GitHub committed Jan 10, 2023

    Unverified

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

Commits on Jan 9, 2023

  1. Merge pull request #1465 from github/robertbrignull/upload_database_s…

    …tream
    
    Use a stream when uploading database contents
    Robert authored and GitHub committed Jan 9, 2023

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    166d98c View commit details
  2. Close stream after use

    Robert committed Jan 9, 2023
    Copy the full SHA
    a9337bc View commit details

Commits on Jan 6, 2023

  1. Send the external repository token to the CLI

    This commit does a few related things:
    
    1. Bumps the minimum version for cli config parsing to 2.10.6
    2. Ensures that if cli config parsing is enabled, then remove repos
       are _not_ downloaded by the action. It happens in the CLI.
    3. Passes the `--external-repository-token-stdin` option to the CLI
       and passes the appropriate token via stdin if cli config parsing is
       enabled.
    Andrew Eisenberg committed Jan 6, 2023
    Copy the full SHA
    4023575 View commit details
  2. Merge pull request #1462 from github/henrymercer/refactor-codeql-setup

    Refactor CodeQL setup
    Henry Mercer authored and GitHub committed Jan 6, 2023

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    cf1437a View commit details
  3. Rebuild

    Dave Bartolomeo committed Jan 6, 2023
    Copy the full SHA
    f9c9a25 View commit details
  4. Merge branch 'main' into dbartol/bundle-20230105

    Dave Bartolomeo committed Jan 6, 2023
    Copy the full SHA
    b9c859b View commit details
  5. Add CLI version field and prior release fields to defaults file (#1…

    …463)
    
    * Add CLI version field to `defaults` file
    
    * Add fields for prior CLI version
    Angela P Wen authored and GitHub committed Jan 6, 2023

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    b4187d6 View commit details
  6. Add change note for bundle update

    Dave Bartolomeo committed Jan 6, 2023
    Copy the full SHA
    bfbb7ab View commit details
  7. Update to CoideQL bundle 20230105 (2.12.0)

    Dave Bartolomeo committed Jan 6, 2023
    Copy the full SHA
    4e5a06f View commit details
  8. Move database bundling to inside the try-catch

    Robert committed Jan 6, 2023
    Copy the full SHA
    e8f7169 View commit details
  9. Use a stream when uploading database contents

    Robert committed Jan 6, 2023
    Copy the full SHA
    6ce923c View commit details
  10. Improve logging around authorization headers

    Henry Mercer committed Jan 6, 2023
    Copy the full SHA
    b2b4782 View commit details

Commits on Jan 5, 2023

  1. Refactor CodeQL setup

    Henry Mercer committed Jan 5, 2023
    Copy the full SHA
    5eba74a View commit details