dhruvarya-db opened a new pull request, #2663:
URL: https://github.com/apache/iceberg-rust/pull/2663

   The `zizmor` CI audit fails with `ref-version-mismatch` on 
`.github/workflows/publish.yml`:
   
   ```
   warning[ref-version-mismatch]: action's hash pin has mismatched or missing 
version comment
     --> ./.github/workflows/publish.yml:53
        - uses: 
rust-lang/crates-io-auth-action@b7e9a28eded4986ec6b1fa40eeee8f8f165559ec # v1
          is pointed to by tag v1.0.3
   ```
   
   The pinned SHA `b7e9a28e` corresponds to tag `v1.0.3`, but the comment says 
`# v1` (the floating tag, which now resolves to `v1.0.5`), so the comment and 
the pinned commit disagree.
   
   This bumps the pin to the latest release `v1.0.5` 
(`c6f97d42243bad5fab37ca0427f495c86d5b1a18`) and makes the version comment 
match the pinned commit, resolving the audit finding.


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

Reply via email to