Skip to content

SEC25-120: Add Psalm PHP static analysis and CI/CD integration #1

SEC25-120: Add Psalm PHP static analysis and CI/CD integration

SEC25-120: Add Psalm PHP static analysis and CI/CD integration #1

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
schedule:
- cron: '30 12 * * 1'
jobs:
analyze:
strategy:
matrix:
php-versions: [ '8.0', '8.1', '8.2', '8.3' ]
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: ""
secrets:
actions-access-token: ${{ secrets.ACTIONS_ACCESS_TOKEN }}