diff --git a/.github/workflows/autorerun.yaml b/.github/workflows/autorerun.yaml index 3c29bd466..74edef540 100644 --- a/.github/workflows/autorerun.yaml +++ b/.github/workflows/autorerun.yaml @@ -14,7 +14,7 @@ jobs: rerun: runs-on: ubuntu-latest steps: - - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.47.3 + - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.50.0 with: secrets_to_redact: '["${{ github.token }}","${{ secrets.ACTIONS_GITHUB_TOKEN }}"]' - uses: plengauer/autorerun@v0.37.0 diff --git a/.github/workflows/autoversion.yml b/.github/workflows/autoversion.yml index db25bb2f5..825e58411 100644 --- a/.github/workflows/autoversion.yml +++ b/.github/workflows/autoversion.yml @@ -14,7 +14,7 @@ jobs: bump: runs-on: ubuntu-latest steps: - - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.47.3 + - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.50.0 with: secrets_to_redact: '["${{ github.token }}","${{ secrets.ACTIONS_GITHUB_TOKEN }}","${{ secrets.OPENAI_API_TOKEN }}"]' - uses: plengauer/autoversion@v2.3.0 diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 06918a84f..06f7e5d9e 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -7,7 +7,7 @@ jobs: copilot-setup-steps: runs-on: ubuntu-latest steps: - - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.47.3 + - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.50.0 env: OTEL_EXPORTER_OTLP_METRICS_ENDPOINT: http://${{ secrets.PARENT_DOMAIN }}:4318/v1/metrics OTEL_EXPORTER_OTLP_LOGS_ENDPOINT: http://${{ secrets.PARENT_DOMAIN }}:4318/v1/logs diff --git a/.github/workflows/deploy_opentelemetry.yaml b/.github/workflows/deploy_opentelemetry.yaml index fb1e37abc..8dabfc0ec 100644 --- a/.github/workflows/deploy_opentelemetry.yaml +++ b/.github/workflows/deploy_opentelemetry.yaml @@ -12,14 +12,14 @@ jobs: concurrency: group: otel-deploy-job steps: - - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.47.3 + - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.50.0 env: OTEL_EXPORTER_OTLP_METRICS_ENDPOINT: http://${{ secrets.PARENT_DOMAIN }}:4318/v1/metrics OTEL_EXPORTER_OTLP_LOGS_ENDPOINT: http://${{ secrets.PARENT_DOMAIN }}:4318/v1/logs OTEL_EXPORTER_OTLP_TRACES_ENDPOINT: http://${{ secrets.PARENT_DOMAIN }}:4318/v1/traces with: secrets_to_redact: '["${{ github.token }}","${{ secrets.ACTIONS_GITHUB_TOKEN }}","${{ secrets.PARENT_DOMAIN }}"]' - - uses: plengauer/opentelemetry-github/actions/instrument/deploy@v5.47.3 + - uses: plengauer/opentelemetry-github/actions/instrument/deploy@v5.50.0 env: OTEL_EXPORTER_OTLP_METRICS_ENDPOINT: 'http://${{ secrets.PARENT_DOMAIN }}:4318/v1/metrics' OTEL_EXPORTER_OTLP_LOGS_ENDPOINT: 'http://${{ secrets.PARENT_DOMAIN }}:4318/v1/logs' diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 9bc2213ba..2024c20ac 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -15,7 +15,7 @@ jobs: pull-requests: write actions: read steps: - - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.47.3 + - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.50.0 with: secrets_to_redact: '["${{ github.token }}","${{ secrets.GITHUB_TOKEN }}"]' - uses: actions/first-interaction@v3.1.0 diff --git a/.github/workflows/observability_checksuite.yml b/.github/workflows/observability_checksuite.yml index 370649a7d..0f4c5f9a4 100644 --- a/.github/workflows/observability_checksuite.yml +++ b/.github/workflows/observability_checksuite.yml @@ -12,7 +12,7 @@ jobs: checks: read actions: read steps: - - uses: plengauer/opentelemetry-github/actions/instrument/checksuite@v5.47.3 + - 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 }} diff --git a/.github/workflows/observability_deploy.yaml b/.github/workflows/observability_deploy.yaml index 80e37a40e..4920f2d47 100644 --- a/.github/workflows/observability_deploy.yaml +++ b/.github/workflows/observability_deploy.yaml @@ -11,13 +11,13 @@ jobs: concurrency: group: deploy-otel-job steps: - - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.47.3 + - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.50.0 env: OTEL_EXPORTER_OTLP_ENDPOINT: ${{ secrets.OTEL_EXPORTER_OTLP_ENDPOINT }} OTEL_EXPORTER_OTLP_HEADERS: ${{ secrets.OTEL_EXPORTER_OTLP_HEADERS }} 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.50.0 with: github_token: ${{ secrets.ACTIONS_GITHUB_TOKEN }} env: diff --git a/.github/workflows/observability_repository.yml b/.github/workflows/observability_repository.yml new file mode 100644 index 000000000..d47364bf8 --- /dev/null +++ b/.github/workflows/observability_repository.yml @@ -0,0 +1,21 @@ +name: OpenTelemetry +on: + pull_request: + types: [opened, reopened, closed] + pull_request_review: + types: [submitted] + create: + delete: + push: +jobs: + export: + runs-on: ubuntu-latest + permissions: + contents: read + actions: read + steps: + - uses: plengauer/opentelemetry-github/actions/instrument/repository@v5.50.0 + env: + OTEL_EXPORTER_OTLP_METRICS_ENDPOINT: http://${{ secrets.PARENT_DOMAIN }}:4318/v1/metrics + OTEL_EXPORTER_OTLP_LOGS_ENDPOINT: http://${{ secrets.PARENT_DOMAIN }}:4318/v1/logs + OTEL_EXPORTER_OTLP_TRACES_ENDPOINT: http://${{ secrets.PARENT_DOMAIN }}:4318/v1/traces diff --git a/.github/workflows/opentelemetry.yml b/.github/workflows/opentelemetry.yml index 285d61343..c6d181352 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, Renovate, Test Integration, Update Debian Repository] + workflows: [.github/workflows/copilot-setup-steps.yml, Automatic Rerun, Automatic Version Bump, Claude, CodeQL, Copilot code review, Copilot coding agent, Greetings, OpenAI Codex, 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, Renovate, Test Integration, Update Debian Repository] types: - completed @@ -15,7 +15,7 @@ jobs: export: runs-on: ubuntu-latest steps: - - uses: plengauer/opentelemetry-github/actions/instrument/workflow@v5.47.3 + - uses: plengauer/opentelemetry-github/actions/instrument/workflow@v5.50.0 permissions: actions: read container: ghcr.io/plengauer/opentelemetry-github-workflow-instrumentation-runner:v5.47.3 diff --git a/.github/workflows/publish_debian_baremetal.yml b/.github/workflows/publish_debian_baremetal.yml index ee2620382..73ed2bac5 100644 --- a/.github/workflows/publish_debian_baremetal.yml +++ b/.github/workflows/publish_debian_baremetal.yml @@ -17,7 +17,7 @@ jobs: outputs: dirty: ${{ steps.git-diff.outputs.dirty }} steps: - - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.47.3 + - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.50.0 with: secrets_to_redact: '["${{ github.token }}"]' - uses: actions/checkout@v6.0.2 @@ -39,7 +39,7 @@ jobs: run: working-directory: ./Deployment/Baremetal steps: - - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.47.3 + - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.50.0 with: secrets_to_redact: '["${{ github.token }}","${{ secrets.ACTIONS_GITHUB_TOKEN }}"]' - uses: actions/checkout@v6.0.2 diff --git a/.github/workflows/publish_debian_config.yml b/.github/workflows/publish_debian_config.yml index befc95ecd..2909103ef 100644 --- a/.github/workflows/publish_debian_config.yml +++ b/.github/workflows/publish_debian_config.yml @@ -17,7 +17,7 @@ jobs: outputs: dirty: ${{ steps.git-diff.outputs.dirty }} steps: - - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.47.3 + - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.50.0 with: secrets_to_redact: '["${{ github.token }}"]' - uses: actions/checkout@v6 @@ -39,7 +39,7 @@ jobs: run: working-directory: ./Deployment/Config steps: - - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.47.3 + - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.50.0 with: secrets_to_redact: '["${{ github.token }}","${{ secrets.ACTIONS_GITHUB_TOKEN }}","${{ secrets.PARENT_DOMAIN }}"]' - uses: actions/checkout@v6 diff --git a/.github/workflows/publish_debian_containerized.yml b/.github/workflows/publish_debian_containerized.yml index 59dd1e01b..91d3073c7 100644 --- a/.github/workflows/publish_debian_containerized.yml +++ b/.github/workflows/publish_debian_containerized.yml @@ -17,7 +17,7 @@ jobs: outputs: dirty: ${{ steps.git-diff.outputs.dirty }} steps: - - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.47.3 + - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.50.0 with: secrets_to_redact: '["${{ github.token }}"]' - uses: actions/checkout@v6.0.2 @@ -39,7 +39,7 @@ jobs: run: working-directory: ./Deployment/Containerized steps: - - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.47.3 + - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.50.0 with: secrets_to_redact: '["${{ github.token }}","${{ secrets.ACTIONS_GITHUB_TOKEN }}"]' - uses: actions/checkout@v6.0.2 diff --git a/.github/workflows/publish_debian_recommended.yml b/.github/workflows/publish_debian_recommended.yml index 3e94f74de..cc406d5a2 100644 --- a/.github/workflows/publish_debian_recommended.yml +++ b/.github/workflows/publish_debian_recommended.yml @@ -17,7 +17,7 @@ jobs: outputs: dirty: ${{ steps.git-diff.outputs.dirty }} steps: - - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.47.3 + - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.50.0 with: secrets_to_redact: '["${{ github.token }}"]' - uses: actions/checkout@v6.0.2 @@ -39,7 +39,7 @@ jobs: run: working-directory: ./Deployment/Recommended steps: - - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.47.3 + - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.50.0 with: secrets_to_redact: '["${{ github.token }}","${{ secrets.ACTIONS_GITHUB_TOKEN }}"]' - uses: actions/checkout@v6.0.2 diff --git a/.github/workflows/publish_debian_root.yml b/.github/workflows/publish_debian_root.yml index 2b9d09771..dd6cb1dc1 100644 --- a/.github/workflows/publish_debian_root.yml +++ b/.github/workflows/publish_debian_root.yml @@ -17,7 +17,7 @@ jobs: outputs: dirty: ${{ steps.git-diff.outputs.dirty }} steps: - - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.47.3 + - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.50.0 with: secrets_to_redact: '["${{ github.token }}"]' - uses: actions/checkout@v6.0.2 @@ -39,7 +39,7 @@ jobs: run: working-directory: ./Deployment/Root steps: - - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.47.3 + - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.50.0 with: secrets_to_redact: '["${{ github.token }}","${{ secrets.ACTIONS_GITHUB_TOKEN }}"]' - uses: actions/checkout@v6.0.2 diff --git a/.github/workflows/publish_image_backend.yml b/.github/workflows/publish_image_backend.yml index fccdf3989..88a079a86 100644 --- a/.github/workflows/publish_image_backend.yml +++ b/.github/workflows/publish_image_backend.yml @@ -17,7 +17,7 @@ jobs: outputs: dirty: ${{ steps.git-diff.outputs.dirty }} steps: - - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.47.3 + - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.50.0 with: secrets_to_redact: '["${{ github.token }}"]' - uses: actions/checkout@v6.0.2 @@ -33,7 +33,7 @@ jobs: needs: diff if: needs.diff.outputs.dirty == 'true' steps: - - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.47.3 + - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.50.0 with: secrets_to_redact: '["${{ github.token }}","${{ secrets.DOCKERHUB_TOKEN }}","${{ secrets.DOCKERHUB_USERNAME }}"]' - uses: actions/checkout@v6.0.2 diff --git a/.github/workflows/publish_image_collector.yml b/.github/workflows/publish_image_collector.yml index 255181bd6..338f8547f 100644 --- a/.github/workflows/publish_image_collector.yml +++ b/.github/workflows/publish_image_collector.yml @@ -17,7 +17,7 @@ jobs: outputs: dirty: ${{ steps.git-diff.outputs.dirty }} steps: - - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.47.3 + - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.50.0 with: secrets_to_redact: '["${{ github.token }}"]' - uses: actions/checkout@v6.0.2 @@ -33,7 +33,7 @@ jobs: needs: diff if: needs.diff.outputs.dirty == 'true' steps: - - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.47.3 + - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.50.0 with: secrets_to_redact: '["${{ github.token }}","${{ secrets.DOCKERHUB_TOKEN }}","${{ secrets.DOCKERHUB_USERNAME }}"]' - uses: actions/checkout@v6.0.2 diff --git a/.github/workflows/publish_image_discordgateway2http.yml b/.github/workflows/publish_image_discordgateway2http.yml index fd10bebcd..e88884049 100644 --- a/.github/workflows/publish_image_discordgateway2http.yml +++ b/.github/workflows/publish_image_discordgateway2http.yml @@ -17,7 +17,7 @@ jobs: outputs: dirty: ${{ steps.git-diff.outputs.dirty }} steps: - - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.47.3 + - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.50.0 with: secrets_to_redact: '["${{ github.token }}"]' - uses: actions/checkout@v6.0.2 @@ -33,7 +33,7 @@ jobs: needs: diff if: needs.diff.outputs.dirty == 'true' steps: - - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.47.3 + - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.50.0 with: secrets_to_redact: '["${{ github.token }}","${{ secrets.DOCKERHUB_TOKEN }}","${{ secrets.DOCKERHUB_USERNAME }}"]' - uses: actions/checkout@v6.0.2 diff --git a/.github/workflows/publish_image_discordgateway2httpmaster.yml b/.github/workflows/publish_image_discordgateway2httpmaster.yml index 39d65f4a7..dc777294c 100644 --- a/.github/workflows/publish_image_discordgateway2httpmaster.yml +++ b/.github/workflows/publish_image_discordgateway2httpmaster.yml @@ -17,7 +17,7 @@ jobs: outputs: dirty: ${{ steps.git-diff.outputs.dirty }} steps: - - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.47.3 + - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.50.0 with: secrets_to_redact: '["${{ github.token }}"]' - uses: actions/checkout@v6.0.2 @@ -33,7 +33,7 @@ jobs: needs: diff if: needs.diff.outputs.dirty == 'true' steps: - - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.47.3 + - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.50.0 with: secrets_to_redact: '["${{ github.token }}","${{ secrets.DOCKERHUB_TOKEN }}","${{ secrets.DOCKERHUB_USERNAME }}"]' - uses: actions/checkout@v6.0.2 diff --git a/.github/workflows/publish_image_scheduler.yml b/.github/workflows/publish_image_scheduler.yml index 87b6b9fc4..9461cd5c8 100644 --- a/.github/workflows/publish_image_scheduler.yml +++ b/.github/workflows/publish_image_scheduler.yml @@ -17,7 +17,7 @@ jobs: outputs: dirty: ${{ steps.git-diff.outputs.dirty }} steps: - - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.47.3 + - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.50.0 with: secrets_to_redact: '["${{ github.token }}"]' - uses: actions/checkout@v6.0.2 @@ -33,7 +33,7 @@ jobs: needs: diff if: needs.diff.outputs.dirty == 'true' steps: - - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.47.3 + - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.50.0 with: secrets_to_redact: '["${{ github.token }}","${{ secrets.DOCKERHUB_TOKEN }}","${{ secrets.DOCKERHUB_USERNAME }}"]' - uses: actions/checkout@v6.0.2 diff --git a/.github/workflows/publish_image_voice.yml b/.github/workflows/publish_image_voice.yml index 16b040076..bde3dc3b1 100644 --- a/.github/workflows/publish_image_voice.yml +++ b/.github/workflows/publish_image_voice.yml @@ -20,7 +20,7 @@ jobs: outputs: dirty: ${{ steps.git-diff.outputs.dirty }} steps: - - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.47.3 + - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.50.0 with: secrets_to_redact: '["${{ github.token }}"]' - uses: actions/checkout@v6.0.2 @@ -36,7 +36,7 @@ jobs: needs: diff if: needs.diff.outputs.dirty == 'true' steps: - - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.47.3 + - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.50.0 with: secrets_to_redact: '["${{ github.token }}","${{ secrets.DOCKERHUB_TOKEN }}","${{ secrets.DOCKERHUB_USERNAME }}"]' - uses: actions/checkout@v6.0.2 diff --git a/.github/workflows/publish_package_backend.yml b/.github/workflows/publish_package_backend.yml index 0be67a412..f63216f7a 100644 --- a/.github/workflows/publish_package_backend.yml +++ b/.github/workflows/publish_package_backend.yml @@ -17,7 +17,7 @@ jobs: outputs: dirty: ${{ steps.git-diff.outputs.dirty }} steps: - - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.47.3 + - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.50.0 with: secrets_to_redact: '["${{ github.token }}"]' - uses: actions/checkout@v6.0.2 @@ -36,7 +36,7 @@ jobs: run: working-directory: ./Backend/ steps: - - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.47.3 + - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.50.0 with: secrets_to_redact: '["${{ github.token }}","${{secrets.NPM_TOKEN}}"]' - uses: actions/checkout@v6.0.2 diff --git a/.github/workflows/publish_package_discordgateway2http.yml b/.github/workflows/publish_package_discordgateway2http.yml index d1ae6a3c8..067594c41 100644 --- a/.github/workflows/publish_package_discordgateway2http.yml +++ b/.github/workflows/publish_package_discordgateway2http.yml @@ -17,7 +17,7 @@ jobs: outputs: dirty: ${{ steps.git-diff.outputs.dirty }} steps: - - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.47.3 + - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.50.0 with: secrets_to_redact: '["${{ github.token }}"]' - uses: actions/checkout@v6.0.2 @@ -36,7 +36,7 @@ jobs: run: working-directory: ./DiscordGateway2HTTP/ steps: - - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.47.3 + - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.50.0 with: secrets_to_redact: '["${{ github.token }}","${{secrets.NPM_TOKEN}}"]' - uses: actions/checkout@v6.0.2 diff --git a/.github/workflows/publish_package_scheduler.yml b/.github/workflows/publish_package_scheduler.yml index 6a5aa2b9c..623e054f9 100644 --- a/.github/workflows/publish_package_scheduler.yml +++ b/.github/workflows/publish_package_scheduler.yml @@ -17,7 +17,7 @@ jobs: outputs: dirty: ${{ steps.git-diff.outputs.dirty }} steps: - - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.47.3 + - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.50.0 with: secrets_to_redact: '["${{ github.token }}"]' - uses: actions/checkout@v6.0.2 @@ -36,7 +36,7 @@ jobs: run: working-directory: ./Scheduler/ steps: - - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.47.3 + - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.50.0 with: secrets_to_redact: '["${{ github.token }}","${{secrets.RUBYGEMS_TOKEN}}"]' - uses: actions/checkout@v6.0.2 diff --git a/.github/workflows/publish_package_voice.yml b/.github/workflows/publish_package_voice.yml index 303d4d92c..7b0b37bbd 100644 --- a/.github/workflows/publish_package_voice.yml +++ b/.github/workflows/publish_package_voice.yml @@ -17,7 +17,7 @@ jobs: outputs: dirty: ${{ steps.git-diff.outputs.dirty }} steps: - - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.47.3 + - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.50.0 with: secrets_to_redact: '["${{ github.token }}"]' - uses: actions/checkout@v6.0.2 @@ -36,7 +36,7 @@ jobs: run: working-directory: ./Voice/ steps: - - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.47.3 + - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.50.0 with: secrets_to_redact: '["${{ github.token }}","${{secrets.PYPI_TOKEN}}"]' - uses: actions/checkout@v6.0.2 diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index e0bd51bea..8e1fe7b2e 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -17,7 +17,7 @@ jobs: renovate: runs-on: ubuntu-latest steps: - - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.47.3 + - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.50.0 with: secrets_to_redact: '["${{ github.token }}","${{ secrets.ACTIONS_GITHUB_TOKEN }}"]' - uses: renovatebot/github-action@v46.1.6 diff --git a/.github/workflows/test_integration.yml b/.github/workflows/test_integration.yml index 8ec461574..9bfef9c1a 100644 --- a/.github/workflows/test_integration.yml +++ b/.github/workflows/test_integration.yml @@ -28,7 +28,7 @@ jobs: timeout-minutes: 90 steps: - name: "Setup observability" - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.47.3 + uses: plengauer/opentelemetry-github/actions/instrument/job@v5.50.0 with: secrets_to_redact: '["${{ github.token }}","${{ secrets.OPENAI_API_TOKEN }}","${{ secrets.PHILBOT_API_TOKEN }}","${{ secrets.PHILBOT_APPLICATION_ID }}","${{ secrets.PHILBOT_GUILD_ID }}","${{ secrets.PHILBOT_TEXT_CHANNEL_ID }}","${{ secrets.PHILBOT_VOICE_CHANNEL_ID }}","${{ secrets.YOUTUBE_API_TOKEN }}"]' - name: "Prepare system" diff --git a/.github/workflows/update_deb_repository.yml b/.github/workflows/update_deb_repository.yml index 09a107bd8..7c95e99dd 100644 --- a/.github/workflows/update_deb_repository.yml +++ b/.github/workflows/update_deb_repository.yml @@ -17,7 +17,7 @@ jobs: id-token: write actions: read steps: - - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.47.3 + - uses: plengauer/opentelemetry-github/actions/instrument/job@v5.50.0 env: OTEL_EXPORTER_OTLP_ENDPOINT: ${{ secrets.OTEL_EXPORTER_OTLP_ENDPOINT }} OTEL_EXPORTER_OTLP_HEADERS: ${{ secrets.OTEL_EXPORTER_OTLP_HEADERS }}