sunank200 commented on code in PR #58713:
URL: https://github.com/apache/airflow/pull/58713#discussion_r2564088612
##########
.pre-commit-config.yaml:
##########
@@ -306,7 +306,7 @@ repos:
-
--skip=providers/.*/src/airflow/providers/*/*.rst,providers/*/docs/changelog.rst,docs/*/commits.rst,providers/*/docs/commits.rst,providers/*/*/docs/commits.rst,docs/apache-airflow/tutorial/pipeline_example.csv,*.min.js,*.lock,INTHEWILD.md,*.svg
- --exclude-file=.codespellignorelines
- repo: https://github.com/woodruffw/zizmor-pre-commit
- rev: c2a58da700f433eee600b605a327e6e346f76043 # frozen: v1.17.0
+ rev: 3e50ebcc1d478936bdb594f0b97f4f006cb4244f # frozen: v1.17.0
Review Comment:
The v1.17.0 tag was moved. History shows:
c2a58da - Mirror: 1.17.0 (original tag)
3e50ebc - disable filename collection entirely (current tag)
Old commit (what we had):
https://github.com/woodruffw/zizmor-pre-commit/commit/c2a58da700f433eee600b605a327e6e346f76043
Commit message: `Mirror: 1.17.0`
New commit (what we updated to):
https://github.com/woodruffw/zizmor-pre-commit/commit/3e50ebcc1d478936bdb594f0b97f4f006cb4244f
Commit message: `disable filename collection entirely`
Tag v1.17.0:
https://github.com/woodruffw/zizmor-pre-commit/releases/tag/v1.17.0
The tag v1.17.0 now points to the newer commit (3e50ebc), which is why the
hash has changed, even though the version comment still indicates v1.17.0. I
believe the maintainer advanced the tag to include the fix.
--
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]