rusackas opened a new pull request, #41483:
URL: https://github.com/apache/superset/pull/41483

   ### SUMMARY
   
   The `actions/cache` step is pinned to SHA 
`27d5ce7f107fe9357f9df03efb73ab90386fccae`, which actually corresponds to 
release **v5.0.5**, but the inline comment read `# v5`. zizmor's 
`ref-version-mismatch` rule flags this discrepancy because the human-readable 
comment no longer truthfully reflects the pinned ref.
   
   This updates the comment to the accurate `# v5.0.5` in both `pre-commit.yml` 
and `release.yml` (all three occurrences use the same SHA). No behavior change 
— the SHA pin is unchanged; only the trailing comment is corrected to be 
truthful.
   
   Resolves code-scanning alert #2551 (zizmor/ref-version-mismatch).
   
   ### BEFORE/AFTER
   
   Before:
   ```yaml
   uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
   ```
   After:
   ```yaml
   uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
   ```
   
   ### TESTING INSTRUCTIONS
   
   `pre-commit run zizmor --files .github/workflows/pre-commit.yml 
.github/workflows/release.yml` passes.
   
   ### ADDITIONAL INFORMATION
   
   - [ ] Has associated issue:
   - [ ] Required feature flags:
   - [ ] Changes UI
   - [ ] Includes DB Migration (follow approval process in 
[SIP-59](https://github.com/apache/superset/issues/13351))
   - [ ] Migration is atomic, supports rollback & is backwards-compatible
   - [ ] Confirm DB migration upgrade and downgrade tested
   - [ ] Runtime estimates and downtime expectations provided
   - [ ] Introduces new feature or API
   - [ ] Removes existing feature or API
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


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