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 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: |