Skip to content

Commits

Permalink
e0ef82e596
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 Sep 16, 2022

  1. Update checked-in dependencies

    github-actions[bot] committed Sep 16, 2022
    Copy the full SHA
    e0ef82e View commit details
  2. Update changelog and version after v2.1.24

    github-actions[bot] committed Sep 16, 2022
    Copy the full SHA
    9f79e5f View commit details
  3. Merge pull request #1250 from github/update-v2.1.24-34aa5a55

    Merge main into releases/v2
    Henry Mercer authored and GitHub committed Sep 16, 2022
    Copy the full SHA
    904260d View commit details
  4. Update changelog for v2.1.24

    github-actions[bot] committed Sep 16, 2022
    Copy the full SHA
    21c716d View commit details
  5. Merge pull request #1242 from github/henrymercer/go-more-backwards-co…

    …mpat
    
    Go extraction reconciliation: Ensure backwards compatibility for multi-language builds
    Henry Mercer authored and GitHub committed Sep 16, 2022
    Copy the full SHA
    34aa5a5 View commit details
  6. Merge pull request #1239 from github/dependabot/npm_and_yarn/uuid-9.0.0

    Bump uuid from 8.3.2 to 9.0.0
    Henry Mercer authored and GitHub committed Sep 16, 2022
    Copy the full SHA
    9207340 View commit details
  7. Merge pull request #1247 from github/mergeback/v2.1.23-to-main-6a38b7d4

    Mergeback v2.1.23 refs/heads/releases/v2 into main
    Henry Mercer authored and GitHub committed Sep 16, 2022
    Copy the full SHA
    fefa6f5 View commit details

Commits on Sep 15, 2022

  1. Update checked-in dependencies

    github-actions[bot] committed Sep 15, 2022
    Copy the full SHA
    e6ad3e0 View commit details
  2. Update changelog and version after v2.1.23

    github-actions[bot] committed Sep 15, 2022
    Copy the full SHA
    f84e389 View commit details
  3. Merge pull request #1246 from github/update-v2.1.23-fd4dc5bf

    Merge main into releases/v2
    Henry Mercer authored and GitHub committed Sep 15, 2022
    Copy the full SHA
    6a38b7d View commit details

Commits on Sep 14, 2022

  1. Update changelog for v2.1.23

    github-actions[bot] committed Sep 14, 2022
    Copy the full SHA
    99d0a6b View commit details

Commits on Sep 13, 2022

  1. Copy the full SHA
    f32e161 View commit details
  2. Improve variable name

    Henry Mercer committed Sep 13, 2022
    Copy the full SHA
    4cc9576 View commit details
  3. Merge pull request #1244 from github/criemen/remove-lua-tracer-ff

    Remove the lua tracer feature flag check from the codeql-action.
    Cornelius Riemenschneider authored and GitHub committed Sep 13, 2022
    Copy the full SHA
    fd4dc5b View commit details
  4. Fix runner integration test.

    This test is broken, as it first sets environment variables, and then
    immediately unsets it again.
    This only worked by chance with the legacy tracer, and breaks the Lua
    tracer.
    Cornelius Riemenschneider committed Sep 13, 2022
    Copy the full SHA
    c256033 View commit details
  5. Merge pull request #1240 from github/henrymercer/2.10.5-bump

    Bump CodeQL version to 2.10.5
    Henry Mercer authored and GitHub committed Sep 13, 2022
    Copy the full SHA
    0a38743 View commit details
  6. Remove the lua tracer feature flag check from the codeql-action.

    Always defer to the CLI on the Lua tracer state from now on.
    Cornelius Riemenschneider committed Sep 13, 2022
    Copy the full SHA
    3038e97 View commit details

Commits on Sep 12, 2022

  1. Copy the full SHA
    bde5694 View commit details
  2. Copy the full SHA
    40e0374 View commit details
  3. Copy the full SHA
    0d2fa3c View commit details

Commits on Sep 8, 2022

  1. Add changelog note

    Henry Mercer committed Sep 8, 2022
    Copy the full SHA
    ff575f2 View commit details
  2. Bump CodeQL version to 2.10.5

    Henry Mercer committed Sep 8, 2022
    Copy the full SHA
    4a8d26e View commit details
  3. Update checked-in dependencies

    github-actions[bot] committed Sep 8, 2022
    Copy the full SHA
    f87e7a6 View commit details
  4. Merge pull request #1221 from github/aeisenberg/ghes-pack-download

    Add support for downloading packs from GHES
    Andrew Eisenberg authored and GitHub committed Sep 8, 2022
    Copy the full SHA
    9ba4d50 View commit details
  5. Bump uuid from 8.3.2 to 9.0.0

    Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.2 to 9.0.0.
    - [Release notes](https://github.com/uuidjs/uuid/releases)
    - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/uuidjs/uuid/compare/v8.3.2...v9.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: uuid
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and GitHub committed Sep 8, 2022
    Copy the full SHA
    ace5545 View commit details
  6. Append / to end of registries url

    Avoids a bug in 2.10.4. Also, add some better handling for invalid
    registries blocks.
    Andrew Eisenberg committed Sep 8, 2022
    Copy the full SHA
    6085805 View commit details
  7. Merge pull request #1238 from github/daverlo/workflow-event-name

    Add workflowEventName util function
    David Verdeguer authored and GitHub committed Sep 8, 2022
    Copy the full SHA
    21ae865 View commit details

Commits on Sep 7, 2022

  1. Fix unit tests

    Andrew Eisenberg committed Sep 7, 2022
    Copy the full SHA
    5974446 View commit details
  2. Only run the init-with-registries check on nightly

    Andrew Eisenberg committed Sep 7, 2022
    Copy the full SHA
    aa434aa View commit details
  3. Update changelog and input descriptions

    Andrew Eisenberg committed Sep 7, 2022
    Copy the full SHA
    5dcb9de View commit details
  4. Gate the new registries input behind version constraints

    Andrew Eisenberg committed Sep 7, 2022
    Copy the full SHA
    4fa3e8b View commit details
  5. Fix linting

    David Verdeguer committed Sep 7, 2022
    Copy the full SHA
    063e083 View commit details
  6. Build js

    David Verdeguer committed Sep 7, 2022
    Copy the full SHA
    a03f3bd View commit details
  7. Add test for workflowEventName

    David Verdeguer committed Sep 7, 2022
    Copy the full SHA
    335aa5e View commit details

Commits on Sep 6, 2022

  1. Add workflowEventName

    David Verdeguer committed Sep 6, 2022
    Copy the full SHA
    add1437 View commit details
Older