Skip to content

Commit beabf08

Browse files
committed
Update qcom-preflight-checks.yml
Upgrade to latest v2 QC Preflight Checks Also adds optional checks defaulted to false Signed-off-by: Sandhya Adavikolanu <sadaviko@qti.qualcomm.com>
1 parent 631c564 commit beabf08

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,16 @@ 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: true # default: true
1919
semgrep: true # default: true
2020
copyright-license-detector: true # default: true
2121
pr-check-emails: true # default: true
2222
dependency-review: true # default: true
23+
enable-commit-email-check: true
24+
enable-commit-msg-check: false
2325
secrets:
24-
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
26+
27+
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}

0 commit comments

Comments
 (0)