Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
8295705
Reduce duplication in the logs when errors occur in CLI commands
henrymercer Oct 6, 2023
102a12b
Add changelog note
henrymercer Oct 6, 2023
788783a
Update changelog and version after v2.22.1
github-actions[bot] Oct 9, 2023
947b43a
Update checked-in dependencies
github-actions[bot] Oct 9, 2023
d52a751
Only run `ref` and `sha` input checks against a single CLI version
henrymercer Oct 9, 2023
2125352
Merge pull request #1934 from github/mergeback/v2.22.1-to-main-fdcae64e
henrymercer Oct 9, 2023
83d1db3
Merge branch 'main' into henrymercer/reduce-log-duplication
henrymercer Oct 9, 2023
4ab9237
Merge pull request #1927 from github/henrymercer/reduce-log-duplication
henrymercer Oct 9, 2023
5d6442e
Bump the npm group with 5 updates
dependabot[bot] Oct 9, 2023
026e833
Update checked-in dependencies
github-actions[bot] Oct 9, 2023
dfb913f
Merge pull request #1936 from github/dependabot/npm_and_yarn/npm-0754…
henrymercer Oct 10, 2023
78bfd29
Merge pull request #1935 from github/henrymercer/ref-sha-input-reduce…
henrymercer Oct 10, 2023
2a7218b
Bump CLI version for new analysis summaries to v2.15.0
henrymercer Oct 10, 2023
d5d445b
Update default bundle to codeql-bundle-v2.15.0
github-actions[bot] Oct 10, 2023
275f994
Add changelog note
github-actions[bot] Oct 10, 2023
0eb2790
Merge branch 'main' into update-bundle/codeql-bundle-v2.15.0
henrymercer Oct 10, 2023
a67b110
Merge pull request #1937 from github/henrymercer/new-analysis-summary…
henrymercer Oct 10, 2023
a5cf70c
Merge branch 'main' into update-bundle/codeql-bundle-v2.15.0
henrymercer Oct 11, 2023
8a2cbab
Merge pull request #1938 from github/update-bundle/codeql-bundle-v2.15.0
henrymercer Oct 11, 2023
175f696
Update changelog for v2.22.2
github-actions[bot] Oct 12, 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
Next Next commit
Update changelog and version after v2.22.1
  • Loading branch information
github-actions[bot] committed Oct 9, 2023
commit 788783aba546e3f4d584d0343e48187dd1396a6a
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [UNRELEASED]

No user facing changes.

## 2.22.1 - 09 Oct 2023

- Add a workaround for Python 3.12, which is not supported in CodeQL CLI version 2.14.6 or earlier. If you are running an analysis on Windows and using Python 3.12 or later, the CodeQL Action will switch to running Python 3.11. In this case, if Python 3.11 is not found, then the workflow will fail. [#1928](https://github.com/github/codeql-action/pull/1928)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codeql",
"version": "2.22.1",
"version": "2.22.2",
"private": true,
"description": "CodeQL action",
"scripts": {
Expand Down