From 92b81c16f555582bc30a5ea0acefb5113eff88b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 16:28:26 +0000 Subject: [PATCH] build(deps): bump the gh-actions-packages group with 3 updates Bumps the gh-actions-packages group with 3 updates: [datadog/test-visibility-github-action](https://github.com/datadog/test-visibility-github-action), [actions/setup-node](https://github.com/actions/setup-node) and [DataDog/dd-octo-sts-action](https://github.com/datadog/dd-octo-sts-action). Updates `datadog/test-visibility-github-action` from 3.0.0 to 3.1.0 - [Release notes](https://github.com/datadog/test-visibility-github-action/releases) - [Changelog](https://github.com/DataDog/test-visibility-github-action/blob/main/RELEASE.md) - [Commits](https://github.com/datadog/test-visibility-github-action/compare/d6d648d87563e713b3d396bb3bfebb5e3cc93707...d7e3562370d3742851764531da3cb54a743ebd63) Updates `actions/setup-node` from 6.3.0 to 7.0.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/53b83947a5a98c8d113130e565377fae1a50d02f...820762786026740c76f36085b0efc47a31fe5020) Updates `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/test-visibility-github-action dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions-packages - dependency-name: actions/setup-node dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions-packages - dependency-name: DataDog/dd-octo-sts-action dependency-version: 1.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gh-actions-packages ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/prerelease.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2a7816..b32bca4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: - name: Configure Datadog Test Optimization if: ${{ env.DATADOG_API_KEY_CONFIGURED == 'true' }} - uses: datadog/test-visibility-github-action@d6d648d87563e713b3d396bb3bfebb5e3cc93707 # v3.0.0 + uses: datadog/test-visibility-github-action@d7e3562370d3742851764531da3cb54a743ebd63 # v3.1.0 with: languages: go api_key: ${{ secrets.DATADOG_API_KEY }} @@ -164,7 +164,7 @@ jobs: go-version: "1.26.5" - name: Set up Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: "22" diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index af4ee1c..6cc0860 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Get GitHub 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/ddtest diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fff0cc9..aba03ca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Get GitHub 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/ddtest