Skip to content

Commit 555282b

Browse files
committed
Update qcom-preflight-checks.yml
Also adds optional checks defaulted to false Signed-off-by: Sandhya Adavikolanu <sadaviko@qti.qualcomm.com> Signed-off-by: Sandhya Adavikolanu <sadaviko@qti.qualcomm.com>
1 parent 3db4525 commit 555282b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/qcom-preflight-checks.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@ permissions:
1212

1313
jobs:
1414
qcom-preflight-checks:
15-
uses: qualcomm/qcom-reusable-workflows/.github/workflows/qcom-preflight-checks-reusable-workflow.yml@v1.1.4
15+
uses: qualcomm/qcom-reusable-workflows/.github/workflows/qcom-preflight-checks-reusable-workflow.yml@v2
1616
with:
1717
# ✅ Preflight Checkers
1818
repolinter: false # default: false
1919
semgrep: false # default: false
2020
copyright-license-detector: true # default: true
2121
pr-check-emails: true # default: true
2222
dependency-review: true # default: true
23+
enable-commit-msg-check: false
24+
enable-armor-checkers: false
2325
secrets:
2426
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}

0 commit comments

Comments
 (0)