From 555282b62ae72968d05041c3cc9ef2a1fa2b3255 Mon Sep 17 00:00:00 2001 From: Sandhya Adavikolanu Date: Sat, 7 Mar 2026 13:32:22 -0800 Subject: [PATCH] Update qcom-preflight-checks.yml Also adds optional checks defaulted to false Signed-off-by: Sandhya Adavikolanu Signed-off-by: Sandhya Adavikolanu --- .github/workflows/qcom-preflight-checks.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/qcom-preflight-checks.yml b/.github/workflows/qcom-preflight-checks.yml index 758fc467..e4bb9f16 100644 --- a/.github/workflows/qcom-preflight-checks.yml +++ b/.github/workflows/qcom-preflight-checks.yml @@ -12,7 +12,7 @@ permissions: jobs: qcom-preflight-checks: - uses: qualcomm/qcom-reusable-workflows/.github/workflows/qcom-preflight-checks-reusable-workflow.yml@v1.1.4 + uses: qualcomm/qcom-reusable-workflows/.github/workflows/qcom-preflight-checks-reusable-workflow.yml@v2 with: # ✅ Preflight Checkers repolinter: false # default: false @@ -20,5 +20,7 @@ jobs: copyright-license-detector: true # default: true pr-check-emails: true # default: true dependency-review: true # default: true + enable-commit-msg-check: false + enable-armor-checkers: false secrets: SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}