using multi gitter - #1255
Merged
Merged
using multi gitter#1255
Conversation
Sanjana-Kondalwade
requested review from
DevonianTeuchter,
HarithaIBM,
IgorTodorovskiIBM,
MikeFultonDev,
sachintu47 and
v1gnesh
as code owners
September 18, 2026 12:29
HarithaIBM
approved these changes
Sep 23, 2026
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 type of PR is this? (check all applicable)
Category
Description
Adds a workflow to roll out CodeQL security scanning to port repos using multi-gitter.
Changes:
.github/workflows/rollout_codeql.yml— trial run targeting 12 priority repos (gitport,makeport,curlport,gpgport,pinentryport,perlport,lessport,ncursesport,rpmport,dnf5port,vimport,autoconfport). Uses--org=""to suppress org-wide rollout until verified.bulk-utils/rollout_codeql.sh— script executed by multi-gitter inside each cloned repo; copiesdata/codeql-workflow.ymland skips if already up to date. Fixed template path resolution: now usesCODEQL_TEMPLATEenv var (absolute path injected by the workflow) with a fallback for local/manual runs.How it works:
rollout_codeql.shat its root.github/workflows/codeql.ymlfrom the meta repo templatePre-requisite before triggering:
BUMP_TOKENsecret must have theworkflowscope — without it GitHub rejects pushes to.github/workflows/filesRelated Issues
[optional] Are there any post-deployment tasks or follow-up actions required?
workflow_dispatchafter merge--org=""and the 12--repoflags to roll out to all port repos'--base main
--head sk/rollout-codeql 2>&1