ci(scorecard): use erlef/setup-elixir in publish job for Packaging detection - #5
Merged
Merged
Conversation
…g detection OpenSSF Scorecard's Packaging check pattern-matches the literal action name "erlef/setup-elixir" to recognize an Elixir/Hex publishing workflow (checks/fileparser/github_workflow.go), but that action was renamed to erlef/setup-beam upstream after Scorecard's matcher was written. erlef/setup-elixir is the same repository under its old, GitHub-redirected name, so this is a no-op functionally, only the publish job's uses string changes, scoped there so the build job keeps the current name. Filing an upstream issue to add the current name so this workaround can be dropped later.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Works around a stale OpenSSF Scorecard Packaging matcher (still looks for the pre-rename erlef/setup-elixir action name). Upstream fix filed: ossf/scorecard#5175