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

Merged
merged 30 commits into from Feb 29, 2024
Merged

Merge main into releases/v3 #2176

merged 30 commits into from Feb 29, 2024

Commits on Feb 22, 2024

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

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    a39d1d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d6d2bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6dab9f2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2163 from github/mergeback/v3.24.5-to-main-47b3d888

    Mergeback v3.24.5 refs/heads/releases/v3 into main
    smowton committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    905ae4a View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Bump the npm group with 5 updates

    Bumps the npm group with 5 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [@octokit/types](https://github.com/octokit/types.ts) | `12.5.0` | `12.6.0` |
    | [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver) | `7.5.7` | `7.5.8` |
    | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.0.2` | `7.1.0` |
    | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.0.2` | `7.1.0` |
    | [eslint](https://github.com/eslint/eslint) | `8.56.0` | `8.57.0` |
    
    
    Updates `@octokit/types` from 12.5.0 to 12.6.0
    - [Release notes](https://github.com/octokit/types.ts/releases)
    - [Commits](octokit/types.ts@v12.5.0...v12.6.0)
    
    Updates `@types/semver` from 7.5.7 to 7.5.8
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/semver)
    
    Updates `@typescript-eslint/eslint-plugin` from 7.0.2 to 7.1.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/v7.1.0/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 7.0.2 to 7.1.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/v7.1.0/packages/parser)
    
    Updates `eslint` from 8.56.0 to 8.57.0
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.56.0...v8.57.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@octokit/types"
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: npm
    - 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
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    36f1104 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66c3cec View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2169 from github/dependabot/npm_and_yarn/npm-4148…

    …c0b80b
    
    Bump the npm group with 5 updates
    henrymercer committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    25d334f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28b564f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e4a5362 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6046573 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Merge pull request #2161 from github/henrymercer/path-filter-warning-cli

    Only warn about path filters in the Action if the CLI doesn't already warn
    henrymercer committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    17c5ab2 View commit details
    Browse the repository at this point in the history
  2. Use comma-separated list

    henrymercer committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    2c235f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    166b8a7 View commit details
    Browse the repository at this point in the history
  4. Add workflow dispatch trigger to rebuild Action

    We can't use the "Rebuild" label on a PR with conflicts because the
    `pull_request` event runs on a synthetic merge commit.
    henrymercer committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    d8595f5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2170 from github/henrymercer/status-report-new-fi…

    …elds
    
    Add build mode, Actions event name, and languages to the status report
    henrymercer committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    cc3808e View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Rename considerInvalidRequestConfigError to isThirdPartyUpload

    This describes what we are trying to do more accurately.
    angelapwen committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    1a6bac4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52f2347 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62712e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db96208 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2171 from angelapwen/classify-syntax-errors

    Classify third-party upload `SyntaxError`s as configuration errors
    angelapwen committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    9330c68 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2172 from github/henrymercer/fix-readme-typos

    README: Fix a couple of typos
    henrymercer committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    7bde906 View commit details
    Browse the repository at this point in the history
  7. Rename InvalidRequestError to InvalidSarifUploadError

    Nitty: make it a little clearer when this shows up in the logs what type of request we mean
    henrymercer committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    bd56a05 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    888ab31 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    e12a8cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c091725 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2173 from github/henrymercer/mark-third-party-lim…

    …its-errors-as-configuration-errors
    
    Mark limits errors from third-party SARIF uploads as configuration errors
    henrymercer committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    ccd3f02 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2307ff5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2175 from github/henrymercer/fix-languages-init-s…

    …uccess
    
    Add `languages` and `build_mode` to `init` `success` status report
    angelapwen committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    158d078 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d59eafb View commit details
    Browse the repository at this point in the history