1.0.0
Workflows 1.0.0
First stable release of the SymPress Workflows repository.
This release provides enterprise-ready reusable GitHub Actions workflows for SymPress projects, including CI, security checks, Composer/PHP validation, Playwright testing, WordPress artifact packaging, semantic releases, deployments, and supply-chain hardening.
Highlights
- Reusable workflow suite for WordPress, Composer, PHP, JavaScript, Playwright, DDEV, releases, and deployments.
- Hardened workflow defaults with read-only permissions where possible.
- Full-length SHA pinning for third-party GitHub Actions.
- Repository contract tests to guard workflow behavior and security posture.
- Workflow linting with actionlint and security auditing with zizmor.
- Documentation for installation, usage, consumer setup, release strategy, security hardening, and troubleshooting.
- Enterprise-ready repository metadata, issue templates, CODEOWNERS, security policy, and maintainer guidance.
- GPL-2.0-or-later licensing.
Included Workflows
sympress-qa.ymlcomposer-validate.ymlplaywright.ymlwordpress-archive.ymlbuild-and-distribute.ymlautomatic-release.ymldeploy-deployer.ymlwoo-qit.yml
Security
This release includes security-focused defaults and checks:
- Pinned third-party action references.
- Minimal default workflow permissions.
- Explicit permission declarations for privileged jobs.
- Artifact manifest and checksum support.
- Secret-like artifact scanning.
- Dependency update automation via Dependabot.
- CodeQL and workflow security validation support.
Usage
Consumer repositories should call the stable major release line:
jobs:
qa:
uses: SymPress/workflows/.github/workflows/sympress-qa.yml@1.0.0Migration Notes
This is the first stable release. There are no previous stable versions to migrate from.
Projects currently using local workflow copies can migrate by replacing duplicated workflow logic with calls to this repository's reusable workflows.
Maintainer Notes
After publishing this release, keep v1 pointing at 1.0.0 so consumers can use the stable major release line.