From d9be020312d61461f7a7695cf0caf812d85287d1 Mon Sep 17 00:00:00 2001 From: Bill Berry Date: Fri, 13 Mar 2026 14:31:31 -0700 Subject: [PATCH] fix(workflows): use bash shell for uv.lock regeneration and add SARIF to dictionary MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - add explicit shell: bash to Regenerate uv.lock step that uses bash syntax under pwsh default - add SARIF to industry-acronyms cspell dictionary for CHANGELOG spell check 🐛 - Generated by Copilot --- .cspell/industry-acronyms.txt | 1 + .github/workflows/main.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.cspell/industry-acronyms.txt b/.cspell/industry-acronyms.txt index 71f5bf0a..7be7c938 100644 --- a/.cspell/industry-acronyms.txt +++ b/.cspell/industry-acronyms.txt @@ -37,6 +37,7 @@ rbac RAGRS RAGZRS Rego +SARIF SBOM SCIM SCOR diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0ef363d0..383f8bcc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -188,6 +188,7 @@ jobs: - name: Regenerate uv.lock if: ${{ steps.release.outputs.prs_created == 'true' }} + shell: bash env: GH_TOKEN: ${{ steps.app-token.outputs.token }} run: |