From abedeb1e72125828cc862555c41fe707cc1884aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 21:04:16 +0000 Subject: [PATCH 1/2] chore(deps): bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [LouisBrunner/checks-action](https://github.com/louisbrunner/checks-action) and [docker/login-action](https://github.com/docker/login-action). Updates `LouisBrunner/checks-action` from 3.0.0 to 3.1.0 - [Release notes](https://github.com/louisbrunner/checks-action/releases) - [Commits](https://github.com/louisbrunner/checks-action/compare/dfcbcf801bff1ea7f1414824fc28f2cd697b35da...937cbbcde3259005b50746dc91cde29098aac2ff) Updates `docker/login-action` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/b45d80f862d83dbcd57f89517bcf500b2ab88fb2...4907a6ddec9925e35a0a9e82d7399ccc52663121) chore(deps): bump imgui from 1.91.9 to 1.92.6 in the dependencies group Bumps the dependencies group with 1 update: [imgui](https://github.com/microsoft/vcpkg). Updates `imgui` from 1.91.9 to 1.92.6 - [Release notes](https://github.com/microsoft/vcpkg/releases) - [Commits](https://github.com/microsoft/vcpkg/commits) chore(deps): bump lichessbotdevs/lichess-bot Bumps the dependencies group in /config/lichess with 1 update: lichessbotdevs/lichess-bot. Updates `lichessbotdevs/lichess-bot` from 2026.3.27.1 to 2026.4.3.1 --- updated-dependencies: - dependency-name: LouisBrunner/checks-action dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: docker/login-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: imgui dependency-version: 1.92.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: lichessbotdevs/lichess-bot dependency-version: 2026.4.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yml | 2 +- .github/workflows/tag_and_release.yml | 2 +- config/lichess/Dockerfile | 2 +- vcpkg.json | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e6f18615..5e45d278 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -94,7 +94,7 @@ jobs: # Create status check to report warnings - name: Report check state if: always() - uses: LouisBrunner/checks-action@dfcbcf801bff1ea7f1414824fc28f2cd697b35da # v3.0.0 + uses: LouisBrunner/checks-action@937cbbcde3259005b50746dc91cde29098aac2ff # v3.1.0 with: token: ${{ secrets.GITHUB_TOKEN }} name: Docs warnings diff --git a/.github/workflows/tag_and_release.yml b/.github/workflows/tag_and_release.yml index 9169c911..b779cfb8 100644 --- a/.github/workflows/tag_and_release.yml +++ b/.github/workflows/tag_and_release.yml @@ -244,7 +244,7 @@ jobs: steps: - name: Login to Docker - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4 with: username: benvining password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/config/lichess/Dockerfile b/config/lichess/Dockerfile index 3af3b73d..352431c3 100644 --- a/config/lichess/Dockerfile +++ b/config/lichess/Dockerfile @@ -12,7 +12,7 @@ # This Dockerfile expects the context to be the repo root -FROM lichessbotdevs/lichess-bot:2026.3.27.1 +FROM lichessbotdevs/lichess-bot:2026.4.3.1 ARG CMAKE_VERSION=4.2.3 ARG CMAKE_PRESET=clang diff --git a/vcpkg.json b/vcpkg.json index cc0e2785..212a23c2 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -24,7 +24,7 @@ "vulkan-binding" ], "name": "imgui", - "version>=": "1.91.9" + "version>=": "1.92.6" }, { "name": "glfw3", @@ -47,4 +47,4 @@ ], "name": "BenBot", "version": "1.7.5" -} +} \ No newline at end of file From 313ae8caad8cfc7a5245628fe4f499da251ab072 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 21:05:04 +0000 Subject: [PATCH 2/2] chore: pre-commit autofix --- vcpkg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index 212a23c2..aadb75e2 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -47,4 +47,4 @@ ], "name": "BenBot", "version": "1.7.5" -} \ No newline at end of file +}