Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge main into releases/v3 #2131

Merged
merged 25 commits into from
Feb 13, 2024
Merged

Merge main into releases/v3 #2131

merged 25 commits into from
Feb 13, 2024

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    921adb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da89f3f View commit details
    Browse the repository at this point in the history
  3. Only run custom checkout_path tests against a single CodeQL version

    These tests do not depend on the CodeQL version.
    henrymercer committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    1d4866b View commit details
    Browse the repository at this point in the history
  4. Disable debug mode in checkout path tests

    This avoids uploading debug artifacts, which takes a while.
    henrymercer committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    e1fa6dd View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2114 from github/mergeback/v3.24.0-to-main-e8893c57

    Mergeback v3.24.0 refs/heads/releases/v3 into main
    henrymercer committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    15b447d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2116 from github/henrymercer/reduce-checkout-path…

    …-jobs
    
     Only run custom checkout path tests against a single CodeQL version
    henrymercer committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    39cc02b View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Bump the npm group with 2 updates (#2118)

    * Bump the npm group with 2 updates
    
    Bumps the npm group with 2 updates: [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache) and [semver](https://github.com/npm/node-semver).
    
    
    Updates `@actions/cache` from 3.2.3 to 3.2.4
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/cache)
    
    Updates `semver` from 7.5.4 to 7.6.0
    - [Release notes](https://github.com/npm/node-semver/releases)
    - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
    - [Commits](npm/node-semver@v7.5.4...v7.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@actions/cache"
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: npm
    - dependency-name: semver
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: npm
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Update checked-in dependencies
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    dependabot[bot] and github-actions[bot] committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    cf7e9f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    db6e5ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fe34bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fb654e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ab8e2a View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    9e39a05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    932a7d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3ced61 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2120 from github/henrymercer/no-autobuild-action-…

    …necessary-with-build-mode
    
    Allow omitting the autobuild Action when build mode specified
    henrymercer committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    fc9f9e5 View commit details
    Browse the repository at this point in the history
  5. Refactor configuration errors (#2105)

    Refactor the existing classes of configuration errors into their own file; consolidate the place we check for configuration errors into `codeql.ts`, where the actual command invocations happen.
    
    Also, rename the `UserError` type to `ConfigurationError` to standardize on a single term.
    angelapwen committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    1515e2b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8fae32e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9a734da View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    3ab1d29 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    b0346e4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2124 from github/update-bundle/codeql-bundle-v2.16.2

    Update default bundle to 2.16.2
    dbartol committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    43a8916 View commit details
    Browse the repository at this point in the history
  3. Treat status reports as non-critical

    Change `sendStatusReport` to `void`
    jsoref committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    5a6da1d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2121 from jsoref/status-reports-are-not-critical

    Treat status reports as non-critical
    aeisenberg committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    4075abf View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Bump the npm group with 3 updates (#2128)

    * Bump the npm group with 3 updates
    
    Bumps the npm group with 3 updates: [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).
    
    
    Updates `@types/semver` from 7.5.6 to 7.5.7
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/semver)
    
    Updates `@typescript-eslint/eslint-plugin` from 6.20.0 to 6.21.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.21.0/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 6.20.0 to 6.21.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.21.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/semver"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Update checked-in dependencies
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    dependabot[bot] and github-actions[bot] committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    c79c360 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41154da View commit details
    Browse the repository at this point in the history