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 github-actions (major) #91

Merged
merged 2 commits into from
Mar 2, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 11, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
arduino/setup-task action major v1.0.3 -> v2.0.0
github/codeql-action action major v2.24.3 -> v3.24.6
google-github-actions/release-please-action action major v3.7.13 -> v4.0.2

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

github/codeql-action (github/codeql-action)

v3.24.6

Compare Source

v3.24.5

Compare Source

v3.24.4

Compare Source

v3.24.3

Compare Source

v3.24.2

Compare Source

v3.24.1

Compare Source

v3.24.0

Compare Source

v3.23.2

Compare Source

v3.23.1

Compare Source

v3.23.0

Compare Source

v3.22.12

Compare Source

v3.22.11

Compare Source

v2.24.5

Compare Source

v2.24.4

Compare Source

google-github-actions/release-please-action (google-github-actions/release-please-action)

v4.0.2

Compare Source

Bug Fixes

v4.0.1

Compare Source

Bug Fixes

v4.0.0

Compare Source

⚠ BREAKING CHANGES
  • remove most configuration options in favor of manifest configuration to configure the release-please-action
  • rewrite in typescript
  • remove command option in favor of setting release-type and skip-github-release/skip-github-pull-request
  • run on node20
  • deps: upgrade release-please to v16
  • v4 release
Features
  • deps: upgrade release-please to v16 (9cf05a0)
  • remove command option in favor of setting release-type and skip-github-release/skip-github-pull-request (9cf05a0)
  • remove most configuration options in favor of manifest configuration to configure the release-please-action (9cf05a0)
  • run on node20 (9cf05a0)
  • v4 release (9cf05a0)
Bug Fixes
Code Refactoring

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (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 has been generated by Mend Renovate. View repository job log here.

Copy link

github-actions bot commented Jan 11, 2024

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 9 0 0.15s
✅ CSHARP csharpier 46 0 3.16s
⚠️ CSHARP dotnet-format 46 46 83.18s
⚠️ CSHARP roslynator 5 5 39.98s
✅ DOCKERFILE hadolint 1 0 0.17s
✅ EDITORCONFIG editorconfig-checker 105 0 0.56s
✅ JSON eslint-plugin-jsonc 9 0 1.54s
✅ JSON jsonlint 9 0 0.26s
✅ JSON prettier 9 0 1.03s
✅ JSON v8r 9 0 4.96s
✅ MARKDOWN markdownlint 3 0 0.59s
⚠️ MARKDOWN markdown-table-formatter 3 1 0.36s
✅ PROTOBUF protolint 5 0 3.81s
✅ REPOSITORY checkov yes no 15.81s
✅ REPOSITORY dustilock yes no 0.03s
✅ REPOSITORY gitleaks yes no 0.29s
✅ REPOSITORY git_diff yes no 0.02s
✅ REPOSITORY grype yes no 14.24s
✅ REPOSITORY kics yes no 22.81s
✅ REPOSITORY secretlint yes no 1.22s
✅ REPOSITORY syft yes no 0.39s
✅ REPOSITORY trivy yes no 6.4s
✅ REPOSITORY trivy-sbom yes no 1.99s
✅ REPOSITORY trufflehog yes no 11.68s
✅ XML xmllint 1 0 0.02s
✅ YAML prettier 24 0 1.39s
✅ YAML v8r 24 0 21.39s
✅ YAML yamllint 24 0 0.68s

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

@renovate renovate bot force-pushed the renovate/major-github-actions branch 5 times, most recently from 0198b9e to 5d1fae2 Compare January 18, 2024 20:26
@renovate renovate bot force-pushed the renovate/major-github-actions branch 2 times, most recently from 2eaaf63 to ad34fa5 Compare January 26, 2024 17:14
@renovate renovate bot force-pushed the renovate/major-github-actions branch 16 times, most recently from 2e2663b to c3c615b Compare February 7, 2024 10:44
@renovate renovate bot force-pushed the renovate/major-github-actions branch 6 times, most recently from 6e631d3 to 49b6d05 Compare February 15, 2024 10:54
@renovate renovate bot force-pushed the renovate/major-github-actions branch 8 times, most recently from b295939 to b4b4fad Compare February 22, 2024 14:15
@renovate renovate bot force-pushed the renovate/major-github-actions branch 2 times, most recently from 57ba7a2 to 44bbb56 Compare February 29, 2024 15:56
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 44bbb56 to da1874e Compare March 2, 2024 17:47
@renovate renovate bot force-pushed the renovate/major-github-actions branch from da1874e to 4758be8 Compare March 2, 2024 17:48
Copy link
Contributor Author

renovate bot commented Mar 2, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

Copy link

github-actions bot commented Mar 2, 2024

Code Coverage

Package Line Rate Branch Rate Health
Vfps.Tests 99% 100%
Vfps 94% 60%
Summary 95% (442 / 463) 66% (33 / 50)

Minimum allowed line rate is 50%


ghz run statistics

Summary:
  Count:	5000
  Total:	8.91 s
  Slowest:	523.35 ms
  Fastest:	10.39 ms
  Average:	86.12 ms
  Requests/sec:	561.05

Response time histogram:
  10.386  [1]    |
  61.683  [1168] |∎∎∎∎∎∎∎∎∎∎∎∎∎∎
  112.980 [3284] |∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎
  164.277 [385]  |∎∎∎∎∎
  215.574 [112]  |∎
  266.871 [1]    |
  318.167 [0]    |
  369.464 [0]    |
  420.761 [8]    |
  472.058 [30]   |
  523.355 [11]   |

Latency distribution:
  10 % in 46.31 ms 
  25 % in 63.92 ms 
  50 % in 84.03 ms 
  75 % in 95.21 ms 
  90 % in 114.55 ms 
  95 % in 139.58 ms 
  99 % in 197.26 ms 

Status code distribution:
  [OK]   5000 responses   

iter8 report

Experiment summary:
*******************

  Experiment completed: true
  No task failures: true
  Total number of tasks: 6
  Number of completed tasks: 6
  Number of completed loops: 1

Whether or not service level objectives (SLOs) are satisfied:
*************************************************************

  SLO Conditions                 | Satisfied
  --------------                 | ---------
  grpc/error-rate <= 0           | true
  grpc/latency/mean (msec) <= 50 | true
  grpc/latency/p99 (msec) <= 100 | true
  

Latest observed values for metrics:
***********************************

  Metric                   | value
  -------                  | -----
  grpc/error-count         | 0.00
  grpc/error-rate          | 0.00
  grpc/latency/mean (msec) | 16.92
  grpc/latency/p99 (msec)  | 63.00
  grpc/request-count       | 50000.00
  

iter8 report

Experiment summary:
*******************

  Experiment completed: true
  No task failures: true
  Total number of tasks: 6
  Number of completed tasks: 6
  Number of completed loops: 1

Whether or not service level objectives (SLOs) are satisfied:
*************************************************************

  SLO Conditions                 | Satisfied
  --------------                 | ---------
  grpc/error-rate <= 0           | true
  grpc/latency/mean (msec) <= 50 | true
  grpc/latency/p99 (msec) <= 100 | true
  

Latest observed values for metrics:
***********************************

  Metric                   | value
  -------                  | -----
  grpc/error-count         | 0.00
  grpc/error-rate          | 0.00
  grpc/latency/mean (msec) | 16.65
  grpc/latency/p99 (msec)  | 63.00
  grpc/request-count       | 50000.00
  

iter8 report

Experiment summary:
*******************

  Experiment completed: true
  No task failures: true
  Total number of tasks: 6
  Number of completed tasks: 6
  Number of completed loops: 1

Whether or not service level objectives (SLOs) are satisfied:
*************************************************************

  SLO Conditions                 | Satisfied
  --------------                 | ---------
  grpc/error-rate <= 0           | true
  grpc/latency/mean (msec) <= 50 | true
  grpc/latency/p99 (msec) <= 100 | true
  

Latest observed values for metrics:
***********************************

  Metric                   | value
  -------                  | -----
  grpc/error-count         | 0.00
  grpc/error-rate          | 0.00
  grpc/latency/mean (msec) | 16.30
  grpc/latency/p99 (msec)  | 55.00
  grpc/request-count       | 50000.00
  

@chgl chgl merged commit 3ab6a75 into master Mar 2, 2024
16 checks passed
@miracum-bot miracum-bot mentioned this pull request Mar 2, 2024
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