Skip to content

Conversation

vamshi-stepsecurity
Copy link

No description provided.

if err != nil {
return inputYaml, updated
}
if actionCommitMap != nil && actionCommitMap[action] != "" {
Copy link
Member

@ashishkurmi ashishkurmi Oct 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are GitHub Action references case sensitive? If not, this will not work in case the action is referenced in different case (e.g., actionorg/actionname@v2 and ActionOrg/Actionname@v2 will be treated differently in the current appraoch). If GitHub Action references are case insensitive, we should create a struct and perform case insensitive comparison on action name and/or version tag or use lowercase to create the map and look up operation.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes they are case sensitive @ashishkurmi
mkdocs/mkdocs#3567
https://github.com/orgs/community/discussions/27086
only secret names are are case insensitive

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants