From bfe8b4ee914ea122df4e6f18a2f5ac40c7de7682 Mon Sep 17 00:00:00 2001 From: TheDancingDeveloper Date: Tue, 21 Jul 2026 01:14:17 +0000 Subject: [PATCH] ci: run policy audit through bash --- .github/workflows/audit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 9e260ab..eeb5da9 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -17,4 +17,4 @@ jobs: steps: - uses: actions/checkout@v4 - name: Audit workflow runner policy and exceptions - run: scripts/audit-workflows.sh . + run: bash scripts/audit-workflows.sh .