From a4a5c30fbb06a644ea3895af1ef222c0eac8a45c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 27 Apr 2026 00:55:17 +0000 Subject: [PATCH 1/2] Update ruby/setup-ruby action to v1.306.0 --- .github/workflows/publish_package_scheduler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_package_scheduler.yml b/.github/workflows/publish_package_scheduler.yml index ff5ccfd48..49917a7f1 100644 --- a/.github/workflows/publish_package_scheduler.yml +++ b/.github/workflows/publish_package_scheduler.yml @@ -40,7 +40,7 @@ jobs: with: secrets_to_redact: '["${{ github.token }}","${{secrets.RUBYGEMS_TOKEN}}"]' - uses: actions/checkout@v6.0.2 - - uses: ruby/setup-ruby@v1.300.0 + - uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f # v1.306.0 with: ruby-version: 4.0.2 - run: | From 262e5859ff4cc347c611f3dcd932ec09355bee9a Mon Sep 17 00:00:00 2001 From: Philipp Lengauer <100447901+plengauer@users.noreply.github.com> Date: Mon, 27 Apr 2026 03:04:58 +0200 Subject: [PATCH 2/2] Deploy OpenTelemetry (#1272) --- .github/workflows/opentelemetry.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/opentelemetry.yml b/.github/workflows/opentelemetry.yml index 010bbfb77..2b0e57f4e 100644 --- a/.github/workflows/opentelemetry.yml +++ b/.github/workflows/opentelemetry.yml @@ -2,7 +2,7 @@ name: OpenTelemetry on: workflow_run: - workflows: [.github/workflows/copilot-setup-steps.yml, Automatic Rerun, Automatic Version Bump, CodeQL, Copilot code review, Copilot coding agent, Greetings, Publish Debian Baremetal, Publish Debian Configuration, Publish Debian Containerized, Publish Debian Recommended, Publish Debian Root, Publish Image Backend, Publish Image Collector, Publish Image Discord Gateway 2 HTTP, Publish Image Discord Gateway 2 HTTP Master, Publish Image Scheduler, Publish Image Voice, Publish Package Backend, Publish Package Discord Gateway 2 HTTP, Publish Package Scheduler, Publish Package Voice, Recompile Agentic Workflows, Renovate, Test Integration, Update Package Repository] + workflows: [.github/workflows/copilot-setup-steps.yml, Automatic Rerun, Automatic Version Bump, CodeQL, Copilot cloud agent, Copilot code review, Copilot coding agent, Greetings, Publish Debian Baremetal, Publish Debian Configuration, Publish Debian Containerized, Publish Debian Recommended, Publish Debian Root, Publish Image Backend, Publish Image Collector, Publish Image Discord Gateway 2 HTTP, Publish Image Discord Gateway 2 HTTP Master, Publish Image Scheduler, Publish Image Voice, Publish Package Backend, Publish Package Discord Gateway 2 HTTP, Publish Package Scheduler, Publish Package Voice, Recompile Agentic Workflows, Renovate, Test Integration, Update Package Repository] types: - completed