From bb75bdc21ae69796e977bb4cbd0f2765be090717 Mon Sep 17 00:00:00 2001 From: zircote Date: Tue, 30 Jun 2026 11:24:39 -0400 Subject: [PATCH] ci(shellcheck): bump reusable pin for full-scan fix Picks up modeled-information-format/.github#29 corrected handling so manual Release and scheduled runs pass the shellcheck gate. --- .github/workflows/quality-gates.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/quality-gates.yml b/.github/workflows/quality-gates.yml index 7cd136f..1b4d5fd 100644 --- a/.github/workflows/quality-gates.yml +++ b/.github/workflows/quality-gates.yml @@ -85,7 +85,7 @@ jobs: contents: read security-events: write uses: >- - modeled-information-format/.github/.github/workflows/reusable-shellcheck.yml@02f479d564026f83ee42952a0afad0e123e38bfa + modeled-information-format/.github/.github/workflows/reusable-shellcheck.yml@27b548962b44362fe039491504dd9049b15aefc2 semgrep: permissions: contents: read diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f5af77a..5ee05ad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -155,7 +155,7 @@ jobs: needs: [meta] permissions: { contents: read, security-events: write } uses: >- - modeled-information-format/.github/.github/workflows/reusable-shellcheck.yml@02f479d564026f83ee42952a0afad0e123e38bfa + modeled-information-format/.github/.github/workflows/reusable-shellcheck.yml@27b548962b44362fe039491504dd9049b15aefc2 gate-semgrep: needs: [meta] permissions: { contents: read, security-events: write, actions: read }