From 48c2f3e018cfe4a41db3ae7f9eddce0e8a52b19a Mon Sep 17 00:00:00 2001 From: Srikanth Muppandam Date: Fri, 20 Feb 2026 22:18:38 +0530 Subject: [PATCH] chore: update reusable workflow reference from v1.1.4 to v2 Signed-off-by: Srikanth Muppandam --- .github/workflows/qcom-preflight-checks.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/qcom-preflight-checks.yml b/.github/workflows/qcom-preflight-checks.yml index d070f0a1..2aee1682 100644 --- a/.github/workflows/qcom-preflight-checks.yml +++ b/.github/workflows/qcom-preflight-checks.yml @@ -11,14 +11,15 @@ permissions: security-events: write jobs: - qcom-preflight-checks: - uses: qualcomm/qcom-reusable-workflows/.github/workflows/qcom-preflight-checks-reusable-workflow.yml@v1.1.4 + preflight: + name: Run QC Preflight Checks + uses: qualcomm/qcom-reusable-workflows/.github/workflows/reusable-qcom-preflight-checks-orchestrator.yml@v2 with: - # ✅ Preflight Checkers - repolinter: true # default: true - semgrep: true # default: true - copyright-license-detector: true # default: true - pr-check-emails: true # default: true - dependency-review: true # default: true + enable-semgrep-scan: true + enable-dependency-review: true + enable-repolinter-check: true + enable-copyright-license-check: true + enable-commit-email-check: true + enable-commit-msg-check: false secrets: SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}