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) #60

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 23, 2023

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v3 -> v4
actions/configure-pages action major v2 -> v5
actions/deploy-pages action major v1 -> v4
actions/setup-dotnet action major v3 -> v4
actions/setup-dotnet action major v1 -> v4
actions/stale action major v6 -> v9
actions/upload-pages-artifact action major v1 -> v3
codecov/codecov-action action major v3 -> v5
suzuki-shunsuke/github-action-renovate-config-validator action major v0.1.2 -> v1.1.1

Release Notes

actions/checkout (actions/checkout)

v4

Compare Source

actions/configure-pages (actions/configure-pages)

v5

Compare Source

v4

Compare Source

v3

Compare Source

actions/deploy-pages (actions/deploy-pages)

v4

Compare Source

v3

Compare Source

v2

Compare Source

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

v4

Compare Source

actions/stale (actions/stale)

v9

Compare Source

v8

Compare Source

v7

Compare Source

actions/upload-pages-artifact (actions/upload-pages-artifact)

v3

Compare Source

v2

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 work

renovate-config-validator has an issue aboutRENOVATE_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.

with:
  config_file_path: |
    default.json
    foo.json

You can pass config_file_path through output command.

e.g.

      - id: files
        run: |
          set -euo pipefail
          files=$(git ls-files | grep renovate.json)

### https://stackoverflow.com/a/74232400
          EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
          {
            echo "files<<$EOF"
            echo "$files"
            echo "$EOF"
          } >> "$GITHUB_OUTPUT"
      - name: Pass files through output
        uses: suzuki-shunsuke/[email protected]
        with:
          config_file_path: ${{ steps.files.outputs.files }}

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 becomes conflicted, 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.

@codecov
Copy link

codecov bot commented Jan 23, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 45.58%. Comparing base (45ff8ae) to head (cbabe4f).

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

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #60   +/-   ##
=======================================
  Coverage   45.58%   45.58%           
=======================================
  Files           6        6           
  Lines          68       68           
  Branches        7        7           
=======================================
  Hits           31       31           
  Misses         36       36           
  Partials        1        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 5b8d1e6 to 7a1d987 Compare June 1, 2023 20:34
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 7a1d987 to 53cb754 Compare July 10, 2023 23:37
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 53cb754 to b2d26f4 Compare September 5, 2023 17:55
@renovate renovate bot force-pushed the renovate/major-github-actions branch from b2d26f4 to 8ee9068 Compare September 15, 2023 05:29
@renovate renovate bot force-pushed the renovate/major-github-actions branch 2 times, most recently from 0d496a3 to a1361ce Compare December 8, 2023 08:34
@renovate renovate bot force-pushed the renovate/major-github-actions branch from a1361ce to c5aec0e Compare December 20, 2023 05:47
@renovate renovate bot force-pushed the renovate/major-github-actions branch from c5aec0e to cbabe4f Compare January 15, 2024 23:51
@renovate renovate bot force-pushed the renovate/major-github-actions branch from cbabe4f to 6240480 Compare February 1, 2024 04:49
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 6240480 to 1336164 Compare March 30, 2024 23:40
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 1336164 to e9288bd Compare August 29, 2024 17:32
@renovate renovate bot force-pushed the renovate/major-github-actions branch from e9288bd to 5d604ff Compare November 15, 2024 02:12
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 5d604ff to aeb59e1 Compare November 27, 2024 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants