8000 Merge main into releases/v2 by github-actions[bot] · Pull Request #1990 · github/codeql-action · GitHub
[go: up one dir, main page]

Skip to content

Merge main into releases/v2 #1990

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 25 commits into from
Nov 14, 2023
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
58157f1
Update changelog and version after v2.22.5
github-actions[bot] Oct 27, 2023
3d77e8a
Update checked-in dependencies
github-actions[bot] Oct 27, 2023
a3795eb
Merge pull request #1973 from github/mergeback/v2.22.5-to-main-74483a38
henrymercer Oct 27, 2023
88d03c6
VSCode settings: set default formatter for TS
nickrolfe Oct 27, 2023
df32e39
Merge pull request #1975 from github/nickrolfe/vscode-formatter
nickrolfe Oct 30, 2023
c73d8a6
Bump the npm group with 5 updates (#1977)
dependabot[bot] Oct 30, 2023
793adb7
Update default bundle to codeql-bundle-v2.15.2
github-actions[bot] Oct 31, 2023
45a6ff4
Add changelog note
github-actions[bot] Oct 31, 2023
da4c460
Use the correct action input parameter
aeisenberg Oct 20, 2023
bd4005a
Force python 3.11 for macos
aeisenberg Nov 1, 2023
9ef69a2
Be more precise about when to use python 3.11
aeisenberg Nov 2, 2023
7c60ff7
Use setup-python@v4
aeisenberg Nov 2, 2023
91733ad
Remove reference to `CODEQL_RUNNER`
aeisenberg Nov 2, 2023
6dd4605
Add changenote for Python 3.12 incompatibility on MacOS
aeisenberg Nov 2, 2023
137a1e0
Merge pull request #1963 from github/aeisenberg/fix-source-root
aeisenberg Nov 2, 2023
ed686ed
Update CHANGELOG.md
aeisenberg Nov 2, 2023
82284f1
Fix failing workflows
aeisenberg Nov 10, 2023
dcf348a
Merge branch 'main' into update-bundle/codeql-bundle-v2.15.2
smowton Nov 13, 2023
59252d9
Update setup-swift deficiency compensation
smowton Nov 13, 2023
6abf856
Merge pull request #1984 from github/aeisenberg/fix-debug-integration…
henrymercer Nov 13, 2023
e46740a
Merge branch 'main' into update-bundle/codeql-bundle-v2.15.2
smowton Nov 13, 2023
e280207
Merge pull request #1978 from github/update-bundle/codeql-bundle-v2.15.2
smowton Nov 13, 2023
64981bb
Merge branch 'main' into aeisenberg/python-on-mac
henrymercer Nov 13, 2023
8c8c7b4
Merge pull request #1979 from github/aeisenberg/python-on-mac
henrymercer Nov 13, 2023
33bfd1d
Update changelog for v2.22.6
github-actions[bot] Nov 14, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update changelog for v2.22.6
  • Loading branch information
github-actions[bot] committed Nov 14, 2023
commit 33bfd1de925b3298f55b5df9d048a50f99ec63ec
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs.

## [UNRELEASED]
## 2.22.6 - 14 Nov 2023

- Customers running Python analysis on macOS using version 2.14.6 or earlier of the CodeQL CLI should upgrade to CodeQL CLI version 2.15.0 or later. If you do not wish to upgrade the CodeQL CLI, ensure that you are using Python version 3.11 or earlier, as CodeQL version 2.14.6 and earlier do not support Python 3.12. You can achieve this by adding a [`setup-python`](https://github.com/actions/setup-python) step to your code scanning workflow before the step that invokes `github/codeql-action/init`.
- Update default CodeQL bundle version to 2.15.2. [#1978](https://github.com/github/codeql-action/pull/1978)
Expand Down
0