Skip to content

Commits

Commits on Jan 18, 2023

  1. Copy the full SHA
    ed9506b View commit details
  2. Upgrade TypeScript to 9.2.0

    Henry Mercer committed Jan 18, 2023
    Copy the full SHA
    5f644f9 View commit details
  3. Update checked-in dependencies

    github-actions[bot] committed Jan 18, 2023
    Copy the full SHA
    6d37d75 View commit details

Commits on Jan 12, 2023

  1. Update checked-in dependencies

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

Commits on Dec 14, 2022

  1. Update checked-in dependencies

    github-actions[bot] committed Dec 14, 2022
    Copy the full SHA
    04f1897 View commit details

Commits on Dec 12, 2022

  1. remove use of query-string package

    nickfyson committed Dec 12, 2022
    Copy the full SHA
    d827cf3 View commit details

Commits on Dec 8, 2022

  1. Update checked-in dependencies

    github-actions[bot] committed Dec 8, 2022
    Copy the full SHA
    e58b8d6 View commit details

Commits on Dec 1, 2022

  1. Update checked-in dependencies

    github-actions[bot] committed Dec 1, 2022
    Copy the full SHA
    21044b0 View commit details

Commits on Nov 25, 2022

  1. Update checked-in dependencies

    github-actions[bot] committed Nov 25, 2022
    Copy the full SHA
    c6e756b View commit details

Commits on Nov 16, 2022

  1. Update checked-in dependencies

    github-actions[bot] committed Nov 16, 2022
    Copy the full SHA
    377b692 View commit details

Commits on Nov 15, 2022

  1. Merge branch 'henrymercer/delete-runner-part-2' into henrymercer/requ…

    …ire-cli-2.6.3
    Henry Mercer committed Nov 15, 2022
    Copy the full SHA
    d48707c View commit details

Commits on Nov 14, 2022

  1. Merge branch 'main' into henrymercer/require-cli-2.6.3

    Henry Mercer committed Nov 14, 2022
    Copy the full SHA
    1e2f8f0 View commit details
  2. Update lockfiles to v3

    Henry Mercer committed Nov 14, 2022
    Copy the full SHA
    375506c View commit details
  3. Update checked-in dependencies

    github-actions[bot] committed Nov 14, 2022
    Copy the full SHA
    f3e11b9 View commit details

Commits on Nov 11, 2022

  1. Remove lines of code counting in the Action

    We now only need to support doing this in the CLI.
    Henry Mercer committed Nov 11, 2022
    Copy the full SHA
    84e5134 View commit details

Commits on Nov 4, 2022

  1. Update checked-in dependencies

    github-actions[bot] committed Nov 4, 2022
    Copy the full SHA
    31a2afe View commit details

Commits on Nov 2, 2022

  1. Update checked-in dependencies

    github-actions[bot] committed Nov 2, 2022
    Copy the full SHA
    81a1ec0 View commit details

Commits on Oct 26, 2022

  1. Update checked-in dependencies

    github-actions[bot] committed Oct 26, 2022
    Copy the full SHA
    e76b89f View commit details

Commits on Oct 18, 2022

  1. Update checked-in dependencies

    github-actions[bot] committed Oct 18, 2022
    Copy the full SHA
    f0b3ef9 View commit details

Commits on Oct 13, 2022

  1. Removes deprecated set-output usage

    For more information see
    https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
    
    This change bumps a bunch of the internal actions packages. Note that
    the only required version change is `actions/core` to 1.10.0. The others
    are not required, but seem like a reasonable idea.
    
    It also changes all of the workflows that use `set-output`.
    Andrew Eisenberg committed Oct 13, 2022
    Copy the full SHA
    eba983f View commit details
  2. Update checked-in dependencies

    github-actions[bot] committed Oct 13, 2022
    Copy the full SHA
    17ae47e View commit details

Commits on Oct 11, 2022

  1. Further update to reflect a conversation with @henrymercer

    Edoardo Pirovano committed Oct 11, 2022

    Unverified

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

