Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve unquoted variable usage in workflow shell scripts. #172

Merged
merged 4 commits into from
Jan 10, 2025

Conversation

aholmes
Copy link
Member

@aholmes aholmes commented Jan 10, 2025

Fixes errors from https://github.com/uclahs-cds/Ligare/actions/runs/12715075539/job/35446552822?pr=171

Double quote array expansions to avoid re-splitting elements.

Double quote to prevent globbing and word splitting. [SC2086]

Fixes errors from https://github.com/uclahs-cds/Ligare/actions/runs/12715075539/job/35446552822?pr=171

> Double quote array expansions to avoid re-splitting elements.

> Double quote to prevent globbing and word splitting. [SC2086]
@aholmes aholmes added the bug Something isn't working label Jan 10, 2025
@aholmes aholmes requested a review from a team as a code owner January 10, 2025 19:02
@aholmes aholmes changed the title Resolve unquoted variable usage in publish script. Resolve unquoted variable usage in workflow shell scripts. Jan 10, 2025
@aholmes aholmes force-pushed the aholmes-fix-shell-static-analysis-errors branch from 689dca6 to 74c5076 Compare January 10, 2025 21:16
@aholmes aholmes merged commit 99ec96e into main Jan 10, 2025
12 checks passed
@aholmes aholmes deleted the aholmes-fix-shell-static-analysis-errors branch January 10, 2025 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants