Skip to content

build(deps): bump golangci/golangci-lint-action from 774c35bcccffb734694af9e921f12f57d882ef74 to 9937fdf7189f2958a2dc9f6d585e5d65e3326d20 #3769

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Bumps golangci/golangci-lint-action from 774c35bcccffb734694af9e921f12f57d882ef74 to 9937fdf7189f2958a2dc9f6d585e5d65e3326d20.

Commits
  • 9937fdf build(deps): bump @​types/node from 22.10.1 to 22.10.2 in the dependencies gro...
  • cb60b26 build(deps-dev): bump the dev-dependencies group with 2 updates (#1136)
  • See full diff 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)

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 774c35bcccffb734694af9e921f12f57d882ef74 to 9937fdf7189f2958a2dc9f6d585e5d65e3326d20.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](golangci/golangci-lint-action@774c35b...9937fdf)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Dec 16, 2024
@djdongjin djdongjin added this to the v2.0.3 milestone Dec 17, 2024
@djdongjin djdongjin merged commit 0e5f7fd into main Dec 17, 2024
30 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/golangci/golangci-lint-action-9937fdf7189f2958a2dc9f6d585e5d65e3326d20 branch December 17, 2024 01:41
@@ -51,7 +51,7 @@ jobs:
go-version: ${{ env.GO_VERSION }}
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@774c35bcccffb734694af9e921f12f57d882ef74 # v6.1.1
uses: golangci/golangci-lint-action@9937fdf7189f2958a2dc9f6d585e5d65e3326d20 # v6.1.1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The comment is incorrect?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah you're right 6.1.1 was released On Oct. 2. Both 774c35... and 9937fd... are from main branch.

@apostasie can you explain a bit more the benefit of using sha directly instead of tag (either 6.x.x/6.x/6)? Seems now dependabot will always upgrade to the latest main commit if sha is used.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was brought up here: #3739 (comment)

The reasoning was to tighten security and align with the rest of the ecosystem (containerd / lima).

Looking now at containerd: containerd/containerd@045ab3c - it does seem like dependabot is acting as expected.

Maybe the initial commit sha here was mistakenly from master?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just looked at commit history. I probably fat fingered the sha copy paste and used a commit from master instead of from the release tag.

Should be / should have been 971e284b6050e8a5849b72094c50ab08da042db8

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@djdongjin #3777

Let's try this and see what dependabot is doing.

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants