Update plengauer/opentelemetry-github action to v5.49.0#272
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the repository’s GitHub Actions workflow instrumentation to the latest minor release of plengauer/opentelemetry-github.
Changes:
- Bump
plengauer/opentelemetry-githubaction references fromv5.47.3tov5.49.0in observability workflows. - Apply the version update consistently across workflow-, job-, and deploy-level instrumentation steps.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| .github/workflows/observability.yml | Updates the workflow instrumentation action version to v5.49.0. |
| .github/workflows/deploy_observability.yaml | Updates job and deploy instrumentation action versions to v5.49.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| group: otel-deploy-job | ||
| steps: | ||
| - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.47.3 | ||
| - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.49.0 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
| with: | ||
| secrets_to_redact: '["${{ github.token }}","${{ secrets.ACTIONS_GITHUB_TOKEN }}","${{ secrets.OTEL_EXPORTER_OTLP_ENDPOINT }}","${{ secrets.OTEL_EXPORTER_OTLP_HEADERS }}"]' | ||
| - uses: plengauer/opentelemetry-github/actions/instrument/deploy@v5.47.3 | ||
| - uses: plengauer/opentelemetry-github/actions/instrument/deploy@v5.49.0 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: plengauer/opentelemetry-github/actions/instrument/workflow@v5.47.3 | ||
| - uses: plengauer/opentelemetry-github/actions/instrument/workflow@v5.49.0 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
This PR contains the following updates:
v5.47.3→v5.49.0Release Notes
plengauer/opentelemetry-github (plengauer/opentelemetry-github)
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.