diff --git a/.github/workflows/scan-workflows.yaml b/.github/workflows/scan-workflows.yaml index 54013cf..462651c 100644 --- a/.github/workflows/scan-workflows.yaml +++ b/.github/workflows/scan-workflows.yaml @@ -77,7 +77,7 @@ jobs: fetch-depth: 0 - name: Install the latest version of uv - uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4 + uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6 - name: Run Zizmor Scan run: uvx zizmor --format=sarif --persona="$PERSONA" --min-severity="$MIN_SEVERITY" --min-confidence="$MIN_CONFIDENCE" --color=never . > results.sarif