From 33da24d01b22460d64f0e2e10e33589764e85c3c Mon Sep 17 00:00:00 2001 From: Anderson Leite Date: Thu, 30 Jul 2026 13:33:05 +0100 Subject: [PATCH] ci: bump Security Scan to reusable-security-scan v1.4.0 (pinned inner action + PII redaction) [DSO-66] --- .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 92384ee..fc6cac0 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@7c38fd18a59efe3da3220eaf15e3df34701dd032 # v1.3.0 + uses: aminitech/.github/.github/workflows/reusable-security-scan.yaml@342553608b9da5cdaf92544ca2820eb896f002d6 # v1.4.0 permissions: contents: read pull-requests: write