From cf003d47fe93de9ce38302fdeabd418a758fb5b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 21:05:37 +0000 Subject: [PATCH] chore(deps): bump github/codeql-action in the dependencies group Bumps the dependencies group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 4.35.5 to 4.36.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/9e0d7b8d25671d64c341c19c0152d693099fb5ba...7211b7c8077ea37d8641b6271f6a365a22a5fbfa) 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.5.12.2 to 2026.5.21.1 chore(deps): bump https://github.com/psf/black-pre-commit-mirror Bumps the dependencies group with 1 update: [https://github.com/psf/black-pre-commit-mirror](https://github.com/psf/black-pre-commit-mirror). Updates `https://github.com/psf/black-pre-commit-mirror` from 26.5.0 to 26.5.1 - [Commits](https://github.com/psf/black-pre-commit-mirror/compare/26.5.0...26.5.1) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: lichessbotdevs/lichess-bot dependency-version: 2026.5.21.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: https://github.com/psf/black-pre-commit-mirror dependency-version: 26.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/code_ql.yml | 8 ++++---- .pre-commit-config.yaml | 2 +- config/lichess/Dockerfile | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/code_ql.yml b/.github/workflows/code_ql.yml index 888bb32e..267f0969 100644 --- a/.github/workflows/code_ql.yml +++ b/.github/workflows/code_ql.yml @@ -47,14 +47,14 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Initialize CodeQL - uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4 + uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4 with: languages: ${{ matrix.language }} build-mode: none queries: security-and-quality - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4 + uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4 with: category: "/language:${{matrix.language}}" @@ -69,7 +69,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Initialize CodeQL - uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4 + uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4 with: languages: c-cpp build-mode: manual @@ -81,6 +81,6 @@ jobs: build_config: Debug - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4 + uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4 with: category: "/language:c-cpp" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 402a59b7..ed124df0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -139,7 +139,7 @@ repos: - id: pyupgrade - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.5.0 + rev: 26.5.1 hooks: - id: black diff --git a/config/lichess/Dockerfile b/config/lichess/Dockerfile index d8d32b62..ec745a98 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.5.12.2 +FROM lichessbotdevs/lichess-bot:2026.5.21.1 ARG CMAKE_VERSION=4.2.3 ARG CMAKE_PRESET=clang