-
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.26.8
head repository: github/codeql-action
compare: v3.26.9
Commits on Sep 16, 2024
-
Bump the npm group across 1 directory with 8 updates
Bumps the npm group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.9.1` | `9.10.0` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.4.0` | `8.6.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.4.0` | `8.6.0` | | [eslint](https://github.com/eslint/eslint) | `8.57.0` | `8.57.1` | | [eslint-plugin-github](https://github.com/github/eslint-plugin-github) | `5.0.1` | `5.0.2` | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.29.1` | `2.30.0` | | [sinon](https://github.com/sinonjs/sinon) | `18.0.0` | `19.0.2` | | [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.6.2` | Updates `@eslint/js` from 9.9.1 to 9.10.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.10.0/packages/js) Updates `@typescript-eslint/eslint-plugin` from 8.4.0 to 8.6.0 - [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.6.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.4.0 to 8.6.0 - [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.6.0/packages/parser) Updates `eslint` from 8.57.0 to 8.57.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.57.0...v8.57.1) Updates `eslint-plugin-github` from 5.0.1 to 5.0.2 - [Release notes](https://github.com/github/eslint-plugin-github/releases) - [Commits](github/eslint-plugin-github@v5.0.1...v5.0.2) Updates `eslint-plugin-import` from 2.29.1 to 2.30.0 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](import-js/eslint-plugin-import@v2.29.1...v2.30.0) Updates `sinon` from 18.0.0 to 19.0.2 - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](sinonjs/sinon@v18.0.0...v19.0.2) Updates `typescript` from 5.5.4 to 5.6.2 - [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.4...v5.6.2) --- updated-dependencies: - 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-minor dependency-group: npm - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: eslint-plugin-github dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 1afca05 - Browse repository at this point
Copy the full SHA 1afca05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6989ba7 - Browse repository at this point
Copy the full SHA 6989ba7View commit details
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 65efd22 - Browse repository at this point
Copy the full SHA 65efd22View commit details -
Configuration menu - View commit details
-
Copy full SHA for c38521e - Browse repository at this point
Copy the full SHA c38521eView commit details -
Merge pull request #2491 from github/mergeback/v3.26.8-to-main-294a9d92
Mergeback v3.26.8 refs/heads/releases/v3 into main
Configuration menu - View commit details
-
Copy full SHA for 799e477 - Browse repository at this point
Copy the full SHA 799e477View commit details -
Backport workflow: try using the app token
GITHUB_TOKEN is no longer defined; we should use either the workflow token or the app one. Here we try using the app one.
Configuration menu - View commit details
-
Copy full SHA for 3b3a4a6 - Browse repository at this point
Copy the full SHA 3b3a4a6View commit details -
Merge pull request #2492 from github/smowton/admin/try-using-app-toke…
…n-to-backport Backport workflow: try using the app token
Configuration menu - View commit details
-
Copy full SHA for 574aaa5 - Browse repository at this point
Copy the full SHA 574aaa5View commit details -
Use workflow token for
update-release-branch.py
This explicitly passes the workflow token and restores this to the original invocation. The split is now App token for `git` and workflow token for everything else.
Configuration menu - View commit details
-
Copy full SHA for 7513a95 - Browse repository at this point
Copy the full SHA 7513a95View commit details -
Configuration menu - View commit details
-
Copy full SHA for a41f61f - Browse repository at this point
Copy the full SHA a41f61fView commit details
Commits on Sep 20, 2024
-
Merge pull request #2494 from github/rvermeulen/use-workflow-token
Use workflow token for `update-release-branch.py`
Configuration menu - View commit details
-
Copy full SHA for 323f5ef - Browse repository at this point
Copy the full SHA 323f5efView commit details
Commits on Sep 23, 2024
-
Run some tests against only
latest
andnightly-latest
CLIsThese features have stabilized so it isn't that helpful to test them against the full range of CLIs. So let's speed up the PR checks and save some Actions minutes.
Configuration menu - View commit details
-
Copy full SHA for a7b6673 - Browse repository at this point
Copy the full SHA a7b6673View commit details -
Configuration menu - View commit details
-
Copy full SHA for b78ab6c - Browse repository at this point
Copy the full SHA b78ab6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9ae1f1 - Browse repository at this point
Copy the full SHA f9ae1f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed5036d - Browse repository at this point
Copy the full SHA ed5036dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bff5ba0 - Browse repository at this point
Copy the full SHA bff5ba0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74e989e - Browse repository at this point
Copy the full SHA 74e989eView commit details -
Merge pull request #2496 from github/henrymercer/reduce-pr-check-load
Run some tests against only `latest` and `nightly-latest` CLIs
Configuration menu - View commit details
-
Copy full SHA for edf2ee9 - Browse repository at this point
Copy the full SHA edf2ee9View commit details -
Merge pull request #2497 from github/henrymercer/rebuild-add-new-files
CI: Check in new files when rebuilding
Configuration menu - View commit details
-
Copy full SHA for 132b18f - Browse repository at this point
Copy the full SHA 132b18fView commit details -
Merge pull request #2484 from github/dependabot/npm_and_yarn/npm-f8fb…
…634f66 Bump the npm group across 1 directory with 8 updates
Configuration menu - View commit details
-
Copy full SHA for ef13051 - Browse repository at this point
Copy the full SHA ef13051View commit details -
Bump the npm group with 4 updates
Bumps the npm group with 4 updates: [@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), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import). Updates `@eslint/js` from 9.10.0 to 9.11.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.11.0/packages/js) Updates `@typescript-eslint/eslint-plugin` from 8.6.0 to 8.7.0 - [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.7.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.6.0 to 8.7.0 - [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.7.0/packages/parser) Updates `eslint-plugin-import` from 2.29.1 to 2.30.0 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](import-js/eslint-plugin-import@v2.29.1...v2.30.0) --- updated-dependencies: - 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-minor dependency-group: npm - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 65e62c7 - Browse repository at this point
Copy the full SHA 65e62c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a2719d - Browse repository at this point
Copy the full SHA 7a2719dView commit details -
Bump actions/create-github-app-token in the actions group
Bumps the actions group with 1 update: [actions/create-github-app-token](https://github.com/actions/create-github-app-token). Updates `actions/create-github-app-token` from 1.10.3 to 1.11.0 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@31c86eb...5d869da) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for b436a5f - Browse repository at this point
Copy the full SHA b436a5fView commit details -
Avoid uploading eslint sarif for dependabot PR
Dependabot does not have `security-events: write` permission.s
Configuration menu - View commit details
-
Copy full SHA for 9580b7e - Browse repository at this point
Copy the full SHA 9580b7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6225a95 - Browse repository at this point
Copy the full SHA 6225a95View commit details -
Merge pull request #2499 from github/aeisenberg/no-upload-sarif
Avoid uploading eslint sarif for dependabot PR
Configuration menu - View commit details
-
Copy full SHA for 2cddcb1 - Browse repository at this point
Copy the full SHA 2cddcb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07fd497 - Browse repository at this point
Copy the full SHA 07fd497View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b0ce4e - Browse repository at this point
Copy the full SHA 6b0ce4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0a151e - Browse repository at this point
Copy the full SHA e0a151eView commit details -
Merge pull request #2501 from github/henrymercer/missing-autobuild-co…
…nfig-error Fix inconsistency in autobuild error tracking
Configuration menu - View commit details
-
Copy full SHA for 07e8133 - Browse repository at this point
Copy the full SHA 07e8133View commit details -
Merge pull request #2485 from github/dependabot/github_actions/action…
…s-a88a8c5a24 Bump actions/create-github-app-token from 1.10.3 to 1.11.0 in the actions group
Configuration menu - View commit details
-
Copy full SHA for 426821d - Browse repository at this point
Copy the full SHA 426821dView commit details
Commits on Sep 24, 2024
-
Merge pull request #2498 from github/dependabot/npm_and_yarn/npm-9874…
…b37b58 Bump the npm group with 4 updates
Configuration menu - View commit details
-
Copy full SHA for f861efb - Browse repository at this point
Copy the full SHA f861efbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00b1146 - Browse repository at this point
Copy the full SHA 00b1146View commit details -
Merge pull request #2503 from github/update-v3.26.9-f861efb2b
Merge main into releases/v3
Configuration menu - View commit details
-
Copy full SHA for 461ef6c - Browse repository at this point
Copy the full SHA 461ef6cView 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.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
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.
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.
Large diffs are not rendered by default.
This file was deleted.
This file was deleted.
This file was deleted.
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.
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.