Skip to content

Merge remote-tracking branch 'linaro/qcnode.auto.2.0.r3-rel' #28

Merge remote-tracking branch 'linaro/qcnode.auto.2.0.r3-rel'

Merge remote-tracking branch 'linaro/qcnode.auto.2.0.r3-rel' #28

name: Qualcomm Preflight Checks
on:
pull_request_target:
branches: [ "main" ]
push:
branches: [ "main" ]
workflow_dispatch:
permissions:
contents: read
security-events: write
jobs:
qcom-preflight-checks:
uses: qualcomm/qcom-reusable-workflows/.github/workflows/qcom-preflight-checks-reusable-workflow.yml@v2.0.5

Check failure on line 15 in .github/workflows/qcom-preflight-checks.yml

View workflow run for this annotation

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

Invalid workflow file

error parsing called workflow ".github/workflows/qcom-preflight-checks.yml" -> "qualcomm/qcom-reusable-workflows/.github/workflows/qcom-preflight-checks-reusable-workflow.yml@v2.0.5" : failed to fetch workflow: workflow was not found.
with:
# ✅ 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 }}