I see! So according to .github/zizmor.yml, the actions/*, github/*, and pypa/* actions only need ref-pinning (which they already have with @v4, @v5, etc.), but other actions like astral-sh/setup-uv, codecov/codecov-action, and amannn/action-semantic-pull-request need to be pinned to commit hashes.
Could you provide the commit hashes for these actions that need pinning:
1. astral-sh/setup-uv@v5
2. codecov/codecov-action@v5
3. amannn/action-semantic-pull-request@v5
(I notice that astral-sh/setup-uv is already pinned to a hash in publish.yaml, and zizmorcore/zizmor-action is already pinned in zizmor.yaml, so those should be fine)