From fbfc0efb71978966a6368d768f5138c5117c43ab Mon Sep 17 00:00:00 2001 From: lerian-studio Date: Fri, 17 Apr 2026 21:18:51 +0000 Subject: [PATCH] chore(release): Update CHANGELOGs for github-actions-shared-workflows:v1.26.1 [skip ci] --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fb8628..f4d4e5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Github-actions-shared-workflows Changelog +## [1.26.1](https://github.com/LerianStudio/github-actions-shared-workflows/releases/tag/v1.26.1) + +- Fixes: + - Addressed CodeQL medium findings to improve security. + - Renamed deprecated app-id input to client-id to align with updated standards. + - Filtered dismissed and fixed alerts from PR comments in the CodeQL reporter. + - Enforced composite vs reusable pinning policy for pinned actions. + +Contributors: @bedatty, @lerian-studio + +[Compare changes](https://github.com/LerianStudio/github-actions-shared-workflows/compare/v1.26.0...v1.26.1) + +--- + ## [1.26.0](https://github.com/LerianStudio/github-actions-shared-workflows/releases/tag/v1.26.0) - **Features:**