From cb4040c5949af3f18b16bbe373835cf66a296171 Mon Sep 17 00:00:00 2001 From: zircote Date: Tue, 30 Jun 2026 11:01:53 -0400 Subject: [PATCH] ci(shellcheck): bump reusable pin for triggering-event fix Picks up modeled-information-format/.github#29 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 e15b237..7cd136f 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@5c856f8118976bfd3bb64a8911f69dc9b00b4cad + modeled-information-format/.github/.github/workflows/reusable-shellcheck.yml@02f479d564026f83ee42952a0afad0e123e38bfa semgrep: permissions: contents: read diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 98d4916..f5af77a 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@5c856f8118976bfd3bb64a8911f69dc9b00b4cad + modeled-information-format/.github/.github/workflows/reusable-shellcheck.yml@02f479d564026f83ee42952a0afad0e123e38bfa gate-semgrep: needs: [meta] permissions: { contents: read, security-events: write, actions: read }