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: afb54ba
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: 4dd1613
Choose a head ref

Commits on Jul 26, 2024

  1. Copy the full SHA
    8f2e2d6 View commit details
  2. Copy the full SHA
    95d81a0 View commit details
  3. Merge pull request #2392 from github/mergeback/v3.25.15-to-main-afb54ba3

    Mergeback v3.25.15 refs/heads/releases/v3 into main
    cklin authored Jul 26, 2024
    Copy the full SHA
    aa96d09 View commit details
  4. Add packs to init complete status report

    To support both the single language and multi language case we turn
    the single language case into a multi language case using the
    configured language.
    The entire packs record is then stored as a stringified JSON object.
    rvermeulen committed Jul 26, 2024
    Copy the full SHA
    a6c4760 View commit details
  5. Copy the full SHA
    25d2596 View commit details
  6. Add registries to the init status complete report

    Registries might require authentication, before we add it to the
    report we remove any credentials.
    rvermeulen committed Jul 26, 2024
    Copy the full SHA
    9f7e0af View commit details
  7. Reword comment

    rvermeulen committed Jul 26, 2024
    Copy the full SHA
    060c11b View commit details

Commits on Jul 29, 2024

  1. Bump the npm group with 2 updates

    Bumps the npm group with 2 updates: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) and [typescript](https://github.com/Microsoft/TypeScript).
    
    
    Updates `@eslint/js` from 9.7.0 to 9.8.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.8.0/packages/js)
    
    Updates `typescript` from 5.5.3 to 5.5.4
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
    - [Commits](microsoft/TypeScript@v5.5.3...v5.5.4)
    
    ---
    updated-dependencies:
    - dependency-name: "@eslint/js"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 29, 2024
    Copy the full SHA
    ee304a3 View commit details
  2. Copy the full SHA
    ca2d8a2 View commit details

Commits on Jul 30, 2024

  1. Merge pull request #2396 from github/dependabot/npm_and_yarn/npm-358f…

    …3e7d5e
    
    Bump the npm group with 2 updates
    henrymercer authored Jul 30, 2024
    Copy the full SHA
    16639b4 View commit details
  2. Check compiled code on each push

    A common mistake is forgetting to compile the code.
    Ideally, this wouldn't be necessary, but in the meantime, this change gives a visible indication on the commit when the code hasn't been recompiled.
    henrymercer committed Jul 30, 2024
    Copy the full SHA
    38a0291 View commit details
  3. Copy the full SHA
    dc92ab6 View commit details

Commits on Jul 31, 2024

  1. Merge pull request #2398 from github/henrymercer/compile-check-on-push

    Check compiled code on each push
    henrymercer authored Jul 31, 2024
    Copy the full SHA
    159c618 View commit details
  2. Remove redundant PR check

    This is no longer necessary now that this feature is enabled by default.
    henrymercer committed Jul 31, 2024
    Copy the full SHA
    42c6f6c View commit details
  3. Merge pull request #2401 from github/henrymercer/remove-redundant-pr-…

    …check
    
    Remove redundant PR check
    henrymercer authored Jul 31, 2024
    Copy the full SHA
    5cdd182 View commit details
  4. Address formatting issues

    rvermeulen committed Jul 31, 2024
    Copy the full SHA
    7ff117d View commit details
  5. Copy the full SHA
    b7b85bb View commit details
  6. Copy the full SHA
    19a1da5 View commit details

Commits on Aug 1, 2024

  1. Copy the full SHA
    7be3a64 View commit details
  2. Copy the full SHA
    ba3ac6f View commit details
  3. Copy the full SHA
    fdd01ca View commit details
  4. Update CHANGELOG.md

    Co-authored-by: Aditya Sharad <6874315+adityasharad@users.noreply.github.com>
    aeisenberg and adityasharad authored Aug 1, 2024
    Copy the full SHA
    6511e77 View commit details

Commits on Aug 2, 2024

  1. Clean-up logging

    marcogario committed Aug 2, 2024
    Copy the full SHA
    3b3012e View commit details
  2. Update CHANGELOG.md

    aeisenberg authored Aug 2, 2024
    Copy the full SHA
    3822a64 View commit details
  3. Merge pull request #2403 from github/aeisenberg/swift-linux

    Add swift+linux deprecation
    aeisenberg authored Aug 2, 2024
    Copy the full SHA
    8b7d739 View commit details
  4. Add warning and update PR checks for Swift on Linux (#2399)

    * PR checks: Only run Swift build command on MacOS
    * PR checks: update to only test Swift on MacOS
    * Log warning if workflow is running Swift on Ubuntu
    ---------
    
    Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
    angelapwen and aeisenberg authored Aug 2, 2024
    Copy the full SHA
    9c646c2 View commit details
  5. Explicitly set value of registries and query_filters when undefined

    Both are arrays, so we will use an empty array if they are undefined.
    rvermeulen committed Aug 2, 2024
    Copy the full SHA
    e6c9383 View commit details
  6. Merge branch 'main' into rvermeulen/extend-init-complete-status-report

    Signed-off-by: Remco Vermeulen <rvermeulen@github.com>
    rvermeulen committed Aug 2, 2024
    Copy the full SHA
    0f24d46 View commit details

Commits on Aug 5, 2024

  1. Copy the full SHA
    84f2bfe View commit details
  2. Copy the full SHA
    4be318a View commit details
  3. Copy the full SHA
    0763ccf View commit details
  4. Bump the npm group across 1 directory with 2 updates

    Bumps the npm group with 2 updates in the / directory: [@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 `@typescript-eslint/eslint-plugin` from 7.17.0 to 8.0.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.0.1/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 7.17.0 to 8.0.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.0.1/packages/parser)
    
    ---
    updated-dependencies:
    - 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
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 5, 2024
    Copy the full SHA
    8612c17 View commit details
  5. Copy the full SHA
    acb243e View commit details
  6. Fix new linter errors

    henrymercer committed Aug 5, 2024
    Copy the full SHA
    ecb9ccf View commit details
  7. Remove 2.12.6 from tests

    henrymercer committed Aug 5, 2024
    Copy the full SHA
    a140442 View commit details
  8. Copy the full SHA
    48c11ed View commit details
  9. Remove CLI version lookup based on release assets

    This is now superseded by semantically versioned bundles
    henrymercer committed Aug 5, 2024
    Copy the full SHA
    0407820 View commit details
  10. Copy the full SHA
    136f5a5 View commit details
  11. Add changelog note

    henrymercer committed Aug 5, 2024
    Copy the full SHA
    9e440ad View commit details
  12. Bump version to 3.26.0

    henrymercer committed Aug 5, 2024
    Copy the full SHA
    29a5cfc View commit details
  13. Copy the full SHA
    f03da13 View commit details

Commits on Aug 6, 2024

  1. Merge pull request #2409 from github/henrymercer/fix-required-checks

    Exclude push-only unit tests job from required PR checks script
    henrymercer authored Aug 6, 2024
    Copy the full SHA
    441c9d9 View commit details
  2. Merge pull request #2408 from github/henrymercer/deprecate-codeql-2.13.4

    Remove support for CodeQL 2.13.4 and earlier
    henrymercer authored Aug 6, 2024
    Copy the full SHA
    8dd1773 View commit details
  3. Copy the full SHA
    68ba39b View commit details
  4. Merge pull request #2407 from github/dependabot/npm_and_yarn/npm-7954…

    …a73ad2
    
    Bump the npm group across 1 directory with 2 updates
    henrymercer authored Aug 6, 2024
    Copy the full SHA
    c24926b View commit details
  5. Copy the full SHA
    3884d04 View commit details
  6. Merge remote-tracking branch 'upstream/main' into rvermeulen/extend-i…

    …nit-complete-status-report
    rvermeulen committed Aug 6, 2024
    Copy the full SHA
    7c2bec0 View commit details
  7. Merge pull request #2410 from github/update-v3.26.0-c24926b73

    Merge main into releases/v3
    henrymercer authored Aug 6, 2024
    Copy the full SHA
    eb055d7 View commit details
  8. Copy the full SHA
    1c5b392 View commit details
  9. Copy the full SHA
    ecf4658 View commit details
Loading