Skip to content

Merge pull request #16 from qualcomm/dependabot/github_actions/action… #75

Merge pull request #16 from qualcomm/dependabot/github_actions/action…

Merge pull request #16 from qualcomm/dependabot/github_actions/action… #75

name: QC Preflight Checks
on:
pull_request:
push:
branches:
- main
- develop
- feature/*
- bugfix/*
- update/*
workflow_dispatch:
jobs:
preflight:
name: Run QC Preflight Checks
uses: qualcomm/qcom-reusable-workflows/.github/workflows/reusable-qcom-preflight-checks-orchestrator.yml@v2
with:
enable-semgrep-scan: true
enable-dependency-review: true
enable-repolinter-check: true
enable-copyright-license-check: true
enable-commit-email-check: true
enable-commit-msg-check: false
permissions:
contents: read
security-events: write