Skip to content

fix: improve the audit message of pinned to#43

Merged
narenaryan merged 1 commit intomainfrom
fix/fix-output-message
Dec 24, 2025
Merged

fix: improve the audit message of pinned to#43
narenaryan merged 1 commit intomainfrom
fix/fix-output-message

Conversation

@narenaryan
Copy link
Contributor

@narenaryan narenaryan commented Dec 24, 2025

Description

This PR improves formatting logic by making it more accurate.

Previous:

  • [Line 21, Col 15] Fixed: Pinned 'actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8' to 'v6' (Confusing)

Current:

  • [Line 21, Col 15] Fixed: Pinned 'actions/checkout@v6' to '8e8c483db84b4bee98b60c0593521ed34d9990e8'

Changes

  • Use fmt.Fprintf instead of builder.WriteString

@narenaryan narenaryan self-assigned this Dec 24, 2025
@narenaryan narenaryan added the enhancement New feature or request label Dec 24, 2025
@narenaryan narenaryan merged commit 2afd998 into main Dec 24, 2025
2 checks passed
@narenaryan narenaryan deleted the fix/fix-output-message branch December 24, 2025 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant