We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3db4525 commit 555282bCopy full SHA for 555282b
.github/workflows/qcom-preflight-checks.yml
@@ -12,13 +12,15 @@ permissions:
12
13
jobs:
14
qcom-preflight-checks:
15
- 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
16
with:
17
# ✅ Preflight Checkers
18
repolinter: false # default: false
19
semgrep: false # default: false
20
copyright-license-detector: true # default: true
21
pr-check-emails: true # default: true
22
dependency-review: true # default: true
23
+ enable-commit-msg-check: false
24
+ enable-armor-checkers: false
25
secrets:
26
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
0 commit comments