Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: github/codeql-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: codeql-bundle-v2.21.4
Choose a base ref
...
head repository: github/codeql-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 17 commits
  • 1,584 files changed
  • 6 contributors

Commits on May 28, 2025

  1. Configuration menu
    Copy the full SHA
    31eae5e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2911 from github/update-supported-enterprise-serv…

    …er-versions
    
    Update supported GitHub Enterprise Server versions
    henrymercer authored May 28, 2025
    Configuration menu
    Copy the full SHA
    7fd6215 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2025

  1. Stop running CI on windows-2019

    There are scheduled brownouts for this runner image.  Replace it with `windows-2025`, and start running on `macos-15` too.
    henrymercer committed May 30, 2025
    Configuration menu
    Copy the full SHA
    3201e46 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

  1. Merge pull request #2913 from github/henrymercer/win-2019-deprecated

    Stop running CI on `windows-2019`
    redsun82 authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    dc138d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d621686 View commit details
    Browse the repository at this point in the history
  3. Add changelog note

    github-actions[bot] authored and aibaars committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    c0a821d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2910 from github/update-bundle/codeql-bundle-v2.21.4

    Update default bundle to 2.21.4
    aibaars authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    4a00331 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump the npm group with 5 updates

    Bumps the npm group with 5 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [octokit](https://github.com/octokit/octokit.js) | `5.0.2` | `5.0.3` |
    | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.27.0` | `9.28.0` |
    | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.32.1` | `8.33.1` |
    | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.32.1` | `8.33.1` |
    | [nock](https://github.com/nock/nock) | `14.0.4` | `14.0.5` |
    
    
    Updates `octokit` from 5.0.2 to 5.0.3
    - [Release notes](https://github.com/octokit/octokit.js/releases)
    - [Commits](octokit/octokit.js@v5.0.2...v5.0.3)
    
    Updates `@eslint/js` from 9.27.0 to 9.28.0
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/eslint/eslint/commits/v9.28.0/packages/js)
    
    Updates `@typescript-eslint/eslint-plugin` from 8.32.1 to 8.33.1
    - [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/v8.33.1/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 8.32.1 to 8.33.1
    - [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/v8.33.1/packages/parser)
    
    Updates `nock` from 14.0.4 to 14.0.5
    - [Release notes](https://github.com/nock/nock/releases)
    - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
    - [Commits](nock/nock@v14.0.4...v14.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: octokit
      dependency-version: 5.0.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: npm
    - dependency-name: "@eslint/js"
      dependency-version: 9.28.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-version: 8.33.1
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm
    - dependency-name: "@typescript-eslint/parser"
      dependency-version: 8.33.1
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm
    - dependency-name: nock
      dependency-version: 14.0.5
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    55ff016 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    313daef View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2025

  1. Configuration menu
    Copy the full SHA
    1dcd2be View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2918 from github/update-v3.28.19-4a00331d4

    Merge main into releases/v3
    aibaars authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    fca7ace View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a28627a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be60d9f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2919 from github/mergeback/v3.28.19-to-main-fca7ace9

    Mergeback v3.28.19 refs/heads/releases/v3 into main
    aibaars authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    075e08a View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2025

  1. Configuration menu
    Copy the full SHA
    1eab408 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2922 from github/mbg/fix/sanitizeArtifactName

    Fix backslashes being accepted by `sanitizeArtifactName`
    mbg authored Jun 4, 2025
    Configuration menu
    Copy the full SHA
    72be4b6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2916 from github/dependabot/npm_and_yarn/npm-5cdc…

    …cdc43f
    
    build(deps): bump the npm group with 5 updates
    mbg authored Jun 4, 2025
    Configuration menu
    Copy the full SHA
    b1e4dc3 View commit details
    Browse the repository at this point in the history
Loading