Skip to content

Commits

Permalink
bea5e4b220
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 2, 2022

  1. Update ava to 4.3.3

    The [release notes](https://github.com/avajs/ava/releases/tag/v4.3.3)
    mention compatibility with Node 18.8.
    Henry Mercer committed Sep 2, 2022
    Copy the full SHA
    bea5e4b View commit details
  2. Merge pull request #1219 from github/angelapwen/autobuild-in-analyze

    Autobuild Go in `analyze` if not already built
    Henry Mercer authored and GitHub committed Sep 2, 2022
    Copy the full SHA
    21530f5 View commit details

Commits on Sep 1, 2022

  1. Merge pull request #1229 from github/henrymercer/reenable-lua-tracing…

    …-go-windows
    
    Run Lua tracing for Go on Windows in CLI 2.10.4+
    Henry Mercer authored and GitHub committed Sep 1, 2022
    Copy the full SHA
    70426bb View commit details
  2. Run Lua tracing for Go on Windows in CLI 2.10.4+

    A bug preventing us from using Lua tracing for Go on Windows is fixed
    in CLI 2.10.4+, so we
    can now resume using Lua tracing for Go on Windows when using these
    CLI versions.
    Henry Mercer committed Sep 1, 2022
    Copy the full SHA
    ab396da View commit details
  3. Merge pull request #1227 from github/mergeback/v2.1.22-to-main-b398f525

    Mergeback v2.1.22 refs/heads/releases/v2 into main
    Edoardo Pirovano authored and GitHub committed Sep 1, 2022
    Copy the full SHA
    d05538f View commit details
  4. Improve clarity of logging

    Henry Mercer committed Sep 1, 2022
    Copy the full SHA
    fe1bd9a View commit details
  5. Update checked-in dependencies

    github-actions[bot] committed Sep 1, 2022
    Copy the full SHA
    62fab91 View commit details
  6. Update changelog and version after v2.1.22

    github-actions[bot] committed Sep 1, 2022
    Copy the full SHA
    a3607ca View commit details
  7. Merge pull request #1225 from github/update-v2.1.22-a5966ad4

    Merge main into releases/v2
    Edoardo Pirovano authored and GitHub committed Sep 1, 2022
    Copy the full SHA
    b398f52 View commit details
  8. Update changelog for v2.1.22

    github-actions[bot] committed Sep 1, 2022
    Copy the full SHA
    b0f41e0 View commit details

Commits on Aug 31, 2022

  1. Merge pull request #1224 from github/edoardo/2.10.4-bump

    Bump CodeQL version to 2.10.4
    Edoardo Pirovano authored and GitHub committed Aug 31, 2022
    Copy the full SHA
    a5966ad View commit details
  2. Pin poetry to 1.1

    Edoardo Pirovano committed Aug 31, 2022
    Copy the full SHA
    8c692b3 View commit details
  3. Check TRAP directory exists first

    Henry Mercer committed Aug 31, 2022
    Copy the full SHA
    8e0846c View commit details
  4. Fix language inclusion test

    `in` checks the indices of an array, not the values.
    Henry Mercer committed Aug 31, 2022
    Copy the full SHA
    9552903 View commit details
  5. Copy the full SHA
    14d7039 View commit details
  6. Fix TRAP directory location

    Henry Mercer committed Aug 31, 2022
    Copy the full SHA
    b42a495 View commit details
  7. Add PR check for reconciled tracing with legacy workflow

    Henry Mercer committed Aug 31, 2022
    Copy the full SHA
    5b4b44c View commit details
  8. Simplify doesGoExtractionOutputExist implementation

    Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
    Henry Mercer and Andrew Eisenberg committed Aug 31, 2022
    Copy the full SHA
    e466e75 View commit details
  9. Add environment variable for enabling Go extraction reconcilation

    This will enable us to test this behavior in PR checks.
    Also simplify and add some more detailed documentation.
    Henry Mercer committed Aug 31, 2022
    Copy the full SHA
    fff56ee View commit details
  10. Copy the full SHA
    8dc4685 View commit details
  11. Autobuild Go in analyze step

    Angela P Wen authored and Henry Mercer committed Aug 31, 2022
    Copy the full SHA
    215c3cb View commit details
  12. Bump CodeQL version to 2.10.4

    Edoardo Pirovano committed Aug 31, 2022
    Copy the full SHA
    693b97b View commit details

Commits on Aug 30, 2022

  1. Merge pull request #1218 from github/aeisenberg/move-pack-download-to…

    …-init
    
    Move calls to pack download to the init action
    Andrew Eisenberg authored and GitHub committed Aug 30, 2022
    Copy the full SHA
    d92a91c View commit details
  2. Fix call to endGroup

    Also, rename variable and change a comment.
    Andrew Eisenberg committed Aug 30, 2022
    Copy the full SHA
    7294b40 View commit details

Commits on Aug 26, 2022

  1. Add Changelog entry

    Andrew Eisenberg committed Aug 26, 2022
    Copy the full SHA
    354bc9f View commit details
  2. Moves calls to pack download to the init action

    This ensures all steps to gather queries happens in the init action.
    This is where checking out queries in other repos happens as well.
    Andrew Eisenberg committed Aug 26, 2022
    Copy the full SHA
    0a2b0d2 View commit details

Commits on Aug 25, 2022

  1. Merge pull request #1215 from github/dependabot/npm_and_yarn/octokit/…

    …types-7.1.1
    
    Bump @octokit/types from 6.21.1 to 7.1.1
    Henry Mercer authored and GitHub committed Aug 25, 2022
    Copy the full SHA
    a59fbe2 View commit details
  2. Update checked-in dependencies

    github-actions[bot] committed Aug 25, 2022
    Copy the full SHA
    abafa5b View commit details
  3. Bump @octokit/types from 6.21.1 to 7.1.1

    Bumps [@octokit/types](https://github.com/octokit/types.ts) from 6.21.1 to 7.1.1.
    - [Release notes](https://github.com/octokit/types.ts/releases)
    - [Commits](https://github.com/octokit/types.ts/compare/v6.21.1...v7.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@octokit/types"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and GitHub committed Aug 25, 2022
    Copy the full SHA
    34de8fd View commit details
  4. Merge pull request #1213 from github/mergeback/v2.1.21-to-main-c7f292ea

    Mergeback v2.1.21 refs/heads/releases/v2 into main
    Edoardo Pirovano authored and GitHub committed Aug 25, 2022
    Copy the full SHA
    9128f1c View commit details
  5. Update checked-in dependencies

    github-actions[bot] committed Aug 25, 2022
    Copy the full SHA
    54d5799 View commit details
  6. Update changelog and version after v2.1.21

    github-actions[bot] committed Aug 25, 2022
    Copy the full SHA
    0ee5049 View commit details
  7. Merge pull request #1212 from github/update-v2.1.21-21bf3087

    Merge main into releases/v2
    Edoardo Pirovano authored and GitHub committed Aug 25, 2022
    Copy the full SHA
    c7f292e View commit details
  8. Update changelog for v2.1.21

    github-actions[bot] committed Aug 25, 2022
    Copy the full SHA
    00ef1ee View commit details
  9. Merge pull request #1211 from github/get-default-branch-correctly-sch…

    …edule
    
    When running on a schedule, make a better guess about whether we're analyzing the default branch.
    Chris Gavin authored and GitHub committed Aug 25, 2022
    Copy the full SHA
    21bf308 View commit details
Older