-
Notifications
You must be signed in to change notification settings - Fork 329
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
Merge releases/v3 into releases/v2 #2054
Merged
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
dcf89a7
Bump the npm group with 4 updates
dependabot[bot] 0d8f348
Update checked-in dependencies
github-actions[bot] 95591ba
Merge branch 'main' into dependabot/npm_and_yarn/npm-0a98872b3d
henrymercer 2b2fb6b
Update changelog and version after v3.22.11
github-actions[bot] 7813bda
Update checked-in dependencies
github-actions[bot] ebf5a83
Merge pull request #2035 from github/mergeback/v3.22.11-to-main-b374143c
nickfyson 511f073
Merge pull request #2033 from github/dependabot/npm_and_yarn/npm-0a98…
henrymercer 8e4a6c7
improve handling of changelog processing for backports
nickfyson e0c2b0a
change version numbers inside processing function as well
nickfyson ee53012
Apply suggestions from code review
nickfyson fda1796
rename regex for clarity
nickfyson 0724061
preserve trailing whitespace when transforming CHANGELOG
nickfyson 8e086df
raise explicit exception if EOF found when looking for changelog sect…
nickfyson cda785e
add note on versioning approach to changelog
nickfyson 144b7d5
Bump the npm group with 2 updates (#2045)
dependabot[bot] 0978396
Merge pull request #2041 from github/nickfyson/fix-changelog-backports
nickfyson 8478e2a
clarify comment on versions in the changelog
nickfyson 2603673
clarify comment on versions in the changelog
nickfyson 7e187e1
Merge pull request #2044 from github/nickfyson/update-changelog
nickfyson fe1e55f
Update default bundle to codeql-bundle-v2.15.5
github-actions[bot] a99bd84
Add changelog note
github-actions[bot] a110746
Merge pull request #2047 from github/update-bundle/codeql-bundle-v2.15.5
adityasharad a42c9a2
update required checks script to handle release branches
nickfyson 9ed5fc7
add note about backporting check changes to v2 branch
nickfyson 49812ec
Merge pull request #2050 from github/nickfyson/add-releases-ini
nickfyson 658e3c6
Fix type error
angelapwen 0be9290
Typecast `OLDEST_SUPPORTED_MAJOR_VERSION` when defined
angelapwen 40cb08c
Merge pull request #2051 from github/angelapwen/patch-release-script
adityasharad c1cf794
Update changelog for v3.22.12
github-actions[bot] 012739e
Merge pull request #2052 from github/update-v3.22.12-40cb08c12
adityasharad 844fc3c
Revert "Update version and changelog for v2.22.11"
github-actions[bot] 3366e3b
Revert "Update checked-in dependencies"
github-actions[bot] 49a6ae4
Merge remote-tracking branch 'origin/releases/v3' into backport-v2.22…
github-actions[bot] 9c74de2
Update version and changelog for v2.22.12
github-actions[bot] d6286c6
Update checked-in dependencies
github-actions[bot] 0d318c9
Resolve conflicts in v3->v2.22.12 merge
adityasharad File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
OLDEST_SUPPORTED_MAJOR_VERSION=2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"bundleVersion": "codeql-bundle-v2.15.4", | ||
"cliVersion": "2.15.4", | ||
"priorBundleVersion": "codeql-bundle-v2.15.3", | ||
"priorCliVersion": "2.15.3" | ||
"bundleVersion": "codeql-bundle-v2.15.5", | ||
"cliVersion": "2.15.5", | ||
"priorBundleVersion": "codeql-bundle-v2.15.4", | ||
"priorCliVersion": "2.15.4" | ||
} |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TIL about .ini file types 🤯