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: c36620d31ac7c881962c3d9dd939c40ec9434f2b
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: f779452ac5af1c261dce0346a8f964149f49322b
Choose a head ref
  • 19 commits
  • 50 files changed
  • 6 contributors

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    c0098c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    690a986 View commit details
    Browse the repository at this point in the history
  3. Mergeback v3.26.12 refs/heads/releases/v3 into main (#2530)

    * Update changelog for v3.26.12
    
    * Update changelog and version after v3.26.12
    
    * Update checked-in dependencies
    
    ---------
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Angela P Wen <angelapwen@github.com>
    angelapwen and github-actions[bot] authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    572cc52 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Bump the npm group across 1 directory with 4 updates

    Bumps the npm group with 4 updates in the / directory: [@octokit/types](https://github.com/octokit/types.ts), [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [@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 `@octokit/types` from 13.6.0 to 13.6.1
    - [Release notes](https://github.com/octokit/types.ts/releases)
    - [Commits](octokit/types.ts@v13.6.0...v13.6.1)
    
    Updates `@eslint/js` from 9.11.1 to 9.12.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.12.0/packages/js)
    
    Updates `@typescript-eslint/eslint-plugin` from 8.8.0 to 8.8.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.8.1/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 8.8.0 to 8.8.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.8.1/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@octokit/types"
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: npm
    - dependency-name: "@eslint/js"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    47dd08d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    422a279 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2534 from github/dependabot/npm_and_yarn/npm-8179…

    …11fdd4
    
    Bump the npm group across 1 directory with 4 updates
    henrymercer authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    f31ce56 View commit details
    Browse the repository at this point in the history
  4. PR Checks: update artifacts tests

    We are planning to make the default behavior of the `CODEQL_ACTION_ARTIFACT_V4_UPGRADE` feature flag to be true. This change updates our debug artifact PR checks so that the relevant environment variable is set to `true`, and changes the `debug-artifacts-upgrade` test to `debug-artifacts-legacy` test.
    angelapwen committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    dafc7dd View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2535 from github/angelapwen/update-artifacts-tests

    PR Checks: update artifacts tests
    angelapwen authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    9d1e406 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Python: absolute basics

    probably still need to route some values around
    yoff committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    502028f View commit details
    Browse the repository at this point in the history
  2. remove unused import

    yoff committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    65dd816 View commit details
    Browse the repository at this point in the history
  3. formatting

    yoff committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    ce5f900 View commit details
    Browse the repository at this point in the history
  4. rebuild the action

    yoff committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    201e02e View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Don't use Zstandard bundles on Windows

    In testing, gzip performs better than Zstandard on Windows.
    henrymercer committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    eefb943 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b6984e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2537 from github/henrymercer/no-zstd-windows

    Don't use Zstandard bundles on Windows
    henrymercer authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    38469af View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Merge pull request #2536 from yoff/python/ff-std-lib-extraction

    Python: Handle new default for standard library extraction
    yoff authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    0c3e006 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    007ba25 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Update CHANGELOG.md

    yoff authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    5329324 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2539 from github/update-v3.26.13-0c3e00641

    Merge main into releases/v3
    yoff authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    f779452 View commit details
    Browse the repository at this point in the history
Loading