Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps golangci/golangci-lint-action from 6 to 7.

Release notes

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

v7.0.0

⚠️ The GitHub Action v7 supports golangci-lint v2 only. ⚠️

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

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [golangci/golangci-lint-action](https://github.com/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
...

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 31, 2025
@VladimirUmek
Copy link
Contributor

@JonatanAntoni can this be merged? Who can review?

@JonatanAntoni
Copy link
Member

@VladimirUmek, this is not an easy one because it requires a major update of golangci-lint which has updated the config file format and might issue lots of new warnings. I can have a look, later.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This pull request bumps golangci/golangci-lint-action from version 6 to version 7 and includes several minor refactorings and cleanups throughout the codebase. The changes primarily update output formatting, simplify test variable declarations, refactor lexing logic, adjust switch usage in the make command, and update GolangCI configuration and GitHub workflows.

Reviewed Changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
tools/eventlist/pkg/output/output.go Refactored conditional checks for output format using a switch statement.
tools/eventlist/pkg/event/event_test.go Changed event type declarations to use type inference in tests.
tools/eventlist/pkg/eval/expression.go Replaced an if-else with a switch for handling escape characters.
tools/eventlist/cmd/make/make.go Updated switch usage for command processing and adjusted field access.
tools/eventlist/.golangci.yaml Upgraded configuration with added linters and new exclusions.
.github/workflows/eventlist.yml Updated GitHub Action version from v6 to v7.

@github-actions
Copy link
Contributor

github-actions bot commented Apr 1, 2025

Test Results

    3 files  ±0     21 suites  ±0   0s ⏱️ ±0s
1 203 tests ±0  1 203 ✅ ±0  0 💤 ±0  0 ❌ ±0 
3 609 runs  ±0  3 609 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit d2d1111. ± Comparison against base commit 5670b41.

@JonatanAntoni
Copy link
Member

@soumeh01, looks like CodeCov doesn't work (anymore).

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 5, 2025

A newer version of golangci/golangci-lint-action exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@soumeh01
Copy link
Collaborator

soumeh01 commented May 6, 2025

@soumeh01, looks like CodeCov doesn't work (anymore).

@JonatanAntoni CodeCov has stopped tokenless usage for public repos as well. I have been thinking about moving this to codeclimate as other golang repos. We need to have our repo registered at codeclimate.

@JonatanAntoni
Copy link
Member

I have been thinking about moving this to codeclimate as other golang repos. We need to have our repo registered at codeclimate.

Sounds reasonable!

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.

4 participants