-
Notifications
You must be signed in to change notification settings - Fork 357
Comparing changes
Open a pull request
base repository: github/codeql-action
base: afb54ba
head repository: github/codeql-action
compare: 4dd1613
Commits on Jul 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8f2e2d6 - Browse repository at this point
Copy the full SHA 8f2e2d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95d81a0 - Browse repository at this point
Copy the full SHA 95d81a0View commit details -
Merge pull request #2392 from github/mergeback/v3.25.15-to-main-afb54ba3
Mergeback v3.25.15 refs/heads/releases/v3 into main
Configuration menu - View commit details
-
Copy full SHA for aa96d09 - Browse repository at this point
Copy the full SHA aa96d09View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for a6c4760 - Browse repository at this point
Copy the full SHA a6c4760View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25d2596 - Browse repository at this point
Copy the full SHA 25d2596View commit details -
Add registries to the init status complete report
Registries might require authentication, before we add it to the report we remove any credentials.
Configuration menu - View commit details
-
Copy full SHA for 9f7e0af - Browse repository at this point
Copy the full SHA 9f7e0afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 060c11b - Browse repository at this point
Copy the full SHA 060c11bView commit details
Commits on Jul 29, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for ee304a3 - Browse repository at this point
Copy the full SHA ee304a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca2d8a2 - Browse repository at this point
Copy the full SHA ca2d8a2View commit details
Commits on Jul 30, 2024
-
Merge pull request #2396 from github/dependabot/npm_and_yarn/npm-358f…
…3e7d5e Bump the npm group with 2 updates
Configuration menu - View commit details
-
Copy full SHA for 16639b4 - Browse repository at this point
Copy the full SHA 16639b4View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 38a0291 - Browse repository at this point
Copy the full SHA 38a0291View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc92ab6 - Browse repository at this point
Copy the full SHA dc92ab6View commit details
Commits on Jul 31, 2024
-
Merge pull request #2398 from github/henrymercer/compile-check-on-push
Check compiled code on each push
Configuration menu - View commit details
-
Copy full SHA for 159c618 - Browse repository at this point
Copy the full SHA 159c618View commit details -
This is no longer necessary now that this feature is enabled by default.
Configuration menu - View commit details
-
Copy full SHA for 42c6f6c - Browse repository at this point
Copy the full SHA 42c6f6cView commit details -
Merge pull request #2401 from github/henrymercer/remove-redundant-pr-…
…check Remove redundant PR check
Configuration menu - View commit details
-
Copy full SHA for 5cdd182 - Browse repository at this point
Copy the full SHA 5cdd182View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ff117d - Browse repository at this point
Copy the full SHA 7ff117dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7b85bb - Browse repository at this point
Copy the full SHA b7b85bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19a1da5 - Browse repository at this point
Copy the full SHA 19a1da5View commit details
Commits on Aug 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7be3a64 - Browse repository at this point
Copy the full SHA 7be3a64View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba3ac6f - Browse repository at this point
Copy the full SHA ba3ac6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fdd01ca - Browse repository at this point
Copy the full SHA fdd01caView commit details -
Co-authored-by: Aditya Sharad <6874315+adityasharad@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6511e77 - Browse repository at this point
Copy the full SHA 6511e77View commit details
Commits on Aug 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3b3012e - Browse repository at this point
Copy the full SHA 3b3012eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3822a64 - Browse repository at this point
Copy the full SHA 3822a64View commit details -
Merge pull request #2403 from github/aeisenberg/swift-linux
Add swift+linux deprecation
Configuration menu - View commit details
-
Copy full SHA for 8b7d739 - Browse repository at this point
Copy the full SHA 8b7d739View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 9c646c2 - Browse repository at this point
Copy the full SHA 9c646c2View commit details -
Explicitly set value of
registries
andquery_filters
when undefinedBoth are arrays, so we will use an empty array if they are undefined.
Configuration menu - View commit details
-
Copy full SHA for e6c9383 - Browse repository at this point
Copy the full SHA e6c9383View commit details -
Merge branch 'main' into rvermeulen/extend-init-complete-status-report
Signed-off-by: Remco Vermeulen <rvermeulen@github.com>
Configuration menu - View commit details
-
Copy full SHA for 0f24d46 - Browse repository at this point
Copy the full SHA 0f24d46View commit details
Commits on Aug 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 84f2bfe - Browse repository at this point
Copy the full SHA 84f2bfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4be318a - Browse repository at this point
Copy the full SHA 4be318aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0763ccf - Browse repository at this point
Copy the full SHA 0763ccfView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 8612c17 - Browse repository at this point
Copy the full SHA 8612c17View commit details -
Configuration menu - View commit details
-
Copy full SHA for acb243e - Browse repository at this point
Copy the full SHA acb243eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ecb9ccf - Browse repository at this point
Copy the full SHA ecb9ccfView commit details -
Configuration menu - View commit details
-
Copy full SHA for a140442 - Browse repository at this point
Copy the full SHA a140442View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48c11ed - Browse repository at this point
Copy the full SHA 48c11edView commit details -
Remove CLI version lookup based on release assets
This is now superseded by semantically versioned bundles
Configuration menu - View commit details
-
Copy full SHA for 0407820 - Browse repository at this point
Copy the full SHA 0407820View commit details -
Configuration menu - View commit details
-
Copy full SHA for 136f5a5 - Browse repository at this point
Copy the full SHA 136f5a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e440ad - Browse repository at this point
Copy the full SHA 9e440adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29a5cfc - Browse repository at this point
Copy the full SHA 29a5cfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for f03da13 - Browse repository at this point
Copy the full SHA f03da13View commit details
Commits on Aug 6, 2024
-
Merge pull request #2409 from github/henrymercer/fix-required-checks
Exclude push-only unit tests job from required PR checks script
Configuration menu - View commit details
-
Copy full SHA for 441c9d9 - Browse repository at this point
Copy the full SHA 441c9d9View commit details -
Merge pull request #2408 from github/henrymercer/deprecate-codeql-2.13.4
Remove support for CodeQL 2.13.4 and earlier
Configuration menu - View commit details
-
Copy full SHA for 8dd1773 - Browse repository at this point
Copy the full SHA 8dd1773View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68ba39b - Browse repository at this point
Copy the full SHA 68ba39bView commit details -
Merge pull request #2407 from github/dependabot/npm_and_yarn/npm-7954…
…a73ad2 Bump the npm group across 1 directory with 2 updates
Configuration menu - View commit details
-
Copy full SHA for c24926b - Browse repository at this point
Copy the full SHA c24926bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3884d04 - Browse repository at this point
Copy the full SHA 3884d04View commit details -
Merge remote-tracking branch 'upstream/main' into rvermeulen/extend-i…
…nit-complete-status-report
Configuration menu - View commit details
-
Copy full SHA for 7c2bec0 - Browse repository at this point
Copy the full SHA 7c2bec0View commit details -
Merge pull request #2410 from github/update-v3.26.0-c24926b73
Merge main into releases/v3
Configuration menu - View commit details
-
Copy full SHA for eb055d7 - Browse repository at this point
Copy the full SHA eb055d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c5b392 - Browse repository at this point
Copy the full SHA 1c5b392View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecf4658 - Browse repository at this point
Copy the full SHA ecf4658View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff afb54ba...4dd1613