Skip to content

Commit 48c2f3e

Browse files
committed
chore: update reusable workflow reference from v1.1.4 to v2
Signed-off-by: Srikanth Muppandam <smuppand@qti.qualcomm.com>
1 parent 40b09f4 commit 48c2f3e

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@ permissions:
1111
security-events: write
1212

1313
jobs:
14-
qcom-preflight-checks:
15-
uses: qualcomm/qcom-reusable-workflows/.github/workflows/qcom-preflight-checks-reusable-workflow.yml@v1.1.4
14+
preflight:
15+
name: Run QC Preflight Checks
16+
uses: qualcomm/qcom-reusable-workflows/.github/workflows/reusable-qcom-preflight-checks-orchestrator.yml@v2
1617
with:
17-
# ✅ Preflight Checkers
18-
repolinter: true # default: true
19-
semgrep: true # default: true
20-
copyright-license-detector: true # default: true
21-
pr-check-emails: true # default: true
22-
dependency-review: true # default: true
18+
enable-semgrep-scan: true
19+
enable-dependency-review: true
20+
enable-repolinter-check: true
21+
enable-copyright-license-check: true
22+
enable-commit-email-check: true
23+
enable-commit-msg-check: false
2324
secrets:
2425
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}

0 commit comments

Comments
 (0)