-
Notifications
You must be signed in to change notification settings - Fork 351
Comparing changes
Open a pull request
base repository: github/codeql-action
base: v3.25.15
head repository: github/codeql-action
compare: v3.26.0
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
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
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
Commits on Aug 1, 2024
-
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 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
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 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
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.