Skip to content

Updated the qcom-next testplan with DCVS, scheduler tests #214

Updated the qcom-next testplan with DCVS, scheduler tests

Updated the qcom-next testplan with DCVS, scheduler tests #214

name: preflight-checkers
on:
pull_request_target:
branches: [ "main" ]
push:
branches: [ "main" ]
workflow_dispatch:
jobs:
checker:

Check failure on line 10 in .github/workflows/preflight-checker-workflow.yml

View workflow run for this annotation

GitHub Actions / preflight-checkers

Invalid workflow file

The workflow is not valid. .github/workflows/preflight-checker-workflow.yml (Line: 10, Col: 3): Error calling workflow 'qualcomm-linux/qli-actions/.github/workflows/multi-checker.yml@main'. The workflow is requesting 'security-events: write', but is only allowed 'security-events: none'.
uses: qualcomm-linux/qli-actions/.github/workflows/multi-checker.yml@main
with:
repolinter: true # default: true
semgrep: false # default: true
copyright-license-detector: true # default: true
pr-check-emails: true # default: true
secrets:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}