azure-resourcemanager-exporter
azure-resourcemanager-exporter copied to clipboard
Bump golangci/golangci-lint-action from 4 to 5
Bumps golangci/golangci-lint-action from 4 to 5.
Release notes
Sourced from golangci/golangci-lint-action's releases.
v5.0.0
What's Changed
skip-pkg-cache
andskip-build-cache
have been removed because the cache related to Go itself is already handled byactions/setup-go
.Changes
- feat: add support for pull_request_target and only-new-issues by
@kovetskiy
in golangci/golangci-lint-action#506- feat: add option to not save cache by
@navijation
in golangci/golangci-lint-action#851- feat: remove Go cache management by
@ldez
in golangci/golangci-lint-action#1024New Contributors
@kovetskiy
made their first contribution in golangci/golangci-lint-action#506@navijation
made their first contribution in golangci/golangci-lint-action#851Full Changelog: https://github.com/golangci/golangci-lint-action/compare/v4.0.1...v5.0.0
v4.0.1
What's Changed
Documentation
- docs: update the version of the action used in the README example by
@178inaba
in golangci/golangci-lint-action#977Dependencies
- build(deps): bump
@types/semver
from 7.5.6 to 7.5.7 by@dependabot
in golangci/golangci-lint-action#969- build(deps-dev): bump
@typescript-eslint/parser
from 6.20.0 to 6.21.0 by@dependabot
in golangci/golangci-lint-action#970- build(deps-dev): bump eslint-plugin-simple-import-sort from 10.0.0 to 12.0.0 by
@dependabot
in golangci/golangci-lint-action#971- build(deps-dev): bump
@typescript-eslint/eslint-plugin
from 6.20.0 to 6.21.0 by@dependabot
in golangci/golangci-lint-action#973- build(deps): bump
@types/node
from 20.11.16 to 20.11.17 by@dependabot
in golangci/golangci-lint-action#972- build(deps): bump
@types/node
from 20.11.17 to 20.11.19 by@dependabot
in golangci/golangci-lint-action#979- build(deps-dev): bump
@typescript-eslint/eslint-plugin
from 6.21.0 to 7.0.0 by@dependabot
in golangci/golangci-lint-action#980- build(deps): bump undici from 5.26.3 to 5.28.3 by
@dependabot
in golangci/golangci-lint-action#976- build(deps): bump
@types/node
from 20.11.19 to 20.11.20 by@dependabot
in golangci/golangci-lint-action#985- build(deps): bump
@types/semver
from 7.5.7 to 7.5.8 by@dependabot
in golangci/golangci-lint-action#986- build(deps-dev): bump eslint from 8.56.0 to 8.57.0 by
@dependabot
in golangci/golangci-lint-action#987- build(deps): bump tmp from 0.2.1 to 0.2.3 by
@dependabot
in golangci/golangci-lint-action#989- build(deps-dev): bump
@typescript-eslint/parser
from 6.21.0 to 7.1.0 by@dependabot
in golangci/golangci-lint-action#988- build(deps): bump
@types/node
from 20.11.20 to 20.11.24 by@dependabot
in golangci/golangci-lint-action#990- build(deps-dev): bump
@typescript-eslint/parser
from 7.1.0 to 7.1.1 by@dependabot
in golangci/golangci-lint-action#991- build(deps): bump
@types/node
from 20.11.24 to 20.11.25 by@dependabot
in golangci/golangci-lint-action#992- build(deps-dev): bump typescript from 5.3.3 to 5.4.2 by
@dependabot
in golangci/golangci-lint-action#993- build(deps-dev): bump
@typescript-eslint/eslint-plugin
from 7.1.0 to 7.1.1 by@dependabot
in golangci/golangci-lint-action#994- build(deps): bump
@actions/http-client
from 2.2.0 to 2.2.1 by@dependabot
in golangci/golangci-lint-action#995- build(deps): bump google.golang.org/protobuf from 1.28.0 to 1.33.0 in /sample-go-mod by
@dependabot
in golangci/golangci-lint-action#997- build(deps-dev): bump
@typescript-eslint/parser
from 7.1.1 to 7.2.0 by@dependabot
in golangci/golangci-lint-action#998- build(deps): bump
@types/node
from 20.11.25 to 20.11.28 by@dependabot
in golangci/golangci-lint-action#1000- build(deps-dev): bump
@typescript-eslint/eslint-plugin
from 7.1.1 to 7.2.0 by@dependabot
in golangci/golangci-lint-action#999- build(deps-dev): bump
@typescript-eslint/eslint-plugin
from 7.2.0 to 7.3.1 by@dependabot
in golangci/golangci-lint-action#1003- build(deps): bump
@types/node
from 20.11.28 to 20.11.30 by@dependabot
in golangci/golangci-lint-action#1004
... (truncated)
Commits
9d1e062
feat: only new issues enhancements (#1029)692c9c9
build(deps-dev): bump@typescript-eslint/eslint-plugin
from 7.7.0 to 7.7.1 (#...ef6d5d0
build(deps-dev): bump@typescript-eslint/parser
from 7.7.0 to 7.7.1 (#1027)d149ece
docs: update readmef89fd48
docs: update readme47ef1b2
docs: update readme7c0f80c
docs: update readme3adb6d0
docs: update readme03a8ce6
docs: update readme82d40c2
feat: remove Go cache management (#1024)- Additional commits viewable in compare view
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 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)
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
No data about Duplication
Superseded by #116.