kevinjqliu opened a new pull request, #16229: URL: https://github.com/apache/iceberg/pull/16229
The workflow files use SHA-pinned actions (immutable), but the human-readable comments referenced only major versions (e.g., `# v6`, `# v5`). **When maintainers move these mutable tags to a new commit, zizmor fails in CI because the SHA no longer matches the stated tag.** (See #15985 and #16225) Updated all 54 occurrences to reference the specific patch version: | Action | Before | After | |--------|--------|-------| | `actions/checkout` | `# v6` | `# v6.0.2` | | `actions/setup-java` | `# v5` | `# v5.2.0` | | `gradle/actions/setup-gradle` | `# v5` | `# v5.0.2` | | `actions/setup-python` | `# v6` | `# v6.2.0` | No functional change — SHAs are unchanged. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
