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

Bump golangci/golangci-lint-action from 6 to 7 in the github-actions group #2721

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 2025

Bumps the github-actions group with 1 update: golangci/golangci-lint-action.

Updates golangci/golangci-lint-action from 6 to 7

Release notes

Sourced from golangci/golangci-lint-action's releases.

v7.0.0

What's Changed

Changes

Documentation

Dependencies

New Contributors

Full Changelog: golangci/golangci-lint-action@v6.5.2...v7.0.0

v6.5.2

What's Changed

Changes

Dependencies

Full Changelog: golangci/golangci-lint-action@v6.5.1...v6.5.2

v6.5.1

What's Changed

Changes

Documentation

Dependencies

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the github-actions group with 1 update: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action).


Updates `golangci/golangci-lint-action` from 6 to 7
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](golangci/golangci-lint-action@v6...v7)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 25, 2025
Copy link
Contributor

Benchmark Results

java_gradle_parallel.csv

Commit CPU Memory Time ExitCode
ce9a5a9 6% 129980 0:47.00 0
706e32a 5% 117148 0:43.23 0
9561cf7 5% 99992 0:43.80 0
9083cca 5% 101940 0:45.12 0

java_maven_serial.csv

Commit CPU Memory Time ExitCode
ce9a5a9 77% 219096 0:17.32 0
706e32a 74% 212348 0:18.09 0
9561cf7 75% 218496 0:18.03 0
9083cca 78% 218836 0:16.88 0

java_gradle_multithreaded.csv

Commit CPU Memory Time ExitCode
ce9a5a9 9% 122104 0:24.84 0
706e32a 9% 120532 0:23.28 0
9561cf7 10% 107608 0:23.82 0
9083cca 9% 121372 0:26.26 0

java_simple_parallel.csv

Commit CPU Memory Time ExitCode
ce9a5a9 22% 66848 0:24.94 0
706e32a 22% 66904 0:24.29 0
9561cf7 21% 66824 0:26.36 0
9083cca 20% 67520 0:26.25 0

java_simple_multithreaded.csv

Commit CPU Memory Time ExitCode
ce9a5a9 32% 63300 0:11.93 0
706e32a 36% 65004 0:10.94 0
9561cf7 40% 64832 0:09.60 0
9083cca 28% 65656 0:13.51 0

java_simple_serial.csv

Commit CPU Memory Time ExitCode
ce9a5a9 47% 65048 0:13.94 0
706e32a 55% 64864 0:11.57 0
9561cf7 46% 63688 0:14.20 0
9083cca 49% 65244 0:12.97 0

java_maven_parallel.csv

Commit CPU Memory Time ExitCode
ce9a5a9 34% 189984 0:35.83 0
706e32a 35% 203480 0:35.27 0
9561cf7 34% 207744 0:38.52 0
9083cca 34% 205184 0:35.58 0

java_gradle_serial.csv

Commit CPU Memory Time ExitCode
ce9a5a9 10% 124892 0:25.89 0
706e32a 9% 125128 0:27.08 0
9561cf7 10% 122124 0:24.88 0
9083cca 9% 119696 0:27.09 0

java_maven_multithreaded.csv

Commit CPU Memory Time ExitCode
ce9a5a9 69% 205012 0:15.45 0
706e32a 64% 203284 0:16.26 0
9561cf7 69% 209944 0:15.05 0
9083cca 66% 203036 0:15.88 0

Notes

  • The results above are generated by running against seed projects in https://github.com/getgauge/gauge-benchmark
  • These results are not persisted, but on merging to master the benchmark will be rerun.
  • These benchmark are run in Github Actions' agents, which are virtualized. Results are not to be taken as actual benchmarks.Rather, these are indicative numbers and make sense for comparison.

See Workflow log for more details.

@chadlwilson chadlwilson marked this pull request as draft March 25, 2025 02:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Development

Successfully merging this pull request may close these issues.

0 participants