Skip to content

Conversation

@Glenn-Ewing
Copy link
Contributor

Updates CodeQL workflow to use official Psalm GitHub Action template.

  • Updates workflow to use docker://ghcr.io/psalm/psalm-github-actions
  • Adds separate quality and security scan jobs
  • Updates cron schedule to run every 2 weeks (1st and 15th)
  • Updates action versions (checkout@v6, codeql-action@v4)

Implements SEC25-115

@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR modernizes the CI/CD workflow by migrating from a custom Psalm execution setup to the official Psalm GitHub Actions docker image. The workflow now separates quality and security analysis into distinct jobs and adjusts the schedule to run bi-weekly instead of weekly.

Changes:

  • Replaces manual Psalm setup and execution with the official Psalm GitHub Actions docker container
  • Splits analysis into separate quality and security scan jobs running in parallel
  • Updates cron schedule from weekly (Mondays) to bi-weekly (1st and 15th of each month)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Glenn-Ewing Glenn-Ewing merged commit e038547 into master Jan 14, 2026
26 checks passed
@Glenn-Ewing Glenn-Ewing deleted the add-psalm-scanning-v2 branch January 14, 2026 17:59
@bplainia bplainia changed the title chore: SEC25-115 Add Psalm PHP static analysis and CI/CD integration chore: SEC25-120 Add Psalm PHP static analysis and CI/CD integration Jan 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants