chore(deps): bump the actions-deps group with 2 updates #113
Triggered via pull request
August 17, 2026 03:56
Status
Startup failure
Total duration
–
Artifacts
–
opentelemetry-conformance-tests.yml
on: pull_request
opentelemetry
/
...
/
Resolve test commits
opentelemetry
/
...
/
${{ format(
'{0} - Community/Datadog',
inputs.suite == 'otel-invocation' && 'Invocation' || 'Execution'
) }}
opentelemetry
/
...
/
${{ format(
'{0} - Community/S3',
inputs.suite == 'otel-invocation' && 'Invocation' || 'Execution'
) }}
opentelemetry
/
...
/
${{ format(
'{0} - Community/Datadog',
inputs.suite == 'otel-invocation' && 'Invocation' || 'Execution'
) }}
opentelemetry
/
...
/
${{ format(
'{0} - Community/S3',
inputs.suite == 'otel-invocation' && 'Invocation' || 'Execution'
) }}
opentelemetry
/
...
/
${{ format(
'{0} - {1}',
inputs.view == 'invocation' && 'Invocation' || 'Execution',
inputs.phase == 'short' && 'Short'
|| (inputs.phase == 'auto' && 'Daily'
|| (inputs.phase == 'launch' && 'Launch' || 'Check'))
) }}
opentelemetry
/
...
/
${{ format(
'{0} - {1}',
inputs.view == 'invocation' && 'Invocation' || 'Execution',
inputs.phase == 'short' && 'Short'
|| (inputs.phase == 'auto' && 'Daily'
|| (inputs.phase == 'launch' && 'Launch' || 'Check'))
) }}
Matrix: opentelemetry / Conformance / Execution view / ${{ format(
'{0} - {1}',
inputs.suite == 'otel-invocation' && 'Invocation' || 'Execution',
matrix.backend == 'xray' && 'ADOT/X-Ray' || 'Community/Dash0'
) }}
Waiting for pending jobs
Matrix: opentelemetry / Conformance / Invocation view / ${{ format(
'{0} - {1}',
inputs.suite == 'otel-invocation' && 'Invocation' || 'Execution',
matrix.backend == 'xray' && 'ADOT/X-Ray' || 'Community/Dash0'
) }}
Waiting for pending jobs
Annotations
1 error
|
Invalid workflow file:
.github/workflows/opentelemetry-conformance-tests.yml#L60
The workflow is not valid. .github/workflows/opentelemetry-conformance-tests.yml (Line: 60, Col: 22): Invalid input, otlp_endpoint is not defined in the referenced workflow. .github/workflows/opentelemetry-conformance-tests.yml (Line: 55, Col: 11): Secret DATADOG_ACCESS_TOKEN is required, but not provided while calling.
|