Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/autorerun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
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

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Automatic Rerun' step
Uses Step
uses 'plengauer/opentelemetry-github/actions/instrument/job' with ref 'v5.50.0', not a pinned commit hash
with:
secrets_to_redact: '["${{ github.token }}","${{ secrets.ACTIONS_GITHUB_TOKEN }}"]'
- uses: plengauer/autorerun@v0.37.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/autoversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
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

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Automatic Version Bump' step
Uses Step
uses 'plengauer/opentelemetry-github/actions/instrument/job' with ref 'v5.50.0', not a pinned commit hash
with:
secrets_to_redact: '["${{ github.token }}","${{ secrets.ACTIONS_GITHUB_TOKEN }}","${{ secrets.OPENAI_API_TOKEN }}"]'
- uses: plengauer/autoversion@v2.3.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
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

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'copilot-setup-steps.yml' step
Uses Step
uses 'plengauer/opentelemetry-github/actions/instrument/job' with ref 'v5.50.0', not a pinned commit hash
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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy_opentelemetry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
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

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Deploy OpenTelemetry' step
Uses Step
uses 'plengauer/opentelemetry-github/actions/instrument/job' with ref 'v5.50.0', not a pinned commit hash
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

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Deploy OpenTelemetry' step
Uses Step
uses 'plengauer/opentelemetry-github/actions/instrument/deploy' with ref 'v5.50.0', not a pinned commit hash
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'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
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

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Greetings' step
Uses Step
uses 'plengauer/opentelemetry-github/actions/instrument/job' with ref 'v5.50.0', not a pinned commit hash
with:
secrets_to_redact: '["${{ github.token }}","${{ secrets.GITHUB_TOKEN }}"]'
- uses: actions/first-interaction@v3.1.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/observability_checksuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
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

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'OpenTelemetry' step
Uses Step
uses 'plengauer/opentelemetry-github/actions/instrument/checksuite' with ref 'v5.50.0', not a pinned commit hash
env:
OTEL_EXPORTER_OTLP_ENDPOINT: ${{ secrets.OTEL_EXPORTER_OTLP_ENDPOINT }}
OTEL_EXPORTER_OTLP_HEADERS: ${{ secrets.OTEL_EXPORTER_OTLP_HEADERS }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/observability_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
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

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Deploy OpenTelemetry' step
Uses Step
uses 'plengauer/opentelemetry-github/actions/instrument/job' with ref 'v5.50.0', not a pinned commit hash
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

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Deploy OpenTelemetry' step
Uses Step
uses 'plengauer/opentelemetry-github/actions/instrument/deploy' with ref 'v5.50.0', not a pinned commit hash
with:
github_token: ${{ secrets.ACTIONS_GITHUB_TOKEN }}
env:
Expand Down
21 changes: 21 additions & 0 deletions .github/workflows/observability_repository.yml
Original file line number Diff line number Diff line change
@@ -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

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'OpenTelemetry' step
Uses Step
uses 'plengauer/opentelemetry-github/actions/instrument/repository' with ref 'v5.50.0', not a pinned commit hash
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
4 changes: 2 additions & 2 deletions .github/workflows/opentelemetry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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]
Comment thread
plengauer marked this conversation as resolved.
types:
- completed

Expand All @@ -15,7 +15,7 @@
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

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'OpenTelemetry' step
Uses Step
uses 'plengauer/opentelemetry-github/actions/instrument/workflow' with ref 'v5.50.0', not a pinned commit hash
permissions:
actions: read
container: ghcr.io/plengauer/opentelemetry-github-workflow-instrumentation-runner:v5.47.3
Comment thread
plengauer marked this conversation as resolved.
4 changes: 2 additions & 2 deletions .github/workflows/publish_debian_baremetal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
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

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Publish Debian Baremetal' step
Uses Step
uses 'plengauer/opentelemetry-github/actions/instrument/job' with ref 'v5.50.0', not a pinned commit hash
with:
secrets_to_redact: '["${{ github.token }}"]'
- uses: actions/checkout@v6.0.2
Expand All @@ -39,7 +39,7 @@
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

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Publish Debian Baremetal' step
Uses Step
uses 'plengauer/opentelemetry-github/actions/instrument/job' with ref 'v5.50.0', not a pinned commit hash
with:
secrets_to_redact: '["${{ github.token }}","${{ secrets.ACTIONS_GITHUB_TOKEN }}"]'
- uses: actions/checkout@v6.0.2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_debian_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
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

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Publish Debian Configuration' step
Uses Step
uses 'plengauer/opentelemetry-github/actions/instrument/job' with ref 'v5.50.0', not a pinned commit hash
with:
secrets_to_redact: '["${{ github.token }}"]'
- uses: actions/checkout@v6
Expand All @@ -39,7 +39,7 @@
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

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Publish Debian Configuration' step
Uses Step
uses 'plengauer/opentelemetry-github/actions/instrument/job' with ref 'v5.50.0', not a pinned commit hash
with:
secrets_to_redact: '["${{ github.token }}","${{ secrets.ACTIONS_GITHUB_TOKEN }}","${{ secrets.PARENT_DOMAIN }}"]'
- uses: actions/checkout@v6
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_debian_containerized.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
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

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Publish Debian Containerized' step
Uses Step
uses 'plengauer/opentelemetry-github/actions/instrument/job' with ref 'v5.50.0', not a pinned commit hash
with:
secrets_to_redact: '["${{ github.token }}"]'
- uses: actions/checkout@v6.0.2
Expand All @@ -39,7 +39,7 @@
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

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Publish Debian Containerized' step
Uses Step
uses 'plengauer/opentelemetry-github/actions/instrument/job' with ref 'v5.50.0', not a pinned commit hash
with:
secrets_to_redact: '["${{ github.token }}","${{ secrets.ACTIONS_GITHUB_TOKEN }}"]'
- uses: actions/checkout@v6.0.2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_debian_recommended.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
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

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Publish Debian Recommended' step
Uses Step
uses 'plengauer/opentelemetry-github/actions/instrument/job' with ref 'v5.50.0', not a pinned commit hash
with:
secrets_to_redact: '["${{ github.token }}"]'
- uses: actions/checkout@v6.0.2
Expand All @@ -39,7 +39,7 @@
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

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Publish Debian Recommended' step
Uses Step
uses 'plengauer/opentelemetry-github/actions/instrument/job' with ref 'v5.50.0', not a pinned commit hash
with:
secrets_to_redact: '["${{ github.token }}","${{ secrets.ACTIONS_GITHUB_TOKEN }}"]'
- uses: actions/checkout@v6.0.2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_debian_root.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
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

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Publish Debian Root' step
Uses Step
uses 'plengauer/opentelemetry-github/actions/instrument/job' with ref 'v5.50.0', not a pinned commit hash
with:
secrets_to_redact: '["${{ github.token }}"]'
- uses: actions/checkout@v6.0.2
Expand All @@ -39,7 +39,7 @@
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

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Publish Debian Root' step
Uses Step
uses 'plengauer/opentelemetry-github/actions/instrument/job' with ref 'v5.50.0', not a pinned commit hash
with:
secrets_to_redact: '["${{ github.token }}","${{ secrets.ACTIONS_GITHUB_TOKEN }}"]'
- uses: actions/checkout@v6.0.2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_image_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
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

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Publish Image Backend' step
Uses Step
uses 'plengauer/opentelemetry-github/actions/instrument/job' with ref 'v5.50.0', not a pinned commit hash
with:
secrets_to_redact: '["${{ github.token }}"]'
- uses: actions/checkout@v6.0.2
Expand All @@ -33,7 +33,7 @@
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

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Publish Image Backend' step
Uses Step
uses 'plengauer/opentelemetry-github/actions/instrument/job' with ref 'v5.50.0', not a pinned commit hash
with:
secrets_to_redact: '["${{ github.token }}","${{ secrets.DOCKERHUB_TOKEN }}","${{ secrets.DOCKERHUB_USERNAME }}"]'
- uses: actions/checkout@v6.0.2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_image_collector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
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

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Publish Image Collector' step
Uses Step
uses 'plengauer/opentelemetry-github/actions/instrument/job' with ref 'v5.50.0', not a pinned commit hash
with:
secrets_to_redact: '["${{ github.token }}"]'
- uses: actions/checkout@v6.0.2
Expand All @@ -33,7 +33,7 @@
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

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Publish Image Collector' step
Uses Step
uses 'plengauer/opentelemetry-github/actions/instrument/job' with ref 'v5.50.0', not a pinned commit hash
with:
secrets_to_redact: '["${{ github.token }}","${{ secrets.DOCKERHUB_TOKEN }}","${{ secrets.DOCKERHUB_USERNAME }}"]'
- uses: actions/checkout@v6.0.2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_image_discordgateway2http.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
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

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Publish Image Discord Gateway 2 HTTP' step
Uses Step
uses 'plengauer/opentelemetry-github/actions/instrument/job' with ref 'v5.50.0', not a pinned commit hash
with:
secrets_to_redact: '["${{ github.token }}"]'
- uses: actions/checkout@v6.0.2
Expand All @@ -33,7 +33,7 @@
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

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Publish Image Discord Gateway 2 HTTP' step
Uses Step
uses 'plengauer/opentelemetry-github/actions/instrument/job' with ref 'v5.50.0', not a pinned commit hash
with:
secrets_to_redact: '["${{ github.token }}","${{ secrets.DOCKERHUB_TOKEN }}","${{ secrets.DOCKERHUB_USERNAME }}"]'
- uses: actions/checkout@v6.0.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
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

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Publish Image Discord Gateway 2 HTTP Master' step
Uses Step
uses 'plengauer/opentelemetry-github/actions/instrument/job' with ref 'v5.50.0', not a pinned commit hash
with:
secrets_to_redact: '["${{ github.token }}"]'
- uses: actions/checkout@v6.0.2
Expand All @@ -33,7 +33,7 @@
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

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Publish Image Discord Gateway 2 HTTP Master' step
Uses Step
uses 'plengauer/opentelemetry-github/actions/instrument/job' with ref 'v5.50.0', not a pinned commit hash
with:
secrets_to_redact: '["${{ github.token }}","${{ secrets.DOCKERHUB_TOKEN }}","${{ secrets.DOCKERHUB_USERNAME }}"]'
- uses: actions/checkout@v6.0.2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_image_scheduler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
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

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Publish Image Scheduler' step
Uses Step
uses 'plengauer/opentelemetry-github/actions/instrument/job' with ref 'v5.50.0', not a pinned commit hash
with:
secrets_to_redact: '["${{ github.token }}"]'
- uses: actions/checkout@v6.0.2
Expand All @@ -33,7 +33,7 @@
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

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Publish Image Scheduler' step
Uses Step
uses 'plengauer/opentelemetry-github/actions/instrument/job' with ref 'v5.50.0', not a pinned commit hash
with:
secrets_to_redact: '["${{ github.token }}","${{ secrets.DOCKERHUB_TOKEN }}","${{ secrets.DOCKERHUB_USERNAME }}"]'
- uses: actions/checkout@v6.0.2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_image_voice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
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

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Publish Image Voice' step
Uses Step
uses 'plengauer/opentelemetry-github/actions/instrument/job' with ref 'v5.50.0', not a pinned commit hash
with:
secrets_to_redact: '["${{ github.token }}"]'
- uses: actions/checkout@v6.0.2
Expand All @@ -36,7 +36,7 @@
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

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Publish Image Voice' step
Uses Step
uses 'plengauer/opentelemetry-github/actions/instrument/job' with ref 'v5.50.0', not a pinned commit hash
with:
secrets_to_redact: '["${{ github.token }}","${{ secrets.DOCKERHUB_TOKEN }}","${{ secrets.DOCKERHUB_USERNAME }}"]'
- uses: actions/checkout@v6.0.2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_package_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
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

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Publish Package Backend' step
Uses Step
uses 'plengauer/opentelemetry-github/actions/instrument/job' with ref 'v5.50.0', not a pinned commit hash
with:
secrets_to_redact: '["${{ github.token }}"]'
- uses: actions/checkout@v6.0.2
Expand All @@ -36,7 +36,7 @@
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

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Publish Package Backend' step
Uses Step
uses 'plengauer/opentelemetry-github/actions/instrument/job' with ref 'v5.50.0', not a pinned commit hash
with:
secrets_to_redact: '["${{ github.token }}","${{secrets.NPM_TOKEN}}"]'
- uses: actions/checkout@v6.0.2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_package_discordgateway2http.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
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

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Publish Package Discord Gateway 2 HTTP' step
Uses Step
uses 'plengauer/opentelemetry-github/actions/instrument/job' with ref 'v5.50.0', not a pinned commit hash
with:
secrets_to_redact: '["${{ github.token }}"]'
- uses: actions/checkout@v6.0.2
Expand All @@ -36,7 +36,7 @@
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

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Publish Package Discord Gateway 2 HTTP' step
Uses Step
uses 'plengauer/opentelemetry-github/actions/instrument/job' with ref 'v5.50.0', not a pinned commit hash
with:
secrets_to_redact: '["${{ github.token }}","${{secrets.NPM_TOKEN}}"]'
- uses: actions/checkout@v6.0.2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_package_scheduler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
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

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Publish Package Scheduler' step
Uses Step
uses 'plengauer/opentelemetry-github/actions/instrument/job' with ref 'v5.50.0', not a pinned commit hash
with:
secrets_to_redact: '["${{ github.token }}"]'
- uses: actions/checkout@v6.0.2
Expand All @@ -36,7 +36,7 @@
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

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Publish Package Scheduler' step
Uses Step
uses 'plengauer/opentelemetry-github/actions/instrument/job' with ref 'v5.50.0', not a pinned commit hash
with:
secrets_to_redact: '["${{ github.token }}","${{secrets.RUBYGEMS_TOKEN}}"]'
- uses: actions/checkout@v6.0.2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_package_voice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
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

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Publish Package Voice' step
Uses Step
uses 'plengauer/opentelemetry-github/actions/instrument/job' with ref 'v5.50.0', not a pinned commit hash
with:
secrets_to_redact: '["${{ github.token }}"]'
- uses: actions/checkout@v6.0.2
Expand All @@ -36,7 +36,7 @@
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

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Publish Package Voice' step
Uses Step
uses 'plengauer/opentelemetry-github/actions/instrument/job' with ref 'v5.50.0', not a pinned commit hash
with:
secrets_to_redact: '["${{ github.token }}","${{secrets.PYPI_TOKEN}}"]'
- uses: actions/checkout@v6.0.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
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

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Renovate' step
Uses Step
uses 'plengauer/opentelemetry-github/actions/instrument/job' with ref 'v5.50.0', not a pinned commit hash
with:
secrets_to_redact: '["${{ github.token }}","${{ secrets.ACTIONS_GITHUB_TOKEN }}"]'
- uses: renovatebot/github-action@v46.1.6
Expand Down
Loading
Loading