Skip to content

Bump golangci/golangci-lint-action from 9.2.1 to 9.3.0 - #959

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/golangci/golangci-lint-action-9.3.0
Open

Bump golangci/golangci-lint-action from 9.2.1 to 9.3.0#959
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/golangci/golangci-lint-action-9.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps golangci/golangci-lint-action from 9.2.1 to 9.3.0.

Release notes

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

v9.3.0

What's Changed

Changes

Dependencies

Full Changelog: golangci/golangci-lint-action@v9.2.1...v9.3.0

Commits
  • ba0d7d2 chore: prepare release v9.3.0
  • efd0857 feat: add no-run-logs-group as experimental option (#1403)
  • ed485de build(deps): bump undici from 6.24.0 to 6.27.0
  • 8872e8d build(deps-dev): bump js-yaml from 4.1.1 to 4.2.0 (#1400)
  • b163415 build(deps): bump tmp from 0.2.6 to 0.2.7 (#1399)
  • e52a9f8 build(deps): bump github/codeql-action from 4.35.5 to 4.36.0 in the github-ac...
  • 8182aa3 build(deps): bump tmp from 0.2.5 to 0.2.6 (#1397)
  • 5403a41 build(deps): bump github/codeql-action from 4.35.4 to 4.35.5 in the github-ac...
  • See full diff in compare view

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 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 9.2.1 to 9.3.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](golangci/golangci-lint-action@82606bf...ba0d7d2)

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

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 Jul 6, 2026
@fullsend-ai-review

fullsend-ai-review Bot commented Jul 6, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 7:47 AM UTC · Completed 7:49 AM UTC
Commit: ec21706 · View workflow run →

@fullsend-ai-review

Copy link
Copy Markdown

Review

Verdict: approve

Summary

Standard Dependabot minor version bump of golangci/golangci-lint-action from v9.2.1 → v9.3.0 in .github/workflows/go-ci.yaml. The change updates the pinned commit SHA from 82606bf2 to ba0d7d2e, which maps to the v9.3.0 release.

Analysis

Dimension Result
Correctness ✅ SHA ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a matches the v9.3.0 release tag. The version comment # v9 remains accurate. golangci-lint version itself is sourced from the Makefile, unchanged.
Security ✅ Action pinned by full SHA (not a mutable tag). Minor version bump within v9 — backward compatible. No new permissions or inputs required.
Intent & coherence ✅ Routine dependency maintenance by Dependabot. Appropriately scoped (single file, single dependency).
Style & conventions ✅ Pin format @<sha> # v9 is consistent with other action references in the workflow.
Documentation ✅ No docs changes needed for a CI action version bump.
Cross-repo contracts ✅ No external API or schema impact.

Findings

No findings.


Protected paths detected — this PR modifies files under one or more
protected paths. The review agent cannot approve PRs that touch these paths.
A human reviewer must approve this PR.

Protected files in this PR:

  • .github/workflows/go-ci.yaml

@fullsend-ai-review fullsend-ai-review Bot added the requires-manual-review Review requires human judgment label Jul 6, 2026
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 30.28%. Comparing base (60c7a63) to head (f931354).

❗ There is a different number of reports uploaded between BASE (60c7a63) and HEAD (f931354). Click for more details.

HEAD has 3 uploads less than BASE
Flag BASE (60c7a63) HEAD (f931354)
unit-tests 2 0
e2e-tests 2 1
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             main     #959       +/-   ##
===========================================
- Coverage   76.92%   30.28%   -46.65%     
===========================================
  Files          26       26               
  Lines        2817     2817               
===========================================
- Hits         2167      853     -1314     
- Misses        452     1800     +1348     
+ Partials      198      164       -34     
Flag Coverage Δ
e2e-tests 30.28% <ø> (+0.10%) ⬆️
unit-tests ?

Flags with carried forward coverage won't be shown. Click here to find out more.
see 22 files with indirect coverage changes


Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 60c7a63...f931354. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mshaposhnik

Copy link
Copy Markdown
Contributor

/approve

@mshaposhnik

Copy link
Copy Markdown
Contributor

/retest

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 requires-manual-review Review requires human judgment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants