Skip to content

Add more parameters to reusable workflow #14

Add more parameters to reusable workflow

Add more parameters to reusable workflow #14

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [main, publisher-production, release/*, lts/*, feature/codeql]
pull_request:
# The branches below must be a subset of the branches above
branches: [main, publisher-production, release/*, lts/*]
schedule:
- cron: "16 20 * * 4"
jobs:
analyze:
uses: ./.github/workflows/analyze.yml

Check failure on line 14 in .github/workflows/codeql.yml

View workflow run for this annotation

GitHub Actions / CodeQL

Invalid workflow file

The workflow is not valid. .github/workflows/codeql.yml (Line: 14, Col: 11): Input scheme is required, but not provided while calling. .github/workflows/codeql.yml (Line: 14, Col: 11): Input destination is required, but not provided while calling.
with:
project-path: Apps/Examples/Examples.xcodeproj