From cce45a8ad2fcd66cb0650c23f625bf917a028671 Mon Sep 17 00:00:00 2001 From: Anderson Leite Date: Fri, 31 Jul 2026 13:19:53 +0100 Subject: [PATCH] ci: bump Security Scan pin to reusable-security-scan v1.6.1 Picks up v1.6.1 (#128): the local pre-push/skill runner now honours include/exclude globs, matching CI. Surgical pin bump; repo config unchanged. --- .github/workflows/security-scan.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-scan.yaml b/.github/workflows/security-scan.yaml index 30b914d..5400a3c 100644 --- a/.github/workflows/security-scan.yaml +++ b/.github/workflows/security-scan.yaml @@ -42,7 +42,7 @@ jobs: # Pinned to an immutable commit SHA (the release is recorded in the trailing # comment on the uses: line) so the gating logic cannot change under this # repo without a deliberate, reviewed bump. - uses: aminitech/.github/.github/workflows/reusable-security-scan.yaml@88792611945f47723ca96deb85470e0e2f63fa1d # v1.5.0 + uses: aminitech/.github/.github/workflows/reusable-security-scan.yaml@012b8b2e12cf2018a9e44ec76c95651b82f1e137 # v1.6.1 permissions: contents: read pull-requests: write