From db9ff2eb1d89d3f75aa9b64d93db2fec7e6c72cc Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 1 May 2026 01:00:49 +0000 Subject: [PATCH 1/2] Update docker/setup-buildx-action action to v4 --- .github/workflows/publish_image_backend.yml | 2 +- .github/workflows/publish_image_collector.yml | 2 +- .github/workflows/publish_image_discordgateway2http.yml | 2 +- .github/workflows/publish_image_discordgateway2httpmaster.yml | 2 +- .github/workflows/publish_image_scheduler.yml | 2 +- .github/workflows/publish_image_voice.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish_image_backend.yml b/.github/workflows/publish_image_backend.yml index 64ea8853c..21d2bcb0e 100644 --- a/.github/workflows/publish_image_backend.yml +++ b/.github/workflows/publish_image_backend.yml @@ -38,7 +38,7 @@ jobs: secrets_to_redact: '["${{ github.token }}","${{ secrets.DOCKERHUB_TOKEN }}","${{ secrets.DOCKERHUB_USERNAME }}"]' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0 - - uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 + - uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4 - uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/publish_image_collector.yml b/.github/workflows/publish_image_collector.yml index 11d845ab4..016688e28 100644 --- a/.github/workflows/publish_image_collector.yml +++ b/.github/workflows/publish_image_collector.yml @@ -38,7 +38,7 @@ jobs: secrets_to_redact: '["${{ github.token }}","${{ secrets.DOCKERHUB_TOKEN }}","${{ secrets.DOCKERHUB_USERNAME }}"]' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0 - - uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 + - uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4 - uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/publish_image_discordgateway2http.yml b/.github/workflows/publish_image_discordgateway2http.yml index 3ec896d2d..b0c80d52f 100644 --- a/.github/workflows/publish_image_discordgateway2http.yml +++ b/.github/workflows/publish_image_discordgateway2http.yml @@ -38,7 +38,7 @@ jobs: secrets_to_redact: '["${{ github.token }}","${{ secrets.DOCKERHUB_TOKEN }}","${{ secrets.DOCKERHUB_USERNAME }}"]' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0 - - uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 + - uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4 - uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/publish_image_discordgateway2httpmaster.yml b/.github/workflows/publish_image_discordgateway2httpmaster.yml index 88554ba4b..caab46f61 100644 --- a/.github/workflows/publish_image_discordgateway2httpmaster.yml +++ b/.github/workflows/publish_image_discordgateway2httpmaster.yml @@ -38,7 +38,7 @@ jobs: secrets_to_redact: '["${{ github.token }}","${{ secrets.DOCKERHUB_TOKEN }}","${{ secrets.DOCKERHUB_USERNAME }}"]' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0 - - uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 + - uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4 - uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/publish_image_scheduler.yml b/.github/workflows/publish_image_scheduler.yml index 25c29ec25..f75830ddb 100644 --- a/.github/workflows/publish_image_scheduler.yml +++ b/.github/workflows/publish_image_scheduler.yml @@ -38,7 +38,7 @@ jobs: secrets_to_redact: '["${{ github.token }}","${{ secrets.DOCKERHUB_TOKEN }}","${{ secrets.DOCKERHUB_USERNAME }}"]' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0 - - uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 + - uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4 - uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/publish_image_voice.yml b/.github/workflows/publish_image_voice.yml index c5985d215..8f40d7e3b 100644 --- a/.github/workflows/publish_image_voice.yml +++ b/.github/workflows/publish_image_voice.yml @@ -41,7 +41,7 @@ jobs: secrets_to_redact: '["${{ github.token }}","${{ secrets.DOCKERHUB_TOKEN }}","${{ secrets.DOCKERHUB_USERNAME }}"]' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0 - - uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 + - uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4 - uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} From befae639503f3657eeb9f5f9a261501b11f6cf0a Mon Sep 17 00:00:00 2001 From: Philipp Lengauer <100447901+plengauer@users.noreply.github.com> Date: Fri, 1 May 2026 03:06:25 +0200 Subject: [PATCH 2/2] Deploy OpenTelemetry (#1281) --- .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 9336e2a23..f1be7e6b7 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 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] + workflows: [.github/workflows/copilot-setup-steps.yml, Automatic Rerun, Automatic Version Bump, CodeQL, Copilot cloud agent, Copilot code review, Copilot coding agent, Dependency Graph, 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