Skip to content

Propagate changes from development into feature/beta-release#978

Merged
Wikid82 merged 7 commits intofeature/beta-releasefrom
development
Apr 27, 2026
Merged

Propagate changes from development into feature/beta-release#978
Wikid82 merged 7 commits intofeature/beta-releasefrom
development

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Automated PR to propagate changes from development into feature/beta-release.

Triggered by push to development.

@github-advanced-security
Copy link
Copy Markdown
Contributor

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:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions Bot commented Apr 27, 2026

✅ Supply Chain Verification Results

PASSED

📦 SBOM Summary

  • Components: 1485

🔍 Vulnerability Scan

Severity Count
🔴 Critical 0
🟠 High 0
🟡 Medium 5
🟢 Low 2
Total 7

📎 Artifacts

  • SBOM (CycloneDX JSON) and Grype results available in workflow artifacts

Generated by Supply Chain Verification workflow • View Details

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@Wikid82 Wikid82 marked this pull request as ready for review April 27, 2026 06:17
Copilot AI review requested due to automatic review settings April 27, 2026 06:17
@Wikid82 Wikid82 merged commit 3a02a4b into feature/beta-release Apr 27, 2026
16 checks passed
Copy link
Copy Markdown
Contributor

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

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/otel in 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 minimumReleaseAge to null.

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.

Comment thread Dockerfile
# 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 && \
Comment thread .github/renovate.json
".docker/**"
],

"minimumReleaseAge": null,
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.

3 participants