Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bump golangci/golangci-lint-action from 2 to 3 #96

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 21, 2022

Bumps golangci/golangci-lint-action from 2 to 3.

Release notes

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

v3.0.0

What's Changed

New Contributors

Full Changelog: golangci/golangci-lint-action@v2...v3.0.0

Bump version v2.5.2

Bug fixes

  • 5c56cd6 Extract and don't mangle User Args. (#200)

Dependencies

  • e3c53fe bump @​typescript-eslint/eslint-plugin (#194)
  • 3b9f80e bump @​typescript-eslint/parser from 4.18.0 to 4.19.0 (#195)
  • 9845713 bump @​types/node from 14.14.35 to 14.14.37 (#197)
  • e789ee1 bump eslint from 7.22.0 to 7.23.0 (#196)
  • f2e9a96 bump @​typescript-eslint/eslint-plugin (#188)
  • 818081a bump @​types/node from 14.14.34 to 14.14.35 (#189)
  • 6671836 bump @​typescript-eslint/parser from 4.17.0 to 4.18.0 (#190)
  • 526907e bump @​typescript-eslint/parser from 4.16.1 to 4.17.0 (#185)
  • 6b6ba16 bump @​typescript-eslint/eslint-plugin (#186)
  • 9cab4ef bump eslint from 7.21.0 to 7.22.0 (#187)
  • 0c76572 bump @​types/node from 14.14.32 to 14.14.34 (#184)
  • 0dfde21 bump @​typescript-eslint/parser from 4.15.2 to 4.16.1 (#182)
  • 9dcf389 bump typescript from 4.2.2 to 4.2.3 (#181)
  • 34d3904 bump @​types/node from 14.14.31 to 14.14.32 (#180)
  • e30b22f bump @​typescript-eslint/eslint-plugin (#179)
  • 8f30d25 bump eslint from 7.20.0 to 7.21.0 (#177)
  • 0b64a40 bump @​typescript-eslint/parser from 4.15.1 to 4.15.2 (#176)
  • 973b3a3 bump eslint-config-prettier from 8.0.0 to 8.1.0 (#178)
  • 6ea3de1 bump @​typescript-eslint/eslint-plugin (#175)
  • 6eec6af bump typescript from 4.1.5 to 4.2.2 (#174)

v2.5.1

Bug fixes:

  • d9f0e73 Check that go.mod exists in reading the version (#173)

v2.5.0

New Features:

  • 51485a4 Try to get version from go.mod file (#118)

... (truncated)

Commits
  • 07db538 build(deps): bump @​actions/cache from 3.0.4 to 3.0.5 (#586)
  • 328c000 build(deps-dev): bump @​typescript-eslint/eslint-plugin from 5.39.0 to 5.40.0 ...
  • 3a79f8d build(deps-dev): bump @​typescript-eslint/parser from 5.39.0 to 5.40.0 (#584)
  • 43c645b build(deps-dev): bump eslint from 8.24.0 to 8.25.0 (#582)
  • 88e5fc6 build(deps-dev): bump @​typescript-eslint/eslint-plugin from 5.38.1 to 5.39.0 ...
  • 6191de5 build(deps-dev): bump @​typescript-eslint/parser from 5.38.1 to 5.39.0 (#580)
  • 5423639 build(deps): bump @​actions/core from 1.9.1 to 1.10.0 (#578)
  • c225631 build(deps): bump @​actions/github from 5.1.0 to 5.1.1 (#576)
  • b81d829 build(deps-dev): bump typescript from 4.8.3 to 4.8.4 (#577)
  • 5b682fd build(deps-dev): bump @​typescript-eslint/parser from 5.38.0 to 5.38.1 (#575)
  • Additional commits viewable in compare view

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Dec 21, 2022
@codecov
Copy link

codecov bot commented Dec 21, 2022

Codecov Report

Merging #96 (d4fe8de) into main (654a78d) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #96   +/-   ##
=======================================
  Coverage   68.79%   68.79%           
=======================================
  Files          13       13           
  Lines         455      455           
=======================================
  Hits          313      313           
  Misses         99       99           
  Partials       43       43           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@dependabot dependabot bot force-pushed the dependabot/github_actions/golangci/golangci-lint-action-3 branch from 39248cb to 6406ed8 Compare December 21, 2022 22:57
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 2 to 3.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](golangci/golangci-lint-action@v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/golangci/golangci-lint-action-3 branch from 6406ed8 to d4fe8de Compare December 21, 2022 23:00
@mergify mergify bot merged commit 0b089ca into main Dec 21, 2022
@mergify mergify bot deleted the dependabot/github_actions/golangci/golangci-lint-action-3 branch December 21, 2022 23:02
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants