Skip to content

Commit ba93815

Browse files
committed
Merge branch 'main' into henrymercer/upgrade-typescript
2 parents 4306b97 + 60e5868 commit ba93815

31 files changed

Lines changed: 2174 additions & 875 deletions

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,19 @@
22

33
## [UNRELEASED]
44

5-
No user facing changes.
5+
- Improve stability when choosing the default version of CodeQL to use in code scanning workflow runs on Actions on GitHub.com [#1475](https://github.com/github/codeql-action/pull/1475).
6+
- This change addresses customer reports of code scanning alerts on GitHub.com being closed and reopened during the rollout of new versions of CodeQL in the GitHub Actions [runner images](https://github.com/actions/runner-images).
7+
- **No change is required for the majority of workflows**, including:
8+
- Workflows on GitHub.com hosted runners using the latest version (`v2`) of the CodeQL Action.
9+
- Workflows on GitHub.com hosted runners that are pinned to specific versions of the CodeQL Action from `v2.2.0` onwards.
10+
- Workflows on GitHub Enterprise Server.
11+
- **A change may be required** for workflows on GitHub.com hosted runners that are pinned to specific versions of the CodeQL Action before `v2.2.0` (e.g. `v2.1.32`):
12+
- Previously, these workflows would obtain the latest version of CodeQL from the Actions runner image.
13+
- Now, these workflows will download an older, compatible version of CodeQL from GitHub Releases. To use this older version, no change is required. To use the newest version of CodeQL, please update your workflows to reference the latest version of the CodeQL Action (`v2`).
14+
- **Internal changes**
15+
- These changes will not affect the majority of code scanning workflows. Continue reading only if your workflow uses [@actions/tool-cache](https://github.com/actions/toolkit/tree/main/packages/tool-cache) or relies on the precise location of CodeQL within the Actions tool cache.
16+
- The tool cache now contains **two** recent CodeQL versions (previously **one**).
17+
- Each CodeQL version is located under a directory named after the release date and version number, e.g. CodeQL 2.11.6 is now located under `CodeQL/2.11.6-20221211/x64/codeql` (previously `CodeQL/0.0.0-20221211/x64/codeql`).
618

719
## 2.1.39 - 18 Jan 2023
820

lib/codeql.js

Lines changed: 7 additions & 233 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/codeql.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)