From f6653f14652f61af88b2cf53de24e9784443f2c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 21:04:54 +0000 Subject: [PATCH] chore: Bump mongodb/atlas-github-action from 0.2.1 to 0.2.2 Bumps [mongodb/atlas-github-action](https://github.com/mongodb/atlas-github-action) from 0.2.1 to 0.2.2. - [Release notes](https://github.com/mongodb/atlas-github-action/releases) - [Commits](https://github.com/mongodb/atlas-github-action/compare/15663d068c40a8582d881560961fce9d45e0df9a...e3c9e0204659bafbb3b65e1eb1ee745cca0e9f3b) --- updated-dependencies: - dependency-name: mongodb/atlas-github-action dependency-version: 0.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/code-health.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-health.yml b/.github/workflows/code-health.yml index b2d3d1d..6caa3b5 100644 --- a/.github/workflows/code-health.yml +++ b/.github/workflows/code-health.yml @@ -30,7 +30,7 @@ jobs: with: go-version-file: 'go.mod' - name: setup Atlas CLI - uses: mongodb/atlas-github-action@15663d068c40a8582d881560961fce9d45e0df9a + uses: mongodb/atlas-github-action@e3c9e0204659bafbb3b65e1eb1ee745cca0e9f3b - name: E2E Test run: make test-e2e