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

Update GitHub Actions (major) #81

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 16, 2023

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v2 -> v4
actions/checkout action major v3 -> v4
actions/setup-dotnet action major v1 -> v4
actions/stale action major v3 -> v9
codecov/codecov-action action major v2 -> v4
suzuki-shunsuke/github-action-renovate-config-validator action major v0.1.2 -> v1.1.0

Release Notes

actions/checkout (actions/checkout)

v4

Compare Source

v3

Compare Source

actions/setup-dotnet (actions/setup-dotnet)

v4

Compare Source

v3

Compare Source

v2

Compare Source

actions/stale (actions/stale)

v9

Compare Source

v8

Compare Source

v7

Compare Source

v6

Compare Source

v5

Compare Source

v4

Compare Source

codecov/codecov-action (codecov/codecov-action)

v4

Compare Source

v3

Compare Source

suzuki-shunsuke/github-action-renovate-config-validator (suzuki-shunsuke/github-action-renovate-config-validator)

v1.1.0

Compare Source

v1.0.1

Compare Source

Fixes

#​551 Suppress npx warnings using --yes option @​TWiStErRob

This action executes renovate-config-validator via npx, then the following warning was outputted.

npm WARN exec The following package was not found and will be installed: [email protected]

To suppress the warning, we set npx's --yes option.

https://docs.npmjs.com/cli/v8/commands/npx

If any requested packages are not present in the local project dependencies, then they are installed to a folder in the npm cache, which is added to the PATH environment variable in the executed process.
A prompt is printed (which can be suppressed by providing either --yes or --no).

To prevent security and user-experience problems from mistyping package names, npx prompts before installing anything.
Suppress this prompt with the -y or --yes option.
The --no-install option is deprecated, and will be converted to --no.

🎉 New contributors

Thank you for your contribution!

@​TWiStErRob #​551

v1.0.0

Compare Source

⚠️ Breaking Changes

#​531 renovate-config-validator's --strict option is enabled by default.

How to migrate

There are several options.

  1. Recommended: Fix Renovate configuration according to the error message
  2. Unrecommended: Set false to the input strict to disable --strict option

⚠️ Security Improvement

#​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.

v0.1.3

Compare Source

#​316 Support .renovaterc.json5 by default

https://docs.renovatebot.com/configuration-options/#configuration-options


Configuration

📅 Schedule: Branch creation - "before 9am on Monday" (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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the actions label Jan 16, 2023
@codecov
Copy link

codecov bot commented Jan 16, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (155f015) 81.42% compared to head (c372451) 81.28%.

❗ Current head c372451 differs from pull request most recent head bac4d8f. Consider uploading reports for the commit bac4d8f to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #81      +/-   ##
==========================================
- Coverage   81.42%   81.28%   -0.14%     
==========================================
  Files          20       20              
  Lines         716      716              
  Branches      100      101       +1     
==========================================
- Hits          583      582       -1     
  Misses         90       90              
- Partials       43       44       +1     

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

@renovate renovate bot force-pushed the renovate/major-github-actions branch from b1c7532 to ce7ab92 Compare April 2, 2023 00:38
@renovate renovate bot force-pushed the renovate/major-github-actions branch from ce7ab92 to 911d9f1 Compare September 5, 2023 08:58
@renovate renovate bot force-pushed the renovate/major-github-actions branch 2 times, most recently from a7596a2 to 6984a49 Compare October 19, 2023 23:18
@renovate renovate bot force-pushed the renovate/major-github-actions branch 2 times, most recently from 18fe529 to f10d733 Compare December 8, 2023 11:28
@renovate renovate bot force-pushed the renovate/major-github-actions branch from f10d733 to c372451 Compare January 14, 2024 02:48
@renovate renovate bot force-pushed the renovate/major-github-actions branch from c372451 to bac4d8f Compare February 1, 2024 04:43
@renovate renovate bot force-pushed the renovate/major-github-actions branch from bac4d8f to aeed6cb Compare August 29, 2024 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants