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 .