From 2dcb3263765f88fa91ec9a18ed9391fbc042dbac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 21:05:54 +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.4 to 4.35.5 - [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/68bde559dea0fdcac2102bfdf6230c5f70eb485e...9e0d7b8d25671d64c341c19c0152d693099fb5ba) 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.3.1 to 26.5.0 - [Commits](https://github.com/psf/black-pre-commit-mirror/compare/26.3.1...26.5.0) 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.4.20.1 to 2026.5.12.2 chore(deps): update rust-just requirement Updates the requirements on [rust-just](https://github.com/gnpaone/rust-just) to permit the latest version. Updates `rust-just` to 1.51.0 - [Release notes](https://github.com/gnpaone/rust-just/releases) - [Changelog](https://github.com/gnpaone/rust-just/blob/master/CHANGELOG.md) - [Commits](https://github.com/gnpaone/rust-just/compare/1.50.0...1.51.0) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.5 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.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: lichessbotdevs/lichess-bot dependency-version: 2026.5.12.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: rust-just dependency-version: 1.51.0 dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/code_ql.yml | 8 ++++---- .pre-commit-config.yaml | 2 +- config/lichess/Dockerfile | 2 +- config/requirements.txt | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/code_ql.yml b/.github/workflows/code_ql.yml index 412cb527..888bb32e 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@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4 + uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4 with: languages: ${{ matrix.language }} build-mode: none queries: security-and-quality - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4 + uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4 with: category: "/language:${{matrix.language}}" @@ -69,7 +69,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Initialize CodeQL - uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4 + uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # 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@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4 + uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4 with: category: "/language:c-cpp" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0e35d3d7..a4ed1ed3 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.3.1 + rev: 26.5.0 hooks: - id: black diff --git a/config/lichess/Dockerfile b/config/lichess/Dockerfile index bf3f2be4..d8d32b62 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.4.20.1 +FROM lichessbotdevs/lichess-bot:2026.5.12.2 ARG CMAKE_VERSION=4.2.3 ARG CMAKE_PRESET=clang diff --git a/config/requirements.txt b/config/requirements.txt index 39fbbeb2..7f546dd5 100644 --- a/config/requirements.txt +++ b/config/requirements.txt @@ -19,4 +19,4 @@ cpplint >= 2.0.2 hadolint-bin >= 2.14.0 ninja >= 1.13.0 pre-commit >= 4.6.0 -rust-just >= 1.50.0 +rust-just >= 1.51.0