From 54c93b3833847c4dfb7478af1a3911ce3346270c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 08:53:46 +0000 Subject: [PATCH] Bump the actions group with 2 updates Bumps the actions group with 2 updates: [mongodb-labs/drivers-github-tools/codeql](https://github.com/mongodb-labs/drivers-github-tools) and [mongodb-labs/drivers-github-tools/python/uv-lock-update](https://github.com/mongodb-labs/drivers-github-tools). Updates `mongodb-labs/drivers-github-tools/codeql` from 95f9ce909bf0e44707fffdb92c18ed86e74aa2fd to 89904229eb55a063655af02f5838bd7fe76505e5 - [Release notes](https://github.com/mongodb-labs/drivers-github-tools/releases) - [Commits](https://github.com/mongodb-labs/drivers-github-tools/compare/95f9ce909bf0e44707fffdb92c18ed86e74aa2fd...89904229eb55a063655af02f5838bd7fe76505e5) Updates `mongodb-labs/drivers-github-tools/python/uv-lock-update` from bc33fb6aca874b4c37a4ee79bc7061a1ee68baad to 89904229eb55a063655af02f5838bd7fe76505e5 - [Release notes](https://github.com/mongodb-labs/drivers-github-tools/releases) - [Commits](https://github.com/mongodb-labs/drivers-github-tools/compare/bc33fb6aca874b4c37a4ee79bc7061a1ee68baad...89904229eb55a063655af02f5838bd7fe76505e5) --- updated-dependencies: - dependency-name: mongodb-labs/drivers-github-tools/codeql dependency-version: 89904229eb55a063655af02f5838bd7fe76505e5 dependency-type: direct:production dependency-group: actions - dependency-name: mongodb-labs/drivers-github-tools/python/uv-lock-update dependency-version: 89904229eb55a063655af02f5838bd7fe76505e5 dependency-type: direct:production dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 2 +- .github/workflows/uv-lock-update.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 45bca03c14..a44b49d52f 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -37,7 +37,7 @@ jobs: - language: actions build-mode: none steps: - - uses: mongodb-labs/drivers-github-tools/codeql@95f9ce909bf0e44707fffdb92c18ed86e74aa2fd # v3 + - uses: mongodb-labs/drivers-github-tools/codeql@89904229eb55a063655af02f5838bd7fe76505e5 # v3 with: language: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} diff --git a/.github/workflows/uv-lock-update.yml b/.github/workflows/uv-lock-update.yml index 6f6115df14..436fa863fe 100644 --- a/.github/workflows/uv-lock-update.yml +++ b/.github/workflows/uv-lock-update.yml @@ -35,7 +35,7 @@ jobs: uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 with: python-version: "3.10" - - uses: mongodb-labs/drivers-github-tools/python/uv-lock-update@bc33fb6aca874b4c37a4ee79bc7061a1ee68baad # v3 + - uses: mongodb-labs/drivers-github-tools/python/uv-lock-update@89904229eb55a063655af02f5838bd7fe76505e5 # v3 with: app_id: ${{ vars.APP_ID }} private_key: ${{ secrets.APP_PRIVATE_KEY }}