SQSCANGHA-97 Use /usr/bin/env for shebang#193
Merged
henryju merged 1 commit intoSonarSource:masterfrom Jun 30, 2025
Merged
Conversation
henryju
approved these changes
Jun 30, 2025
Member
|
Hi @eliandoran thanks for your contribution. |
luketainton
pushed a commit
to luketainton/actions_gha-workflows
that referenced
this pull request
Aug 15, 2025
#27) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [SonarSource/sonarqube-scan-action](https://github.com/SonarSource/sonarqube-scan-action) | action | minor | `v5.2.0` -> `v5.3.0` | --- ### Release Notes <details> <summary>SonarSource/sonarqube-scan-action (SonarSource/sonarqube-scan-action)</summary> ### [`v5.3.0`](https://github.com/SonarSource/sonarqube-scan-action/releases/tag/v5.3.0) [Compare Source](SonarSource/sonarqube-scan-action@v5.2.0...v5.3.0) ##### What's Changed - SQSCANGHA-83 Avoid unbound variable error on parameter expansion by [@​aleksandra-bozhinoska-sonarsource](https://github.com/aleksandra-bozhinoska-sonarsource) in SonarSource/sonarqube-scan-action#192 - SQSCANGHA-97 Use /usr/bin/env for shebang by [@​eliandoran](https://github.com/eliandoran) in SonarSource/sonarqube-scan-action#193 - SQSCANGHA-98 Update SonarScanner CLI to 7.2.0.5079 by [@​github-actions](https://github.com/github-actions)\[bot] in SonarSource/sonarqube-scan-action#196 ##### New Contributors - [@​eliandoran](https://github.com/eliandoran) made their first contribution in SonarSource/sonarqube-scan-action#193 **Full Changelog**: SonarSource/sonarqube-scan-action@v5.2.0...v5.3.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40Mi4yIiwidXBkYXRlZEluVmVyIjoiNDEuNDIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidHlwZS9kZXBlbmRlbmNpZXMiXX0=--> Reviewed-on: https://git.tainton.uk/actions/gha-workflows/pulls/27 Reviewed-by: Luke Tainton <[email protected]> Co-authored-by: Renovate [BOT] <[email protected]> Co-committed-by: Renovate [BOT] <[email protected]>
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.
Some platforms such as NixOS, Guix, and even some BSD distributions don't have
/bin/bashresulting in errors when trying to run via a self-hosted runner:The solution is to use
/usr/bin/envwhich is guaranteed to be available everywhere.Further reference:
Please be aware that we are not actively looking for feature contributions. The truth is that it's extremely difficult for someone outside SonarSource to comply with our roadmap and expectations. Therefore, we typically only accept minor cosmetic changes and typo fixes. If you would like to see a new feature, please create a new thread in the forum "Suggest new features".
With that in mind, if you would like to submit a code contribution, make sure that you adhere to the following guidelines and all tests are passing:
We will try to give you feedback on your contribution as quickly as possible.
Thank You!
The SonarSource Team