Commit Graph

11 Commits

Author SHA1 Message Date
Matthieu B
19b948b7bc Remove Blacksmith from workflows (#1325)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-05 18:52:12 +02:00
Matthieu B
a9a2bcce58 chore: update dependencies (#1319) 2026-07-05 18:19:28 +02:00
dependabot[bot]
4b5ef073fe build(deps): bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-24 10:09:27 +00:00
blacksmith-sh[bot]
76f659f114 Migrate workflows to Blacksmith 2025-11-20 11:55:56 +00:00
blacksmith-sh[bot]
c5002be266 Migrate workflows to Blacksmith 2025-11-20 11:52:42 +00:00
Matthieu B
6b8f39cdd0 fix: improve security by saving PR body to file before extracting changelog 2025-09-27 18:15:35 +02:00
Matthieu B
06ce065851 fix: prevent shell injection in create-release workflow
- Use --notes-file instead of --notes to avoid interpreting changelog content as shell commands
- Resolves issue where commit hashes and special characters caused workflow failures
2025-09-16 16:13:11 +02:00
dependabot[bot]
20b8219e25 build(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-16 11:05:39 +00:00
Matthieu B
67e201812c fix: update automation working 2025-09-16 12:46:38 +02:00
Matthieu B
03d659ebef feat: use RELEASE_PLEASE_TOKEN to trigger CI workflows on release PRs 2025-09-06 11:12:28 +02:00
Matthieu B
32bf0c815b feat: implement CalVer automation with release PR generation and changelog 2025-09-06 11:04:30 +02:00