Skip to content

Add GitHub Advanced Security requirements #1

Add GitHub Advanced Security requirements

Add GitHub Advanced Security requirements #1

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ "qa", "master" ]
pull_request:
branches: [ "qa", "master" ]
schedule:
- cron: '30 12 * * 1'
jobs:
analyze:
strategy:
matrix:
php-versions: [ '7.4', '8.0' ]
name: Analyze PHP ${{ matrix.php-versions }}
uses: tithely/php-workflows/.github/workflows/codeql.yml@main

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

View workflow run for this annotation

GitHub Actions / .github/workflows/codeql.yml

Invalid workflow file

error parsing called workflow ".github/workflows/codeql.yml" -> "tithely/php-workflows/.github/workflows/codeql.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
github-event-name: ${{ github.event_name }}
php-version: ${{ matrix.php-versions }}
php-extensions: pdo_pgsql
secrets:
actions-access-token: ${{ secrets.ACTIONS_ACCESS_TOKEN }}