Jens-G commented on PR #3896:
URL: https://github.com/apache/thrift/pull/3896#issuecomment-5749730142

   Fixed — thanks, scanner.
   
   Both pins were right; both of my version comments were wrong:
   
   | | pinned SHA is actually | I had written |
   |---|---|---|
   | `actions/setup-dotnet` | `v6.0.0` | ~~`v5.0.0`~~ |
   | `NuGet/login` | `v1.2.0` | ~~`v1.0.0`~~ |
   
   The `setup-dotnet` one was doubly careless: `build.yml` already carries that 
exact SHA with the correct `# v6.0.0`.
   
   I had run zizmor locally before opening this, and it reported clean — 
because it defaults to **offline mode**, where `ref-version-mismatch` cannot 
resolve tags and so never fires. Re-run with a token it catches both, and is 
clean after the fix. I also re-resolved every other pin across all five 
workflows in this stack against the tags API; `actions/checkout` (v7.0.1), 
`upload-artifact` (v7.0.1), `download-artifact` (v8.0.1) and `setup-python` 
(v7.0.0) are all correct.


-- 
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]

Reply via email to