From 558ad4ef14b0011be945c1efb6dbf0d8f30f796e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 16:27:40 +0000 Subject: [PATCH] Bump the gh-actions-packages group with 7 updates Bumps the gh-actions-packages group with 7 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `6.0.2` | `7.0.0` | | [actions/setup-go](https://github.com/actions/setup-go) | `6.4.0` | `6.5.0` | | [actions/setup-python](https://github.com/actions/setup-python) | `5.6.0` | `6.3.0` | | [actions/cache](https://github.com/actions/cache) | `5.0.5` | `6.1.0` | | [datadog/test-visibility-github-action](https://github.com/datadog/test-visibility-github-action) | `cdf298ef8277c8c3bec321499084ce5d9e4ff1e8` | `4e7afb05b464fd349275e41e65a7f4de83e7f46b` | | [DataDog/coverage-upload-github-action](https://github.com/datadog/coverage-upload-github-action) | `1.0.3` | `1.0.5` | | [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) | `9.2.1` | `9.3.0` | Updates `actions/checkout` from 6.0.2 to 7.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/de0fac2e4500dabe0009e67214ff5f5447ce83dd...9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0) Updates `actions/setup-go` from 6.4.0 to 6.5.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/4a3601121dd01d1626a1e23e37211e3254c1c06c...924ae3a1cded613372ab5595356fb5720e22ba16) Updates `actions/setup-python` from 5.6.0 to 6.3.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/a26af69be951a213d495a4c3e4e4022e16d87065...ece7cb06caefa5fff74198d8649806c4678c61a1) Updates `actions/cache` from 5.0.5 to 6.1.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/27d5ce7f107fe9357f9df03efb73ab90386fccae...55cc8345863c7cc4c66a329aec7e433d2d1c52a9) Updates `datadog/test-visibility-github-action` from cdf298ef8277c8c3bec321499084ce5d9e4ff1e8 to 4e7afb05b464fd349275e41e65a7f4de83e7f46b - [Release notes](https://github.com/datadog/test-visibility-github-action/releases) - [Commits](https://github.com/datadog/test-visibility-github-action/compare/cdf298ef8277c8c3bec321499084ce5d9e4ff1e8...4e7afb05b464fd349275e41e65a7f4de83e7f46b) Updates `DataDog/coverage-upload-github-action` from 1.0.3 to 1.0.5 - [Release notes](https://github.com/datadog/coverage-upload-github-action/releases) - [Commits](https://github.com/datadog/coverage-upload-github-action/compare/6c4bd935248daa6f0ef94e3e6ba71ad5ad079998...d9548b1c3c4ab639d5d3ab29a1508af188975f77) Updates `golangci/golangci-lint-action` from 9.2.1 to 9.3.0 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/82606bf257cbaff209d206a39f5134f0cfbfd2ee...ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions-packages - dependency-name: actions/setup-go dependency-version: 6.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions-packages - dependency-name: actions/setup-python dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions-packages - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions-packages - dependency-name: datadog/test-visibility-github-action dependency-version: 4e7afb05b464fd349275e41e65a7f4de83e7f46b dependency-type: direct:production dependency-group: gh-actions-packages - dependency-name: DataDog/coverage-upload-github-action dependency-version: 1.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gh-actions-packages - dependency-name: golangci/golangci-lint-action dependency-version: 9.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions-packages ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 18 +++++++++--------- .github/workflows/prerelease.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 851c5bd..4212d00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,20 +12,20 @@ jobs: DATADOG_API_KEY_CONFIGURED: ${{ secrets.DATADOG_API_KEY != '' }} steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Set up Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v5 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v5 with: go-version: "1.26.3" - name: Set up Python - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 with: python-version: "3.12" - name: Cache Go modules - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: | ~/.cache/go-build @@ -56,7 +56,7 @@ jobs: - name: Configure Datadog Test Optimization if: ${{ env.DATADOG_API_KEY_CONFIGURED == 'true' }} - uses: datadog/test-visibility-github-action@cdf298ef8277c8c3bec321499084ce5d9e4ff1e8 # v2.10.0 + uses: datadog/test-visibility-github-action@4e7afb05b464fd349275e41e65a7f4de83e7f46b # v2.10.0 with: languages: go api_key: ${{ secrets.DATADOG_API_KEY }} @@ -70,7 +70,7 @@ jobs: - name: Upload coverage report to Datadog if: ${{ env.DATADOG_API_KEY_CONFIGURED == 'true' }} - uses: DataDog/coverage-upload-github-action@6c4bd935248daa6f0ef94e3e6ba71ad5ad079998 # v1.0.3 + uses: DataDog/coverage-upload-github-action@d9548b1c3c4ab639d5d3ab29a1508af188975f77 # v1.0.5 with: api_key: ${{ secrets.DATADOG_API_KEY }} site: datadoghq.com @@ -81,15 +81,15 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Set up Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v5 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v5 with: go-version: "1.26.3" - name: golangci-lint - uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v6 + uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v6 with: version: v2.11.4 args: --timeout=5m diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index adec1be..757d7ca 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Get GitHub token uses: DataDog/dd-octo-sts-action@96a25462dbcb10ebf0bfd6e2ccc917d2ab235b9a # v1.0.4 @@ -23,7 +23,7 @@ jobs: policy: self.github.release.prerelease - name: Set up Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v5 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v5 with: go-version: '1.26.3' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 67a0bfc..25915d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Get GitHub token uses: DataDog/dd-octo-sts-action@96a25462dbcb10ebf0bfd6e2ccc917d2ab235b9a # v1.0.4 @@ -24,7 +24,7 @@ jobs: policy: self.github.release.tags - name: Set up Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v5 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v5 with: go-version: '1.26.3'