diff --git a/.github/workflows/preflight-checker-workflow.yml b/.github/workflows/preflight-checker-workflow.yml index 0820ceba..af4b5e4b 100644 --- a/.github/workflows/preflight-checker-workflow.yml +++ b/.github/workflows/preflight-checker-workflow.yml @@ -1,4 +1,4 @@ -name: preflight-checkers +name: Qualcomm Preflight Checks on: pull_request_target: branches: [ "main" ] @@ -11,13 +11,14 @@ permissions: security-events: write jobs: - checker: - uses: qualcomm-linux/qli-actions/.github/workflows/multi-checker.yml@main + qcom-preflight-checks: + uses: qualcomm/qcom-reusable-workflows/.github/workflows/qcom-preflight-checks-reusable-workflow.yml@njetha with: - repolinter: true # default: true - semgrep: true # default: true - copyright-license-detector: true # default: true - pr-check-emails: true # default: true - + # ✅ Preflight Checkers + repolinter: true # default: true + semgrep: true # default: true + copyright-license-detector: true # default: true + pr-check-emails: true # default: true + dependency-review: true # default: true secrets: SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }} diff --git a/README.md b/README.md index 20bf5e24..63d950a1 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,7 @@ These tests can be used as CI jobs in: ## License +## EOF_TESTING ``` Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. SPDX-License-Identifier: BSD-3-Clause-Clear