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/add-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
client-id: ${{ vars.OTELBOT_PYTHON_CLIENT_ID }}
private-key: ${{ secrets.OTELBOT_PYTHON_PRIVATE_KEY }}

- uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2
- uses: actions/add-to-project@5afcf98fcd03f1c2f92c3c83f58ae24323cc57fd # v2.0.0
with:
project-url: https://github.com/orgs/open-telemetry/projects/88
github-token: ${{ steps.otelbot-token.outputs.token }}
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Checkout Core Repo @ SHA - ${{ github.sha }}
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Set up uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
- name: Run tox
run: uvx --with tox-uv tox -e benchmark-opentelemetry-sdk -- --benchmark-json=opentelemetry-sdk/output.json
- name: Report on SDK benchmark results
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@f3712979fa5f215279b101dd0a2e3bdfb4353324 # v3.37.7
uses: github/codeql-action/init@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
with:
languages: python

- name: Autobuild
uses: github/codeql-action/autobuild@f3712979fa5f215279b101dd0a2e3bdfb4353324 # v3.37.7
uses: github/codeql-action/autobuild@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@f3712979fa5f215279b101dd0a2e3bdfb4353324 # v3.37.7
uses: github/codeql-action/analyze@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
4 changes: 2 additions & 2 deletions .github/workflows/fossa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
fossa:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

- uses: fossas/fossa-action@ff70fe9fe17cbd2040648f1c45e8ec4e4884dcf3 # v1.9.0
- uses: fossas/fossa-action@29693cc50323968e039056be419b32989fc5880c # v2.0.0
with:
api-key: ${{secrets.FOSSA_API_KEY}}
team: OpenTelemetry
56 changes: 28 additions & 28 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
python-version: "3.14"

- name: Set up uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1

- name: Run tests
run: uvx --with tox-uv tox -e lint-opentelemetry-api
Expand All @@ -57,7 +57,7 @@ jobs:
python-version: "3.14"

- name: Set up uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1

- name: Run tests
run: uvx --with tox-uv tox -e lint-opentelemetry-proto-gen-latest
Expand All @@ -76,7 +76,7 @@ jobs:
python-version: "3.14"

- name: Set up uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1

- name: Run tests
run: uvx --with tox-uv tox -e lint-opentelemetry-protojson-gen-latest
Expand All @@ -95,7 +95,7 @@ jobs:
python-version: "3.14"

- name: Set up uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1

- name: Run tests
run: uvx --with tox-uv tox -e lint-opentelemetry-codegen-json
Expand All @@ -114,7 +114,7 @@ jobs:
python-version: "3.14"

- name: Set up uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1

- name: Run tests
run: uvx --with tox-uv tox -e lint-opentelemetry-sdk
Expand All @@ -133,7 +133,7 @@ jobs:
python-version: "3.14"

- name: Set up uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1

- name: Run tests
run: uvx --with tox-uv tox -e lint-opentelemetry-configuration
Expand All @@ -152,7 +152,7 @@ jobs:
python-version: "3.14"

- name: Set up uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1

- name: Run tests
run: uvx --with tox-uv tox -e lint-opentelemetry-semantic-conventions
Expand All @@ -171,7 +171,7 @@ jobs:
python-version: "3.14"

- name: Set up uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1

- name: Run tests
run: uvx --with tox-uv tox -e lint-opentelemetry-getting-started
Expand All @@ -190,7 +190,7 @@ jobs:
python-version: "3.14"

- name: Set up uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1

- name: Run tests
run: uvx --with tox-uv tox -e lint-opentelemetry-opentracing-shim
Expand All @@ -209,7 +209,7 @@ jobs:
python-version: "3.14"

- name: Set up uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1

- name: Run tests
run: uvx --with tox-uv tox -e lint-opentelemetry-opencensus-shim
Expand All @@ -228,7 +228,7 @@ jobs:
python-version: "3.14"

- name: Set up uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1

- name: Run tests
run: uvx --with tox-uv tox -e lint-opentelemetry-exporter-http-transport
Expand All @@ -247,7 +247,7 @@ jobs:
python-version: "3.14"

- name: Set up uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1

- name: Run tests
run: uvx --with tox-uv tox -e lint-opentelemetry-exporter-otlpcommon-latest
Expand All @@ -266,7 +266,7 @@ jobs:
python-version: "3.14"

- name: Set up uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1

- name: Run tests
run: uvx --with tox-uv tox -e lint-opentelemetry-exporter-opencensus
Expand All @@ -285,7 +285,7 @@ jobs:
python-version: "3.14"

- name: Set up uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1

- name: Run tests
run: uvx --with tox-uv tox -e lint-opentelemetry-exporter-otlp-proto-common
Expand All @@ -304,7 +304,7 @@ jobs:
python-version: "3.14"

- name: Set up uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1

- name: Run tests
run: uvx --with tox-uv tox -e lint-opentelemetry-exporter-otlp-json-common
Expand All @@ -323,7 +323,7 @@ jobs:
python-version: "3.14"

