Skip to content

Update github actions#766

Merged
rdimitrov merged 1 commit intomainfrom
renovate/github-actions
May 5, 2026
Merged

Update github actions#766
rdimitrov merged 1 commit intomainfrom
renovate/github-actions

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 4, 2026

This PR contains the following updates:

Package Type Update Change
anthropics/claude-code-action (changelog) action digest 11a9dad2cc1ac1
github/codeql-action (changelog) action digest 95e58e9e46ed2c

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies label May 4, 2026
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 60.50%. Comparing base (3ce94c2) to head (717e7f9).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #766      +/-   ##
==========================================
+ Coverage   60.48%   60.50%   +0.01%     
==========================================
  Files         108      108              
  Lines       10580    10580              
==========================================
+ Hits         6399     6401       +2     
+ Misses       3611     3610       -1     
+ Partials      570      569       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

@renovate renovate Bot force-pushed the renovate/github-actions branch from cd47b1c to d2dadac Compare May 5, 2026 01:45
rdimitrov added a commit that referenced this pull request May 5, 2026
## Summary

- `golangci-lint` v2.12.1 tightened `goconst` and added a `govet`
`inline` check, making CI red on every open PR (#766, #767, future
renovates) even though no code changed
- Excludes `goconst` from `_test.go` and test-fixture files (in line
with the existing `lll`/`gocyclo`/`errcheck`/`dupl`/`gosec` test
exclusions) — table-driven fixtures read better inline than hoisted
- Fixes the production-code findings properly with named constants
(audit target field keys, kubernetes registry/transport types via
upstream `model.*`, telemetry `DefaultServiceVersion`, etc.) and
replaces `reflect.Ptr` with `reflect.Pointer` in `marshalJSONOrNil` for
the new `govet` rule

## Why this exists separately

This is purely a CI unblocker — none of the underlying code is broken,
only the linter shifted under us. Keeping it as its own PR so #766, #767
and the next batch of renovate PRs can rebase onto a green `main`
without absorbing this churn.

## Test plan

- [x] `golangci-lint run --timeout=5m` — `0 issues`
- [x] `go build ./...` — clean
- [x] `go test -short ./internal/audit/... ./internal/config/...
./internal/kubernetes/... ./internal/telemetry/...` — green
- [ ] CI: `Linting / Lint Go Code` passes
- [ ] CI: full test matrix passes (the renamed audit map keys and
kubernetes constants are exercised by the existing test suites)

🤖 Generated with [Claude Code](https://claude.com/claude-code)
@renovate renovate Bot force-pushed the renovate/github-actions branch from d2dadac to 717e7f9 Compare May 5, 2026 09:34
@rdimitrov rdimitrov enabled auto-merge (squash) May 5, 2026 09:35
@rdimitrov rdimitrov merged commit 0e48936 into main May 5, 2026
15 checks passed
@rdimitrov rdimitrov deleted the renovate/github-actions branch May 5, 2026 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants