From 015f57a4ec2bf5c80678cba77f94f3b2ae0b8452 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Antonio=20Fern=C3=A1ndez=20de=20Alba?= Date: Wed, 1 Jul 2026 15:47:33 +0200 Subject: [PATCH] Bump datadog-ci to v5.20.1 --- README.md | 2 +- action.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 53c713f..fc66ab8 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ The action has the following options: | `service` | Service name to use with the uploaded test results. | False | | | `env` | Optional environment to add to the tests | False | | | `logs` | When set to "true" enables forwarding content from the XML reports as Logs. The content inside ``, ``, and `` is collected as logs. Logs from elements inside a `` are automatically connected to the test. | False | | -| `datadog-ci-version` | Version of datadog-ci to install. Defaults to the pinned datadog-ci release shipped with this action version. Use a major version like `v5` to get the latest release within that major version, or a specific tag like `v5.6.0` to pin. Legacy npm semver syntax (`^`, `~`, `>=`, `latest`) is still supported but deprecated. | False | `v5.18.0` | +| `datadog-ci-version` | Version of datadog-ci to install. Defaults to the pinned datadog-ci release shipped with this action version. Use a major version like `v5` to get the latest release within that major version, or a specific tag like `v5.6.0` to pin. Legacy npm semver syntax (`^`, `~`, `>=`, `latest`) is still supported but deprecated. | False | `v5.20.1` | | `github-token` | GitHub token to use for authenticated datadog-ci release resolution. Defaults to the workflow `github.token` when omitted. | False | `github.token` | | `extra-args` | Extra args to be passed to the datadog-ci junit upload command. | False | | diff --git a/action.yaml b/action.yaml index e34df35..cbe247f 100644 --- a/action.yaml +++ b/action.yaml @@ -39,7 +39,7 @@ inputs: datadog-ci-version: required: false description: Version of datadog-ci to install. Defaults to the pinned datadog-ci release shipped with this action version. Use a major version like `v5` to get the latest release within that major version, or a specific tag like `v5.6.0` to pin. Legacy npm semver syntax (^, ~, >=, latest) is still supported but deprecated. - default: "v5.18.0" + default: "v5.20.1" github-token: required: false default: ""