Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0"
".": "1.1.0"
}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog

## [1.1.0](https://github.com/roleme/workflows/compare/v1.0.0...v1.1.0) (2026-06-26)


### Features

* add composite actions (privacy-scan, komodo-deploy) ([#14](https://github.com/roleme/workflows/issues/14)) ([fe2bcde](https://github.com/roleme/workflows/commit/fe2bcdec9e3cf2494902986076a2044fc892d253))
* add gitleaks + privacy-scan reusables and pre-commit hook ([#13](https://github.com/roleme/workflows/issues/13)) ([2843cba](https://github.com/roleme/workflows/commit/2843cba2ef6fbb4e292e1c808f89dcd23f1ac2d5))
* add pip-audit + trivy reusable workflows ([#18](https://github.com/roleme/workflows/issues/18)) ([a9e3134](https://github.com/roleme/workflows/commit/a9e31348d5d45f6f5bc14e5df51abd815488f533))
* add release-please + zero-cooldown automerge for shared reusables ([#19](https://github.com/roleme/workflows/issues/19)) ([69f6b8b](https://github.com/roleme/workflows/commit/69f6b8b231f3c28f1580a92ecdbc8ef27882e30a))
* add reusable cleanup-ghcr workflow ([#15](https://github.com/roleme/workflows/issues/15)) ([1d7cdf2](https://github.com/roleme/workflows/commit/1d7cdf2cb210754d9b8a74a3a6be58211f0dae86))
* enable transitiveRemediation for Renovate ([fd8b7c7](https://github.com/roleme/workflows/commit/fd8b7c73f3b9b0c05edff7b871307904c1a0626a))
* extract reusable workflows + actions automerge in preset ([#12](https://github.com/roleme/workflows/issues/12)) ([fd888e6](https://github.com/roleme/workflows/commit/fd888e68e33a3cad7759dd96bb1390b0d05c8047))


### Bug Fixes

* add Node.js 24.x setup to Dependabot validate workflow ([#9](https://github.com/roleme/workflows/issues/9)) ([c56440a](https://github.com/roleme/workflows/commit/c56440af5475c5fdfbc3021b6ad9d4cafae29850))
* disable gitleaks PR comments to keep least-privilege ([#16](https://github.com/roleme/workflows/issues/16)) ([fce34f0](https://github.com/roleme/workflows/commit/fce34f0828c8118372f8eee5394c7f9d7f74416e))
* grant gitleaks pull-requests: read for PR commit scan ([#17](https://github.com/roleme/workflows/issues/17)) ([46bccad](https://github.com/roleme/workflows/commit/46bccad718e3f562ede865da866e157df0ea49e8))
* prevent script injection via validate-command input ([#5](https://github.com/roleme/workflows/issues/5)) ([c2f695e](https://github.com/roleme/workflows/commit/c2f695e02a2af12cc5c8b11ba7a279846f6b1b13))