diff --git a/.github/workflows/parametric-tests.yml b/.github/workflows/parametric-tests.yml index 01c63139d44..21c2d9742e3 100644 --- a/.github/workflows/parametric-tests.yml +++ b/.github/workflows/parametric-tests.yml @@ -15,7 +15,7 @@ on: # yamllint disable-line rule:truthy permissions: {} env: - SYSTEM_TESTS_REF: 316900e2a7466555951a341e6f2bedd4bf261097 # Automated: Can be updated by .github/workflows/update-system-tests.yml + SYSTEM_TESTS_REF: ddf8222d2d3acc5318d579d5c4a341c14cab196b # Automated: Can be updated by .github/workflows/update-system-tests.yml jobs: changes: diff --git a/.github/workflows/system-tests-official.yml b/.github/workflows/system-tests-official.yml index 11092984c5b..9fe8094e001 100644 --- a/.github/workflows/system-tests-official.yml +++ b/.github/workflows/system-tests-official.yml @@ -104,7 +104,7 @@ jobs: TELEMETRY_METRIC_GENERATION_DISABLED needs: - build - uses: DataDog/system-tests/.github/workflows/system-tests.yml@8ff6c41624103d83d384e0cf3241ec12e4984800 # Automated: This reference is automatically updated. + uses: DataDog/system-tests/.github/workflows/system-tests.yml@ddf8222d2d3acc5318d579d5c4a341c14cab196b # Automated: This reference is automatically updated. secrets: inherit # zizmor: ignore[secrets-inherit] permissions: contents: read @@ -116,7 +116,7 @@ jobs: scenarios: ${{ matrix.scenarios }} weblogs: ${{ matrix.weblogs }} skip_empty_scenarios: true - ref: 8ff6c41624103d83d384e0cf3241ec12e4984800 # Automated: This reference is automatically updated. + ref: ddf8222d2d3acc5318d579d5c4a341c14cab196b # Automated: This reference is automatically updated. complete: name: System Tests (complete) diff --git a/.github/workflows/system-tests.yml b/.github/workflows/system-tests.yml index 94a1445d3a7..5c10d9151e6 100644 --- a/.github/workflows/system-tests.yml +++ b/.github/workflows/system-tests.yml @@ -22,7 +22,7 @@ permissions: {} env: REGISTRY: ghcr.io REPO: ghcr.io/datadog/dd-trace-rb - SYSTEM_TESTS_REF: 316900e2a7466555951a341e6f2bedd4bf261097 # Automated: This reference is automatically updated. + SYSTEM_TESTS_REF: ddf8222d2d3acc5318d579d5c4a341c14cab196b # Automated: This reference is automatically updated. jobs: changes: