chore(deps): update supercharge/mongodb-github-action action to v1.12.1
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| supercharge/mongodb-github-action | action | minor | 1.9.0 -> 1.12.1 |
Release Notes
supercharge/mongodb-github-action (supercharge/mongodb-github-action)
v1.12.1
Fixed
- change Docker tag from
docker:stabletodocker:latest
v1.12.0
Added
- added
mongodb-imageinput: this option allows you to define a custom Docker container image. It usesmongoby default, but you may specify an image from a different registry than Docker hub. Please check the Readme for details.
Updated
- bump dependencies
v1.11.0
Added
- added
mongodb-container-nameinput: this option allows you to define the Docker container name
Fixed
- use the
mongocommand to interact with MongoDB versions 4.x or lower. Previously, we only checked for MongoDB 4 and would usemongoshfor MongoDB 3 (and lower). Thanks to Aravind!
Updated
- bump dependencies
v1.10.0: 1.10.0
Release v1.10.0
v1.10.0
Added
- MongoDB single instance: wait for MongoDB to be ready
Updated
- bump dependencies
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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 93.93%. Comparing base (3000056) to head (c86d69c).
Additional details and impacted files
@@ Coverage Diff @@
## master #262 +/- ##
=======================================
Coverage 93.93% 93.93%
=======================================
Files 4 4
Lines 33 33
Branches 14 14
=======================================
Hits 31 31
Misses 2 2
| Flag | Coverage Δ | |
|---|---|---|
? |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.