-
Notifications
You must be signed in to change notification settings - Fork 90
build(deps): bump the github-actions group across 1 directory with 2 updates #4728
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
base: main
Are you sure you want to change the base?
build(deps): bump the github-actions group across 1 directory with 2 updates #4728
Conversation
ReviewersThe following teams could not be added as reviewers: Please fix the above issues or remove invalid values from |
This pull request does not have a backport label. Could you fix it @dependabot[bot]? 🙏
|
…updates Bumps the github-actions group with 2 updates in the / directory: [updatecli/updatecli-action](https://github.com/updatecli/updatecli-action) and [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action). Updates `updatecli/updatecli-action` from 2.79.0 to 2.80.0 - [Release notes](https://github.com/updatecli/updatecli-action/releases) - [Commits](updatecli/updatecli-action@b0d4fd8...339fdb3) Updates `golangci/golangci-lint-action` from 6.5.2 to 7.0.0 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@55c2c14...1481404) --- updated-dependencies: - dependency-name: updatecli/updatecli-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - 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>
7e6a1a4
to
039d387
Compare
The golangci-lint check is failing like so:
This if happening because, according to https://github.com/golangci/golangci-lint-action?tab=readme-ov-file#compatibility, |
I bumped up the version of golangci-lint to v2 in the golangci-lint-action configuration file but that requires migrating the |
ad85dfd
to
c1f2d87
Compare
@@ -32,7 +32,7 @@ jobs: | |||
- uses: actions/checkout@v4 | |||
|
|||
- name: Install Updatecli in the runner | |||
uses: updatecli/updatecli-action@b0d4fd84ae72108930c9adb83bb4beba1acbaf9f # v2.79.0 | |||
uses: updatecli/updatecli-action@339fdb3f3bf66d14fe5830248b4e893990415cd0 # v2.80.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If possible, let's avoid the bump, I'm working on fixing some of the existing issues with the current approach for Beats, and eventually here too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, I can revert the updatecli/updatecli-action
version bump in this PR. Just to double check, there is no problem with keeping the golangci/golangci-lint-action
version bump in this PR, correct, @v1v?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, correct, thanks @ycombinator
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, done.
19b6888
to
cda53ce
Compare
|
Bumps the github-actions group with 2 updates in the / directory: updatecli/updatecli-action and golangci/golangci-lint-action.
Updates
updatecli/updatecli-action
from 2.79.0 to 2.80.0Release notes
Sourced from updatecli/updatecli-action's releases.
Commits
339fdb3
Bump "eslint-plugin-prettier" package version (#880)4906124
deps: bump updatecli version (#881)5e618c7
deps: bump updatecli version (#877)Updates
golangci/golangci-lint-action
from 6.5.2 to 7.0.0Release notes
Sourced from golangci/golangci-lint-action's releases.
Commits
1481404
7.0.0dec74fa
feat: golangci-lint v2 support (#1198)1f07148
build(deps-dev): bump the dev-dependencies group with 3 updates (#1207)9938e10
docs: fix checks permissions for annotations (#1204)b91d580
docs: update annotation permissions (#1203)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