ci: Sync development with main — pick up OSSOP workflow fixes - #19
Open
Vishnu Santhosh (quic-vishsant) wants to merge 2 commits into
Open
ci: Sync development with main — pick up OSSOP workflow fixes#19Vishnu Santhosh (quic-vishsant) wants to merge 2 commits into
Vishnu Santhosh (quic-vishsant) wants to merge 2 commits into
Conversation
Adds the Qualcomm preflight checks workflow from qcom-actions, enabling semgrep scans, dependency review, copyright/license checks, and commit email validation on PRs and pushes to main. Signed-off-by: Vishnu Santhosh <vishnu.santhosh@oss.qualcomm.com>
pull_request_target grants write access from fork context which fails the QC preflight security check. Use pull_request instead. Signed-off-by: Vishnu Santhosh <vishnu.santhosh@oss.qualcomm.com>
Deepak Kumar Singh (quic-deesin)
approved these changes
Jul 17, 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.
developmentandmaindiverged when two workflow changes were mergeddirectly into
mainas part of an OSSOP compliance ticket during thequic → qualcomm org migration, bypassing the usual development → main
flow. This PR brings
developmentback in sync by cherry-picking thesame two commits.
Changes:
qcom-preflight-checks.yml)Runs semgrep, dependency review, repolinter, copyright/license, and
commit-email checks via qualcomm/qcom-reusable-workflows on PRs and
pushes to main. This is the OSSOP-required compliance gate; syncing
it into development means PRs opened against development also get
scanned, not just PRs against main.
Security hardening — pull_request_target runs with base-repo secrets/
write access even for fork PRs; pull_request runs in the fork's own
limited context instead.
No source or build files changed — .github/workflows/ only. After this
merges, development and main will be identical again, restoring the
normal development → main contribution flow.