-
Notifications
You must be signed in to change notification settings - Fork 32
Add nullable to map.merge #671
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
Conversation
|
- name: Check mgdeps-cache availability | ||
run: | | ||
if curl --silent --fail "http://mgdeps-cache:8000/wheels/" -o /dev/null; then | ||
if [ "${{ inputs.arch }}" == "amd64" ]; then |
Check failure
Code scanning / SonarCloud
GitHub Actions should not be vulnerable to script injections High
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will be fixed in my reworking of all of MAGE's workflows.
- name: Check mgdeps-cache availability | ||
run: | | ||
if curl --silent --fail "http://mgdeps-cache:8000/wheels/" -o /dev/null; then | ||
if [ "${{ inputs.arch }}" == "amd64" ]; then |
Check failure
Code scanning / SonarCloud
GitHub Actions should not be vulnerable to script injections High
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will be fixed in my reworking of all of MAGE's workflows.
Description
Please briefly explain the changes you made here.
Pull request type
Related issues
Delete if this PR doesn't resolve any issues. Link the issue if it does.
######################################
Reviewer checklist (the reviewer checks this part)
Module/Algorithm
Documentation checklist
map.merge
module to accept nullable arguments #671