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 arduino/setup-task action to v2 #235

Merged
merged 1 commit into from
Feb 10, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 10, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
arduino/setup-task action major v1.0.3 -> v2.0.0

Release Notes

arduino/setup-task (arduino/setup-task)

v2.0.0: 2.0.0

Compare Source

Migration Guide

The version of the Node.js runtime used to execute the action has been updated from 16 to 20. This could be a breaking change for certain GitHub Actions workflows.

If a workflow with dependency on the arduino/setup-task action uses only GitHub-hosted GitHub Actions runners, no changes are required.

If the workflow uses a self-hosted runner, the workflow run might fail after updating arduino/setup-task:

Error: System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. (Parameter ''using: node20' is not supported, use 'docker', 'node12' or 'node16' instead.')
   at GitHub.Runner.Worker.ActionManifestManager.ConvertRuns(IExecutionContext executionContext, TemplateContext templateContext, TemplateToken inputsToken, String fileRelativePath, MappingToken outputs)
   at GitHub.Runner.Worker.ActionManifestManager.Load(IExecutionContext executionContext, String manifestFile)
Error: Fail to load arduino/setup-task/v2/action.yml

This means an older runner version that does not provide Node.js 20.x is installed on the runner machine and you must update the runner version.

Changelog
Breaking
  • Update Node.js runtime for action from 16 to 20 (#​919)
Enhancement
Full Changeset
Contributors

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 becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

Copy link

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 18 0 0.33s
✅ BASH bash-exec 4 0 0.07s
✅ BASH shellcheck 1 0 0.03s
✅ BASH shfmt 4 0 0.01s
✅ CSHARP csharpier 1 0 1.3s
⚠️ CSHARP dotnet-format 1 1 1.86s
⚠️ CSHARP roslynator 1 1 9.01s
✅ CSS stylelint 1 0 1.09s
✅ DOCKERFILE hadolint 4 0 0.2s
✅ EDITORCONFIG editorconfig-checker 376 0 3.83s
✅ ENV dotenv-linter 1 0 0.03s
✅ GROOVY npm-groovy-lint 7 0 13.26s
✅ HTML djlint 2 0 0.86s
✅ HTML htmlhint 2 0 0.35s
✅ JAVA checkstyle 59 0 8.98s
✅ JSON eslint-plugin-jsonc 31 0 5.43s
✅ JSON jsonlint 31 0 0.34s
✅ JSON prettier 31 0 5.19s
✅ JSON v8r 31 0 95.36s
⚠️ MARKDOWN markdownlint 22 132 1.57s
✅ PYTHON bandit 1 0 0.89s
✅ PYTHON black 1 0 0.55s
✅ PYTHON flake8 1 0 0.45s
✅ PYTHON isort 1 0 0.26s
✅ PYTHON mypy 1 0 7.48s
✅ PYTHON ruff 1 0 0.02s
✅ REPOSITORY checkov yes no 30.53s
✅ REPOSITORY gitleaks yes no 1.59s
✅ REPOSITORY git_diff yes no 0.12s
❌ REPOSITORY grype yes 1 20.83s
✅ REPOSITORY kics yes no 67.87s
✅ REPOSITORY secretlint yes no 2.44s
✅ REPOSITORY syft yes no 1.32s
✅ REPOSITORY trivy yes no 19.61s
✅ REPOSITORY trivy-sbom yes no 4.66s
✅ REPOSITORY trufflehog yes no 9.79s
✅ SQL sql-lint 2 0 0.87s
✅ XML xmllint 3 0 0.01s
✅ YAML prettier 109 0 3.69s

See detailed report in MegaLinter reports

You could have same capabilities but better runtime performances if you request a new MegaLinter flavor.

MegaLinter is graciously provided by OX Security

@chgl chgl merged commit 59a25f8 into master Feb 10, 2024
24 of 25 checks passed
@renovate renovate bot deleted the renovate/major-github-actions branch February 10, 2024 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant