-
Notifications
You must be signed in to change notification settings - Fork 2
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 github actions (major) #26
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #26 +/- ##
==========================================
+ Coverage 94.59% 94.74% +0.15%
==========================================
Files 13 13
Lines 518 495 -23
Branches 154 150 -4
==========================================
- Hits 490 469 -21
+ Misses 28 26 -2 ☔ View full report in Codecov by Sentry. |
70a4eff
to
4fd4f60
Compare
e7d7205
to
c4d474c
Compare
c4d474c
to
466102d
Compare
466102d
to
8ea32e8
Compare
8ea32e8
to
b486935
Compare
b486935
to
5aac268
Compare
ef53b07
to
8e30d70
Compare
8e30d70
to
e5572fb
Compare
3c8253a
to
284e069
Compare
8555744
to
f577c35
Compare
f577c35
to
099ee1d
Compare
099ee1d
to
a1bf10e
Compare
ba5e5bf
to
2dd661e
Compare
2dd661e
to
d59524a
Compare
Automatically marking pull request as stale due to lack of activity |
d59524a
to
f3edac8
Compare
d25580b
to
2ddf96a
Compare
2ddf96a
to
f14d3f6
Compare
f14d3f6
to
2baacf2
Compare
This PR contains the following updates:
v1
->v3
v3
->v4
v3
->v4
v7
->v9
v3
->v5
v0.1.3
->v1.1.1
Release Notes
JS-DevTools/npm-publish (JS-DevTools/npm-publish)
v3
Compare Source
v2
Compare Source
actions/checkout (actions/checkout)
v4
Compare Source
actions/setup-node (actions/setup-node)
v4
Compare Source
actions/stale (actions/stale)
v9
Compare Source
v8
Compare Source
codecov/codecov-action (codecov/codecov-action)
v5
Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.6..v5.0.7
v4
Compare Source
suzuki-shunsuke/github-action-renovate-config-validator (suzuki-shunsuke/github-action-renovate-config-validator)
v1.1.1
Compare Source
Bug Fixes
#768 #770 #772 Fixed a bug
strict
doesn't workrenovate-config-validator has an issue about
RENOVATE_CONFIG_FILE
.And now renovate-config-validator can accept files via positional arguments.
Unlike RENOVATE_CONFIG_FILE, positional arguments can pass multiple files, so we don't need to run
renovate-config-validator
by file.So this release replaces
RENOVATE_CONFIG_FILE
with positional arguments.v1.1.0
Compare Source
Features
#699 #701 Support validating multiple files
You can validate multiple files by setting multiple lines to
config_file_path
.Leading spaces on each line are removed.
e.g.
You can pass
config_file_path
through output command.e.g.
v1.0.1
Compare Source
Fixes
#551 Suppress
npx
warnings using--yes
option @TWiStErRobThis action executes renovate-config-validator via npx, then the following warning was outputted.
To suppress the warning, we set
npx
's--yes
option.https://docs.npmjs.com/cli/v8/commands/npx
🎉 New contributors
Thank you for your contribution!
@TWiStErRob #551
v1.0.0
Compare Source
#531 renovate-config-validator's --strict option is enabled by default.
How to migrate
There are several options.
false
to the inputstrict
to disable--strict
option#530 Pass inputs via environment variables to prevent malicious injection
Features
#531 Add the input
strict
.You can enable renovate-config-validator's
--strict
option.Configuration
📅 Schedule: Branch creation - "before 3am every weekday" (UTC), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.