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

chore(deps): update aquaproj/aqua-installer action to v2.1.2 #64

Merged
merged 1 commit into from
Aug 2, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 10, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
aquaproj/aqua-installer action patch v2.1.1 -> v2.1.2

copilot:all


Release Notes

aquaproj/aqua-installer (aquaproj/aqua-installer)

v2.1.2

Compare Source

Issues | Pull Requests | aquaproj/aqua-installer@v2.1.1...v2.1.2

Fixes

#​432 Fix typo
#​461 #​463 Fix a bug that action doesn't work in a container

Fix a bug that action doesn't work in a container

#​461 #​463

GitHub Actions supports running a job in a container.

https://docs.github.com/en/actions/using-jobs/running-jobs-in-a-container

But in a container the variable ${{ github.action_path }} is wrong, so action can't access the script aqua-installer.
This is a known issue of GitHub Actions.

To solve the issue, we copy the content of the script aqua-installer into action itself, then action don't have to access the script aqua-installer.


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from sheldonhull as a code owner July 10, 2023 01:19
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jul 10, 2023
@renovate renovate bot force-pushed the renovate/aquaproj-aqua-installer-2.x branch from b50729f to 7bb815a Compare August 2, 2023 09:31
@codecov
Copy link

codecov bot commented Aug 2, 2023

Codecov Report

Patch coverage: 68.42% and project coverage change: -2.10% ⚠️

Comparison is base (06d88a4) 42.50% compared to head (7191701) 40.41%.
Report is 46 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #64      +/-   ##
==========================================
- Coverage   42.50%   40.41%   -2.10%     
==========================================
  Files          15        7       -8     
  Lines        1228      725     -503     
==========================================
- Hits          522      293     -229     
+ Misses        658      401     -257     
+ Partials       48       31      -17     
Files Changed Coverage Δ
ci/ci.go 35.29% <61.53%> (+6.72%) ⬆️
pkg/magetoolsutils/magetoolsutils.go 90.00% <66.66%> (ø)
gotools/gotools.go 30.46% <100.00%> (-9.76%) ⬇️

... and 9 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/aquaproj-aqua-installer-2.x branch from 7bb815a to 7191701 Compare August 2, 2023 13:30
@sheldonhull sheldonhull merged commit 309ab16 into main Aug 2, 2023
5 of 6 checks passed
@sheldonhull sheldonhull deleted the renovate/aquaproj-aqua-installer-2.x branch August 2, 2023 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant