Skip to content

fix(ci): pass ruby input to setup action in rl-scanner - #783

Merged
kishore7snehil merged 3 commits into
masterfrom
fix/rl-scanner-ruby-input
Aug 13, 2026
Merged

fix(ci): pass ruby input to setup action in rl-scanner#783
kishore7snehil merged 3 commits into
masterfrom
fix/rl-scanner-ruby-input

Conversation

@kishore7snehil

@kishore7snehil kishore7snehil commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Changes

The rl-scanner reusable workflow passed ruby-version: to the local setup action, but that action's input is named ruby. GitHub Actions rejected the unknown input and the "Configure Ruby" step failed with exit code 6, which failed the whole rl-scanner job and skipped the gated release job.

  • Pass ruby: (the setup action's actual input name) instead of ruby-version: in rl-scanner.yml. The workflow_call input stays named ruby-version.

This surfaced when rl-scanner was re-enabled for the GA release.

References

N/A

Testing

N/A

Contributor Checklist

@kishore7snehil
kishore7snehil requested a review from a team as a code owner August 13, 2026 11:07
@kishore7snehil
kishore7snehil merged commit 94656df into master Aug 13, 2026
8 checks passed
@kishore7snehil
kishore7snehil deleted the fix/rl-scanner-ruby-input branch August 13, 2026 11:18
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