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 #2113

Merged
merged 27 commits into from
Feb 2, 2024
Merged

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    9a9b0e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2c5130 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c9716f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2101 from github/mergeback/v3.23.2-to-main-b7bf0a3e

    Mergeback v3.23.2 refs/heads/releases/v3 into main
    henrymercer committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    738d232 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2100 from github/henrymercer/readme-note-on-suppo…

    …rted-versions
    
    Add a README section about supported versions
    henrymercer committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    25f779c View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

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

Commits on Jan 30, 2024

  1. Merge pull request #2104 from jsoref/clarify-ignored-inputs

    Clarify that ref inputs are ignored for forks
    henrymercer committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    202c383 View commit details
    Browse the repository at this point in the history
  2. Bump the npm group with 4 updates (#2103)

    * Bump the npm group with 4 updates
    
    Bumps the npm group with 4 updates: [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [nock](https://github.com/nock/nock).
    
    
    Updates `@types/uuid` from 9.0.7 to 9.0.8
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid)
    
    Updates `@typescript-eslint/eslint-plugin` from 6.19.1 to 6.20.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.20.0/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 6.19.1 to 6.20.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.20.0/packages/parser)
    
    Updates `nock` from 13.5.0 to 13.5.1
    - [Release notes](https://github.com/nock/nock/releases)
    - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
    - [Commits](nock/nock@v13.5.0...v13.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/uuid"
      dependency-type: direct:production
      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
    - dependency-name: nock
      dependency-type: direct:development
      update-type: version-update:semver-patch
      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 Jan 30, 2024
    Configuration menu
    Copy the full SHA
    eab49d7 View commit details
    Browse the repository at this point in the history
  3. Python: No dep installation by default for everyone

    As announced in https://github.blog/changelog/2024-01-23-codeql-2-16-python-dependency-installation-disabled-new-queries-and-bug-fixes/ we have turned on this feature flag for github.com already.
    
    This change ensures that users on GHES also has this feature enabled by
    default.
    RasmusWL committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    e33271d View commit details
    Browse the repository at this point in the history
  4. Bump minor version

    RasmusWL committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    68d3483 View commit details
    Browse the repository at this point in the history
  5. Update changelog

    RasmusWL committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    8c22ec9 View commit details
    Browse the repository at this point in the history
  6. Refactoring: Create interface for config initialization

    This eliminates argument order mistakes, and also lets us add new inputs
    without having to update every test.
    henrymercer committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    ec42edc View commit details
    Browse the repository at this point in the history
  7. Refactoring: Introduce common method to stub a config

    This means that we don't need to update irrelevant test cases when we
    add a new configuration property.
    henrymercer committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    d2e867f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    401f9d6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0166a8a View commit details
    Browse the repository at this point in the history
  10. Introduce codeql.supportsFeature

    This is a slightly simpler API
    henrymercer committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    55c1fd5 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    d982a14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    463930c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2107 from github/henrymercer/refactor-config

    Refactoring: Simplify adding new configuration properties
    henrymercer committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    e345133 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    254b53d View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Update wording for CHANGELOG.md

    Co-authored-by: Henry Mercer <henrymercer@github.com>
    RasmusWL and henrymercer committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    f7d5324 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b58c2f6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2106 from github/rasmuswl/default-no-dep-inst

    Python: disable dependency installation on GHES
    RasmusWL committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    483bef1 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Merge pull request #2108 from github/henrymercer/build-mode-input

    Add experimental `build-mode` input
    henrymercer committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    81eb6b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9dea84 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2112 from github/henrymercer/status-report-handle…

    …-disk-failures
    
    Telemetry: Handle failures determining disk usage
    henrymercer committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    2db0327 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78d6c8e View commit details
    Browse the repository at this point in the history