Conversation
Bumps [github.com/coreos/go-systemd/v22](https://github.com/coreos/go-systemd) from 22.6.0 to 22.7.0. - [Release notes](https://github.com/coreos/go-systemd/releases) - [Commits](coreos/go-systemd@v22.6.0...v22.7.0) --- updated-dependencies: - dependency-name: github.com/coreos/go-systemd/v22 dependency-version: 22.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/google/cel-go](https://github.com/google/cel-go) from 0.26.1 to 0.27.0. - [Release notes](https://github.com/google/cel-go/releases) - [Commits](google/cel-go@v0.26.1...v0.27.0) --- updated-dependencies: - dependency-name: github.com/google/cel-go dependency-version: 0.27.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.262.0 to 0.264.0. - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](googleapis/google-api-go-client@v0.262.0...v0.264.0) --- updated-dependencies: - dependency-name: google.golang.org/api dependency-version: 0.264.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/google/cel-go](https://github.com/google/cel-go) from 0.26.1 to 0.27.0. - [Release notes](https://github.com/google/cel-go/releases) - [Commits](google/cel-go@v0.26.1...v0.27.0) --- updated-dependencies: - dependency-name: github.com/google/cel-go dependency-version: 0.27.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.10.9 to 1.11.1. - [Release notes](https://github.com/lib/pq/releases) - [Changelog](https://github.com/lib/pq/blob/master/CHANGELOG.md) - [Commits](lib/pq@v1.10.9...v1.11.1) --- updated-dependencies: - dependency-name: github.com/lib/pq dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…nt/main/github.com/lib/pq-1.11.1' into ladithyav-dependabot-05-02
…antine/main/github.com/google/cel-go-0.27.0' into ladithyav-dependabot-05-02
…itors/csp-health-monitor/main/google.golang.org/api-0.264.0' into ladithyav-dependabot-05-02
…onnectors/main/github.com/google/cel-go-0.27.0' into ladithyav-dependabot-05-02
…itors/syslog-health-monitor/main/github.com/coreos/go-systemd/v22-22.7.0' into ladithyav-dependabot-05-02
📝 WalkthroughWalkthroughThis PR updates Go module dependencies across 9 modules, primarily bumping github.com/lib/pq from v1.10.9 to v1.11.1 and other utility libraries to newer versions, with removal of unused indirect dependencies in some modules. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 golangci-lint (2.5.0)level=error msg="[linters_context] typechecking error: pattern ./...: directory prefix . does not contain main module or its selected dependencies" Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
/ok to test 1e42e04 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@platform-connectors/go.mod`:
- Line 9: The upgrade to github.com/google/cel-go v0.27.0 means CEL type
identifiers no longer act as variables; scan all CEL expressions and policy
files in platform-connectors and fault-quarantine for any occurrences where a
type name is being used as a variable (search CEL/policy/rule files and any code
building expressions), and update them to use distinct variable names or
explicitly reference the type (or fully-qualified type access) instead; ensure
functions that construct or evaluate CEL expressions (e.g., any policy
evaluation helpers or expression-builder utilities) no longer assume
type-as-variable behavior and rename shadowing variables or refactor the
expression to avoid relying on the old semantics.
Summary
Type of Change
Component(s) Affected
Testing
Checklist
Summary by CodeRabbit