- name: Set up uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1

- name: Run tests
run: uvx --with tox-uv tox -e lint-opentelemetry-exporter-otlp-combined
Expand All @@ -342,7 +342,7 @@ jobs:
python-version: "3.14"

- name: Set up uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1

- name: Run tests
run: uvx --with tox-uv tox -e lint-opentelemetry-exporter-otlp-json-file
Expand All @@ -361,7 +361,7 @@ jobs:
python-version: "3.14"

- name: Set up uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1

- name: Run tests
run: uvx --with tox-uv tox -e lint-opentelemetry-exporter-otlp-json-http
Expand All @@ -380,7 +380,7 @@ jobs:
python-version: "3.14"

- name: Set up uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1

- name: Run tests
run: uvx --with tox-uv tox -e lint-opentelemetry-exporter-otlp-proto-grpc-latest
Expand All @@ -399,7 +399,7 @@ jobs:
python-version: "3.14"

- name: Set up uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1

- name: Run tests
run: uvx --with tox-uv tox -e lint-opentelemetry-exporter-otlp-proto-http
Expand All @@ -418,7 +418,7 @@ jobs:
python-version: "3.14"

- name: Set up uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1

- name: Run tests
run: uvx --with tox-uv tox -e lint-opentelemetry-exporter-prometheus
Expand All @@ -437,7 +437,7 @@ jobs:
python-version: "3.14"

- name: Set up uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1

- name: Run tests
run: uvx --with tox-uv tox -e lint-opentelemetry-exporter-zipkin-combined
Expand All @@ -456,7 +456,7 @@ jobs:
python-version: "3.14"

- name: Set up uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1

- name: Run tests
run: uvx --with tox-uv tox -e lint-opentelemetry-exporter-zipkin-proto-http
Expand All @@ -475,7 +475,7 @@ jobs:
python-version: "3.14"

- name: Set up uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1

- name: Run tests
run: uvx --with tox-uv tox -e lint-opentelemetry-exporter-zipkin-json
Expand All @@ -494,7 +494,7 @@ jobs:
python-version: "3.14"

- name: Set up uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1

- name: Run tests
run: uvx --with tox-uv tox -e lint-opentelemetry-propagator-b3
Expand All @@ -513,7 +513,7 @@ jobs:
python-version: "3.14"

- name: Set up uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1

- name: Run tests
run: uvx --with tox-uv tox -e lint-opentelemetry-propagator-jaeger
Expand All @@ -532,7 +532,7 @@ jobs:
python-version: "3.14"

- name: Set up uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1

- name: Run tests
run: uvx --with tox-uv tox -e lint-opentelemetry-test-utils
Expand All @@ -551,7 +551,7 @@ jobs:
python-version: "3.14"

- name: Set up uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1

- name: Run tests
run: uvx --with tox-uv tox -e lint-license-header-check
22 changes: 11 additions & 11 deletions .github/workflows/misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
python-version: "3.11"

- name: Set up uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1

- name: Run tests
run: uvx --with tox-uv tox -e test-scripts
Expand All @@ -62,7 +62,7 @@ jobs:
python-version: "3.11"

- name: Set up uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1

- name: Run tests
run: uvx --with tox-uv tox -e spellcheck
Expand All @@ -88,7 +88,7 @@ jobs:
python-version: "3.11"

- name: Set up uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1

- name: Run tests
run: uvx --with tox-uv tox -e tracecontext
Expand All @@ -107,7 +107,7 @@ jobs:
python-version: "3.11"

- name: Set up uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1

- name: Run tests
run: uvx --with tox-uv tox -e typecheck
Expand All @@ -130,7 +130,7 @@ jobs:
python-version: "3.11"

- name: Set up uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1

- name: Run tests
run: uvx --with tox-uv tox -e docs
Expand All @@ -149,7 +149,7 @@ jobs:
python-version: "3.11"

- name: Set up uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1

- name: Run tests
run: uvx --with tox-uv tox -e docker-tests-otlpexporter
Expand All @@ -168,7 +168,7 @@ jobs:
python-version: "3.11"

- name: Set up uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1

- name: Run tests
run: uvx --with tox-uv tox -e docker-tests-opencensus
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
python-version: "3.11"

- name: Set up uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1

- name: Run tests
run: uvx --with tox-uv tox -e public-symbols-check
Expand All @@ -220,7 +220,7 @@ jobs:
python-version: "3.11"

- name: Set up uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1

- name: Run tests
run: uvx --with tox-uv tox -e shellcheck
Expand All @@ -242,7 +242,7 @@ jobs:
python-version: "3.11"

- name: Set up uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1

- name: Run tests
run: uvx --with tox-uv tox -e generate-workflows
Expand All @@ -264,7 +264,7 @@ jobs:
python-version: "3.11"

- name: Set up uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1

- name: Run tests
run: uvx --with tox-uv tox -e precommit
Loading
Loading