From d3eb19589b824ab8561db167ef95f2e9640d691f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 13:33:48 +0000 Subject: [PATCH] chore(deps): bump DataDog/dd-octo-sts-action from 1.0.4 to 1.0.5 Bumps [DataDog/dd-octo-sts-action](https://github.com/datadog/dd-octo-sts-action) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/datadog/dd-octo-sts-action/releases) - [Commits](https://github.com/datadog/dd-octo-sts-action/compare/96a25462dbcb10ebf0bfd6e2ccc917d2ab235b9a...c85802a58e202b7e764b5441e4378c76043c8108) --- updated-dependencies: - dependency-name: DataDog/dd-octo-sts-action dependency-version: 1.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/prepare_release.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prepare_release.yml b/.github/workflows/prepare_release.yml index e9f5f3947..3286b19a4 100644 --- a/.github/workflows/prepare_release.yml +++ b/.github/workflows/prepare_release.yml @@ -18,7 +18,7 @@ jobs: id-token: write steps: - name: Get access token - uses: DataDog/dd-octo-sts-action@96a25462dbcb10ebf0bfd6e2ccc917d2ab235b9a # v1.0.4 + uses: DataDog/dd-octo-sts-action@c85802a58e202b7e764b5441e4378c76043c8108 # v1.0.5 id: octo-sts with: scope: DataDog/datadog-sync-cli diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 15ee12fef..6491f7d9f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,7 +64,7 @@ jobs: - name: Get access token if: steps.detect_release.outputs.is_release == 'true' - uses: DataDog/dd-octo-sts-action@96a25462dbcb10ebf0bfd6e2ccc917d2ab235b9a # v1.0.4 + uses: DataDog/dd-octo-sts-action@c85802a58e202b7e764b5441e4378c76043c8108 # v1.0.5 id: octo-sts with: scope: DataDog/datadog-sync-cli