From da0448c9ca42aa687fc1337cb392047814f04280 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 11:21:04 +0000 Subject: [PATCH] chore(main): release 1.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37fcefa..5fdd883 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..558727b --- /dev/null +++ b/CHANGELOG.md @@ -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))