ci(shellcheck): bump reusable pin for full-scan fix#12
Merged
Conversation
Picks up modeled-information-format/.github#29 corrected handling so manual Release and scheduled runs pass the shellcheck gate.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the SHA pin for the shared reusable-shellcheck.yml workflow to pick up upstream fixes to triggering-event handling, ensuring manual (workflow_dispatch) and scheduled (schedule) runs perform a full strict scan and avoid base/head guard failures.
Changes:
- Bump the pinned commit for
modeled-information-format/.github/.github/workflows/reusable-shellcheck.ymlin the release workflow. - Bump the pinned commit for the same reusable in the quality gates workflow.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/workflows/release.yml |
Updates the ShellCheck reusable workflow pin to the fixed upstream commit for release runs. |
.github/workflows/quality-gates.yml |
Updates the ShellCheck reusable workflow pin to the fixed upstream commit for quality gate runs. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Summary
Bump the
reusable-shellcheck.ymlpin to pick up the correctedtriggering-eventhandling.The reusable now resolves
workflow_dispatchandscheduleto a full strict scan (the earlier mapping tomanualfailed on the action's base/head guard). Thegate-shellcheck / sast-hooksjob now passes on manual Release and scheduled runs; native push / pull_request runs are unchanged.Part of modeled-information-format/.github#29