Refactor update-codeql workflow to create a PR, not a release#316
Merged
data-douser merged 4 commits intomainfrom Mar 3, 2026
Merged
Refactor update-codeql workflow to create a PR, not a release#316data-douser merged 4 commits intomainfrom
update-codeql workflow to create a PR, not a release#316data-douser merged 4 commits intomainfrom
Conversation
- Replaces the 4-job release pipeline with a 2-job PR-creation approach. - Also adds a concurrency guard to release.yml to prevent racing releases for the same version.
- Replaces the 4-job release pipeline with a 2-job PR-creation approach. - Also adds a concurrency guard to release.yml to prevent racing releases for the same version.
…ql-sap-js into dd/release-prep/1
knewbury01
reviewed
Feb 27, 2026
knewbury01
reviewed
Feb 27, 2026
knewbury01
reviewed
Feb 27, 2026
knewbury01
approved these changes
Feb 27, 2026
Contributor
knewbury01
left a comment
There was a problem hiding this comment.
everything looks good to me, I added a couple of minor /optional comments but they arent too crucial
This commit: - adds the scripts/upgrade-packs.sh script to provide a standard script for a common repo maintenance task; - updates the update-codeql.yml actions workflow in order to: - address PR review comments; - run the new upgrade-packs.sh script as a step in the workflow.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What This PR Contributes
This pull request refactors and partially reverts the CodeQL CLI update workflow to streamline the update process and separate it from the release pipeline. The workflow now focuses on detecting updates, updating version-bearing files, running validation steps, and creating a pull request instead of orchestrating a full release. Additionally, improvements were made to error handling, messaging, and workflow concurrency.
Future Works
N/A