chore(ci): correct setup-python pin comment to match v6.2.0 The pinned SHA a309ff8 resolves to tag v6.2.0, but the inline comment read "# v6", which zizmor flags as a ref-version-mismatch. Update the comment to the precise version, matching the rest of the workflows that use full semver in their pin comments. Resolves code-scanning alert #2550 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
diff --git a/.github/workflows/bump-python-package.yml b/.github/workflows/bump-python-package.yml index 4838849..1dac5bb 100644 --- a/.github/workflows/bump-python-package.yml +++ b/.github/workflows/bump-python-package.yml
@@ -40,7 +40,7 @@ uses: ./.github/actions/setup-supersetbot/ - name: Set up Python ${{ inputs.python-version }} - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: "3.10"