Releases: equisoft-actions/php-workflows
v8.0.0
Breaking changes
Le sdk kotlin n'est plus généré par défaut.
What's Changed
- CRM-25189 Remove kotlin from default sdks by @etremblay in #82
Full Changelog: v7...v8.0.0
v7.1.0
v7.0.0
What's Changed
⚠️ Breaking changes
Removed IgnusG/jest-report-action
. The reporting to GitHub actions is now done with jest's github-actions reporter.
Full Changelog: v6.0.1...v7.0.0
v6.0.1
v6.0.0
What's Changed
- chore(deps): update jetbrains/qodana-action action by @renovate in #75
- chore(deps): update jetbrains/qodana-action action by @renovate in #76
- Customization of the channel where build failures are notified (QCTECH-722) by @Chris-V in #77
Usage
The secret SLACK_NOTIFICATION_WEBHOOK_URL
has been replaced with SLACK_BOT_TOKEN
. This new token is already provided by our organization secrets but must be manually passed to reusable workflows.
The slack channel used to notify your team in case of a build failure can be modified with the custom property ci_slack_channel
. Administrators and Team Leaders have the required permissions to do so.
To ease future changes in secrets it is recommended to inherit secrets as follows:
jobs:
app:
uses: equisoft-actions/php-workflows/.github/workflows/php-app.yml@v6
secrets: inherit
with: # ...
v5.0.0
⚠️ BREAKING CHANGES
- php-app: mocha step renamed to js-tests (#73)
What's Changed
- chore(deps): update jetbrains/qodana-action action by @renovate in #71
- chore(deps): update jetbrains/qodana-action action by @renovate in #72
- chore(deps): update jetbrains/qodana-action action by @renovate in #74
- feat(php-app): support jest as frontend test runner by @meriouma in #73
Full Changelog: v4.7.0...v5.0.0
v4.7.0
What's Changed
- added working directory for Yaml validation job by @alexelie120 in #70
Full Changelog: v4.6.3...v4.7.0
v4.6.3
What's Changed
- [ABF-7727]dev(working directory): ajout d'overwrite du working-directory pour certaines actions by @alexelie120 in #69
New Contributors
- @alexelie120 made their first contribution in #69
Full Changelog: v4.6.2...v4.6.3
v4.6.2
What's Changed
- Allow to configure runner for psalm-taint-analysis by @etremblay in #68
Full Changelog: v4...v4.6.2
v4.6.1
What's Changed
- Use new ubuntu-latest-m runner for php-security by @etremblay in #67
Full Changelog: v4...v4.6.1