Commits on Oct 7, 2022

  1. Mergeback v2.1.27 refs/heads/releases/v2 into main (#1289)

    * Merge main into releases/v2 (#1287)
    
    * Update changelog and version after v2.1.26
    
    * Update checked-in dependencies
    
    * Don't check for Go logs on failure (#1279)
    
    * Update supported GitHub Enterprise Server versions. (#1275)
    
    Co-authored-by: GitHub <noreply@github.com>
    
    * TRAP Caching: Add timeouts to upload/download operations
    
    * Add logging statements declaring state of the cli_config_file_enabled
    
    It's possible to determine this otherwise, but this makes it easier to
    spot.
    
    * Avoid using single value as array
    
    The user config parser in the CLI doesn't yet support it.
    
    * Extract logging statements to separate function
    
    * Correctly report CodeQL version when using cache (#1259)
    
    * Correctly report CodeQL version when using cache
    
    * Add JS generated files
    
    * Add test for return value of `setupCodeQL`
    
    * Fill in missing return value comment
    
    * Convert "Invalid source root" errors to UserErrors
    
    * Add changelog note for Go extraction reconciliation (#1286)
    
    * Add changelog note for Go extraction reconciliation
    
    * Update CHANGELOG.md
    
    Co-authored-by: Henry Mercer <henrymercer@github.com>
    
    * Update CHANGELOG.md
    
    Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
    
    * Tweaks from PR review
    
    Co-authored-by: Henry Mercer <henrymercer@github.com>
    Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
    
    * Update changelog for v2.1.27
    
    Co-authored-by: github-actions[bot] <github-actions@github.com>
    Co-authored-by: Chuan-kai Lin <cklin@github.com>
    Co-authored-by: Angela P Wen <angelapwen@github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: GitHub <noreply@github.com>
    Co-authored-by: Edoardo Pirovano <edoardo.pirovano@gmail.com>
    Co-authored-by: Edoardo Pirovano <6748066+edoardopirovano@users.noreply.github.com>
    Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
    Co-authored-by: Henry Mercer <henrymercer@github.com>
    
    * Update changelog and version after v2.1.27
    
    * Update checked-in dependencies
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions@github.com>
    Co-authored-by: Chuan-kai Lin <cklin@github.com>
    Co-authored-by: Angela P Wen <angelapwen@github.com>
    Co-authored-by: GitHub <noreply@github.com>
    Co-authored-by: Edoardo Pirovano <edoardo.pirovano@gmail.com>
    Co-authored-by: Edoardo Pirovano <6748066+edoardopirovano@users.noreply.github.com>
    Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
    Co-authored-by: Henry Mercer <henrymercer@github.com>
    9 people committed Oct 7, 2022

    Unverified

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

Commits on Sep 29, 2022

  1. Update checked-in dependencies

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

Commits on Sep 21, 2022

  1. Update checked-in dependencies

    github-actions[bot] committed Sep 21, 2022
    Copy the full SHA
    6188cbd View commit details

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. 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

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    9207340 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

Commits on Sep 8, 2022

  1. Update checked-in dependencies

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

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

Commits on Sep 1, 2022

  1. Update checked-in dependencies

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

Commits on Aug 25, 2022

  1. Update checked-in dependencies

    github-actions[bot] committed Aug 25, 2022
    Copy the full SHA
    abafa5b View commit details
  2. Update checked-in dependencies

    github-actions[bot] committed Aug 25, 2022
    Copy the full SHA
    54d5799 View commit details

Commits on Aug 22, 2022

  1. Merge pull request #1200 from github/mergeback/v2.1.20-to-main-7fee4ca0

    Mergeback v2.1.20 refs/heads/releases/v2 into main
    Henry Mercer authored and GitHub committed Aug 22, 2022

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    c2c0a29 View commit details
  2. Remove @types/long

    This is no longer needed since `long` now includes its own types.
    Henry Mercer committed Aug 22, 2022
    Copy the full SHA
    bae5150 View commit details
Older