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 releases/v3 into releases/v2 #2159

Merged
merged 27 commits into from
Feb 22, 2024
Merged

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    b7c408a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29e98fd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2149 from github/mergeback/v3.24.3-to-main-37961461

    Mergeback v3.24.3 refs/heads/releases/v3 into main
    angelapwen authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    65b0987 View commit details
    Browse the repository at this point in the history
  4. Account for existing but empty cpus file

    If a CPU file exists but is empty, previously we reported this file with a CPU count of 1, which resulted in a single-threaded run.
    angelapwen committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    ef0a773 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ddf87a View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Merge pull request #2152 from github/angelapwen/update-release-docs

    Update release documentation with `v3` instructions
    angelapwen authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    0ce9708 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cb81db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c709994 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Bump the npm group with 4 updates

    Bumps the npm group with 4 updates: [@octokit/types](https://github.com/octokit/types.ts), [@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 `@octokit/types` from 12.4.0 to 12.5.0
    - [Release notes](https://github.com/octokit/types.ts/releases)
    - [Commits](octokit/types.ts@v12.4.0...v12.5.0)
    
    Updates `@typescript-eslint/eslint-plugin` from 6.21.0 to 7.0.2
    - [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.0.2/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 6.21.0 to 7.0.2
    - [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.0.2/packages/parser)
    
    Updates `nock` from 13.5.1 to 13.5.3
    - [Release notes](https://github.com/nock/nock/releases)
    - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
    - [Commits](nock/nock@v13.5.1...v13.5.3)
    
    ---
    updated-dependencies:
    - dependency-name: "@octokit/types"
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: npm
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: npm
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: npm
    - dependency-name: nock
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    b9d85b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a610e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Merge pull request #2154 from github/dependabot/npm_and_yarn/npm-8576…

    …a79f2b
    
    Bump the npm group with 4 updates
    angelapwen authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    1737b12 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2151 from angelapwen/fix-cpu-group-bug

    Account for existing but empty `cpus` file
    angelapwen authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    592977e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7dc229 View commit details
    Browse the repository at this point in the history
  4. Capitalize Code Scanning

    Co-authored-by: Henry Mercer <[email protected]>
    aeisenberg and henrymercer authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    36c51ac View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Merge pull request #2153 from github/aeisenberg/add-permissions-doc

    Add permissions info to README
    aeisenberg authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    bf8c75e View commit details
    Browse the repository at this point in the history
  2. ensure only the upload-sarif action can submit a status report with f…

    …irst_party_analysis=false
    nickfyson committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    f32f0bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cca1dde View commit details
    Browse the repository at this point in the history
  4. respond to review comments

    nickfyson committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    ebda17e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2111 from github/nickfyson/first-or-third-party

    add first_party_analysis boolean to all status reports
    nickfyson authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    982d934 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b1ae29 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Merge pull request #2157 from github/update-v3.24.4-982d9346a

    Merge main into releases/v3
    nickfyson authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    e2e140a View commit details
    Browse the repository at this point in the history
  2. Revert "Update version and changelog for v2.24.3"

    This reverts commit 47c8d61.
    github-actions[bot] committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    755340a View commit details
    Browse the repository at this point in the history
  3. Revert "Update checked-in dependencies"

    This reverts commit 460939e.
    github-actions[bot] committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    bd94b4c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8601b9e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b0f3e6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b882b63 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0ddabac View commit details
    Browse the repository at this point in the history