Propagate changes from development into feature/beta-release#978
Propagate changes from development into feature/beta-release#978Wikid82 merged 7 commits intofeature/beta-releasefrom
Conversation
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
✅ Supply Chain Verification Results✅ PASSED 📦 SBOM Summary
🔍 Vulnerability Scan
📎 Artifacts
Generated by Supply Chain Verification workflow • View Details |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
…pdates chore(deps): update non-major-updates (development)
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Automated merge-forward PR syncing the development branch into feature/beta-release, including security-related dependency pinning and CI/config updates.
Changes:
- Pin
go.opentelemetry.io/otelin the Docker build to address a newly noted OpenTelemetry-Go vulnerability. - Update the pinned commit SHA for the GoReleaser GitHub Action (still v7).
- Adjust Renovate configuration by explicitly setting
minimumReleaseAgetonull.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| Dockerfile | Adds a Go module pin intended to ensure the built binary pulls a non-vulnerable OpenTelemetry version. |
| .github/workflows/release-goreleaser.yml | Updates the pinned digest for the goreleaser action used in releases. |
| .github/renovate.json | Changes Renovate behavior around release age gating by setting minimumReleaseAge. |
| # Pin here so the CrowdSec binary is patched immediately; | ||
| # remove once CrowdSec ships a release built with go.opentelemetry.io/otel >= v1.41.0. | ||
| # renovate: datasource=go depName=go.opentelemetry.io/otel | ||
| go get go.opentelemetry.io/otel@v1.43.0 && \ |
| ".docker/**" | ||
| ], | ||
|
|
||
| "minimumReleaseAge": null, |
Automated PR to propagate changes from development into feature/beta-release.
Triggered by push to development.