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

Skip to content

Merge main into releases/v2 #2020

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
Dec 7, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
8a1e474
Update changelog and version after v2.22.8
github-actions[bot] Nov 23, 2023
3b5bd49
Update checked-in dependencies
github-actions[bot] Nov 23, 2023
2da9ad5
Merge pull request #2008 from github/mergeback/v2.22.8-to-main-407ffafa
aibaars Nov 23, 2023
4712487
Bump the npm group with 5 updates (#2010)
dependabot[bot] Nov 27, 2023
773bd9b
Exclude Dependabot updates workflow from required PR checks
henrymercer Nov 27, 2023
77605c7
Remove LGTM
henrymercer Nov 27, 2023
db40ac4
Merge pull request #2011 from github/henrymercer/exclude-dependabot-r…
henrymercer Nov 28, 2023
1d367b0
Improve error categorizations
henrymercer Dec 1, 2023
b929cca
Merge pull request #2012 from github/henrymercer/categorize-configura…
henrymercer Dec 1, 2023
cc940d7
Extract scanned languages using `--index-traceless-dbs`
henrymercer Dec 1, 2023
a16ac98
Merge pull request #2013 from github/henrymercer/index-traceless-dbs
henrymercer Dec 4, 2023
b7f289e
update release process to support multiple version
nickfyson Dec 4, 2023
bc50092
Bump the npm group with 4 updates (#2015)
dependabot[bot] Dec 4, 2023
2dbffae
add note in CONTRIBUTING.md on how to deprecate an action version
nickfyson Dec 4, 2023
65a2bb5
Merge branch 'main' into nickfyson/update-release-process
nickfyson Dec 4, 2023
784783d
Update supported GitHub Enterprise Server versions
cklin Dec 5, 2023
3675be0
Merge pull request #2017 from cklin/update-supported-enterprise-serve…
cklin Dec 5, 2023
3537bea
Apply suggestions from code review
nickfyson Dec 6, 2023
a6ea3c5
define backport commit message in constant
nickfyson Dec 6, 2023
57932be
remove unused function
nickfyson Dec 6, 2023
ee748cf
respond to more review comments
nickfyson Dec 6, 2023
47e90f2
Merge branch 'main' into nickfyson/update-release-process
nickfyson Dec 6, 2023
0e9a210
update workflows to run on all release branches
nickfyson Dec 6, 2023
e1d1fad
Merge pull request #2014 from github/nickfyson/update-release-process
nickfyson Dec 7, 2023
c6e24c9
Update changelog for v2.22.9
github-actions[bot] Dec 7, 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
2 changes: 1 addition & 1 deletion lib/api-compatibility.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "maximumVersion": "3.11", "minimumVersion": "3.7" }
{ "maximumVersion": "3.12", "minimumVersion": "3.7" }
2 changes: 1 addition & 1 deletion src/api-compatibility.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"maximumVersion": "3.11", "minimumVersion": "3.7"}
{"maximumVersion": "3.12", "minimumVersion": "3.7"}
0