Update plengauer/opentelemetry-github action to v5.50.0#1206
Conversation
There was a problem hiding this comment.
Pull request overview
Updates GitHub Actions workflows to use plengauer/opentelemetry-github v5.48.0 (from v5.47.3) for OpenTelemetry instrumentation across CI, publishing, and deployment workflows.
Changes:
- Bumped
plengauer/opentelemetry-github/actions/instrument/*action references tov5.48.0in multiple workflows. - Updated deploy instrumentation steps to
v5.48.0where used.
Reviewed changes
Copilot reviewed 26 out of 26 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/update_deb_repository.yml | Bumps job instrumentation action to v5.48.0 for deb repo update workflow. |
| .github/workflows/test_integration.yml | Bumps instrumentation action to v5.48.0 for integration test workflow. |
| .github/workflows/renovate.yml | Bumps instrumentation action to v5.48.0 for Renovate workflow. |
| .github/workflows/publish_package_voice.yml | Bumps instrumentation action to v5.48.0 for Voice package publish jobs. |
| .github/workflows/publish_package_scheduler.yml | Bumps instrumentation action to v5.48.0 for Scheduler package publish jobs. |
| .github/workflows/publish_package_discordgateway2http.yml | Bumps instrumentation action to v5.48.0 for DiscordGateway2HTTP package publish jobs. |
| .github/workflows/publish_package_backend.yml | Bumps instrumentation action to v5.48.0 for Backend package publish jobs. |
| .github/workflows/publish_image_voice.yml | Bumps instrumentation action to v5.48.0 for Voice image publishing jobs. |
| .github/workflows/publish_image_scheduler.yml | Bumps instrumentation action to v5.48.0 for Scheduler image publishing jobs. |
| .github/workflows/publish_image_discordgateway2httpmaster.yml | Bumps instrumentation action to v5.48.0 for DiscordGateway2HTTP master image publishing jobs. |
| .github/workflows/publish_image_discordgateway2http.yml | Bumps instrumentation action to v5.48.0 for DiscordGateway2HTTP image publishing jobs. |
| .github/workflows/publish_image_collector.yml | Bumps instrumentation action to v5.48.0 for Collector image publishing jobs. |
| .github/workflows/publish_image_backend.yml | Bumps instrumentation action to v5.48.0 for Backend image publishing jobs. |
| .github/workflows/publish_debian_root.yml | Bumps instrumentation action to v5.48.0 for Root Debian publishing jobs. |
| .github/workflows/publish_debian_recommended.yml | Bumps instrumentation action to v5.48.0 for Recommended Debian publishing jobs. |
| .github/workflows/publish_debian_containerized.yml | Bumps instrumentation action to v5.48.0 for Containerized Debian publishing jobs. |
| .github/workflows/publish_debian_config.yml | Bumps instrumentation action to v5.48.0 for Config Debian publishing jobs. |
| .github/workflows/publish_debian_baremetal.yml | Bumps instrumentation action to v5.48.0 for Baremetal Debian publishing jobs. |
| .github/workflows/opentelemetry.yml | Bumps workflow instrumentation action to v5.48.0. |
| .github/workflows/observability_checksuite.yml | Bumps checksuite instrumentation action to v5.48.0. |
| .github/workflows/greetings.yml | Bumps job instrumentation action to v5.48.0 for greetings workflow. |
| .github/workflows/deploy_opentelemetry.yaml | Bumps job + deploy instrumentation actions to v5.48.0 for OpenTelemetry deployment. |
| .github/workflows/deploy_observability.yaml | Bumps job + deploy instrumentation actions to v5.48.0 for observability deployment. |
| .github/workflows/copilot-setup-steps.yml | Bumps job instrumentation action to v5.48.0 for Copilot setup workflow. |
| .github/workflows/autoversion.yml | Bumps job instrumentation action to v5.48.0 for autoversion workflow. |
| .github/workflows/autorerun.yaml | Bumps job instrumentation action to v5.48.0 for autorerun workflow. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
CodeQL found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
11ecbdf to
dca179e
Compare
dca179e to
3c87b24
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 26 out of 26 changed files in this pull request and generated no new comments.
Comments suppressed due to low confidence (1)
.github/workflows/observability_checksuite.yml:19
- The checksuite instrumentation action was bumped to v5.49.0, but the job container is still pinned to ghcr.io/plengauer/opentelemetry-github-workflow-instrumentation-runner:v5.47.3. Consider bumping the container tag to v5.49.0 as well to keep the runtime consistent with the action version (or add a note if the older runner is required).
- uses: plengauer/opentelemetry-github/actions/instrument/checksuite@v5.49.0
env:
OTEL_EXPORTER_OTLP_ENDPOINT: ${{ secrets.OTEL_EXPORTER_OTLP_ENDPOINT }}
OTEL_EXPORTER_OTLP_HEADERS: ${{ secrets.OTEL_EXPORTER_OTLP_HEADERS }}
container: ghcr.io/plengauer/opentelemetry-github-workflow-instrumentation-runner:v5.47.3
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
3c87b24 to
1e1942f
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 27 out of 27 changed files in this pull request and generated 1 comment.
Comments suppressed due to low confidence (1)
.github/workflows/observability_checksuite.yml:19
- The checksuite instrumentation action is updated to v5.50.0, but the workflow instrumentation runner container is still pinned to v5.47.3. This version mismatch can cause the exporter to fail at runtime; bump the container tag to v5.50.0 (or keep both pinned to the same version).
- uses: plengauer/opentelemetry-github/actions/instrument/checksuite@v5.50.0
env:
OTEL_EXPORTER_OTLP_ENDPOINT: ${{ secrets.OTEL_EXPORTER_OTLP_ENDPOINT }}
OTEL_EXPORTER_OTLP_HEADERS: ${{ secrets.OTEL_EXPORTER_OTLP_HEADERS }}
container: ghcr.io/plengauer/opentelemetry-github-workflow-instrumentation-runner:v5.47.3
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
v5.47.3→v5.50.0Release Notes
plengauer/opentelemetry-github (plengauer/opentelemetry-github)
v5.50.0Compare Source
What's Changed
Full Changelog: plengauer/Thoth@v5...v5.50.0
v5.49.0Compare Source
What's Changed
from __future__imports by @Claude in plengauer/Thoth#3170Full Changelog: plengauer/Thoth@v5.48...v5.49.0
v5.48.0Compare Source
What's Changed
telemetry.sdk.versionshowing "shell" instead of version number on Alpine by @Copilot in plengauer/Thoth#3122New Contributors
Full Changelog: plengauer/Thoth@v5.47.1...v5.48.0
v5.47.5Compare Source
What's Changed
from __future__imports by @Claude in plengauer/Thoth#3170Full Changelog: plengauer/Thoth@v5...v5.47.5
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.