From 9377e3c8ec837407f5bbc572e2b6afa34348e5e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 21:04:34 +0000 Subject: [PATCH] chore(deps): bump the dependencies group with 5 updates Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [lukka/get-cmake](https://github.com/lukka/get-cmake) | `4.2.3` | `4.3.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `4.32.6` | `4.34.1` | | [LouisBrunner/checks-action](https://github.com/louisbrunner/checks-action) | `2.0.0` | `3.0.0` | | [Apple-Actions/import-codesign-certs](https://github.com/apple-actions/import-codesign-certs) | `6.0.0` | `6.1.0` | | [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `2.6.0` | `2.6.1` | Updates `lukka/get-cmake` from 4.2.3 to 4.3.0 - [Release notes](https://github.com/lukka/get-cmake/releases) - [Changelog](https://github.com/lukka/get-cmake/blob/main/RELEASE_PROCESS.md) - [Commits](https://github.com/lukka/get-cmake/compare/f176ccd3f28bda569c43aae4894f06b2435a3375...b78306120111dc2522750771cfd09ee7ca723687) Updates `github/codeql-action` from 4.32.6 to 4.34.1 - [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/0d579ffd059c29b07949a3cce3983f0780820c98...38697555549f1db7851b81482ff19f1fa5c4fedc) Updates `LouisBrunner/checks-action` from 2.0.0 to 3.0.0 - [Release notes](https://github.com/louisbrunner/checks-action/releases) - [Commits](https://github.com/louisbrunner/checks-action/compare/6b626ffbad7cc56fd58627f774b9067e6118af23...dfcbcf801bff1ea7f1414824fc28f2cd697b35da) Updates `Apple-Actions/import-codesign-certs` from 6.0.0 to 6.1.0 - [Release notes](https://github.com/apple-actions/import-codesign-certs/releases) - [Commits](https://github.com/apple-actions/import-codesign-certs/compare/b610f78488812c1e56b20e6df63ec42d833f2d14...fe74d46e82474f87e1ba79832ad28a4013d0e33a) Updates `softprops/action-gh-release` from 2.6.0 to 2.6.1 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/26e8ad27a09a225049a7075d7ec1caa2df6ff332...153bb8e04406b158c6c84fc1615b65b24149a1fe) 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.7.1 to 2026.3.18.1 --- updated-dependencies: - dependency-name: lukka/get-cmake dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github/codeql-action dependency-version: 4.34.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: LouisBrunner/checks-action dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: Apple-Actions/import-codesign-certs dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: softprops/action-gh-release dependency-version: 2.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: lichessbotdevs/lichess-bot dependency-version: 2026.3.18.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/build_and_test.yml | 2 +- .github/workflows/code_ql.yml | 10 +++++----- .github/workflows/docs.yml | 4 ++-- .github/workflows/sprt.yml | 2 +- .github/workflows/tag_and_release.yml | 6 +++--- config/lichess/Dockerfile | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index f09ed777..5523e35e 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -100,7 +100,7 @@ jobs: clang: 21 - name: Install CMake 4.0 - uses: lukka/get-cmake@f176ccd3f28bda569c43aae4894f06b2435a3375 # v4.2.3 + uses: lukka/get-cmake@b78306120111dc2522750771cfd09ee7ca723687 # v4.3.0 - name: Checkout code uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 diff --git a/.github/workflows/code_ql.yml b/.github/workflows/code_ql.yml index 902ce2c1..d86fc24c 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@0d579ffd059c29b07949a3cce3983f0780820c98 # v4 + uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v4 with: languages: ${{ matrix.language }} build-mode: none queries: security-and-quality - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4 + uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # v4 with: category: "/language:${{matrix.language}}" @@ -70,13 +70,13 @@ jobs: steps: - name: Install CMake 4.0 - uses: lukka/get-cmake@f176ccd3f28bda569c43aae4894f06b2435a3375 # v4.2.3 + uses: lukka/get-cmake@b78306120111dc2522750771cfd09ee7ca723687 # v4.3.0 - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Initialize CodeQL - uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4 + uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v4 with: languages: ${{ env.LANGUAGE }} build-mode: manual @@ -90,6 +90,6 @@ jobs: working-directory: Builds/${{ env.PRESET }} - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4 + uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # v4 with: category: "/language:${{ env.LANGUAGE }}" diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 67fd75df..b0b11c57 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -63,7 +63,7 @@ jobs: uses: ssciwr/doxygen-install@329d88f5a303066a5bd006db7516b1925b86350e # v2.0.1 - name: Install CMake 4.0 - uses: lukka/get-cmake@f176ccd3f28bda569c43aae4894f06b2435a3375 # v4.2.3 + uses: lukka/get-cmake@b78306120111dc2522750771cfd09ee7ca723687 # v4.3.0 - name: Checkout code uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 @@ -94,7 +94,7 @@ jobs: # Create status check to report warnings - name: Report check state if: always() - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2 + uses: LouisBrunner/checks-action@dfcbcf801bff1ea7f1414824fc28f2cd697b35da # v3.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} name: Docs warnings diff --git a/.github/workflows/sprt.yml b/.github/workflows/sprt.yml index 38b09b14..17127f37 100644 --- a/.github/workflows/sprt.yml +++ b/.github/workflows/sprt.yml @@ -56,7 +56,7 @@ jobs: steps: - name: Install CMake 4.0 - uses: lukka/get-cmake@f176ccd3f28bda569c43aae4894f06b2435a3375 # v4.2.3 + uses: lukka/get-cmake@b78306120111dc2522750771cfd09ee7ca723687 # v4.3.0 - name: Checkout code uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 diff --git a/.github/workflows/tag_and_release.yml b/.github/workflows/tag_and_release.yml index 876e5791..b698b706 100644 --- a/.github/workflows/tag_and_release.yml +++ b/.github/workflows/tag_and_release.yml @@ -138,11 +138,11 @@ jobs: clang: 21 - name: Install CMake 4.0 - uses: lukka/get-cmake@f176ccd3f28bda569c43aae4894f06b2435a3375 # v4.2.3 + uses: lukka/get-cmake@b78306120111dc2522750771cfd09ee7ca723687 # v4.3.0 - name: Import signing certificate to keychain if: runner.os == 'macOS' - uses: Apple-Actions/import-codesign-certs@b610f78488812c1e56b20e6df63ec42d833f2d14 # v6.0.0 + uses: Apple-Actions/import-codesign-certs@fe74d46e82474f87e1ba79832ad28a4013d0e33a # v6.1.0 with: p12-file-base64: ${{ secrets.CODESIGN_CERT_FILE_BASE64 }} p12-password: ${{ secrets.CODESIGN_CERT_PASSWORD }} @@ -217,7 +217,7 @@ jobs: working-directory: .github/scripts - name: Create release - uses: softprops/action-gh-release@26e8ad27a09a225049a7075d7ec1caa2df6ff332 # v2 + uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2 with: tag_name: ${{ needs.bump_version.outputs.tag_name }} files: ${{ env.REZIPPED_ARTIFACTS }}/** diff --git a/config/lichess/Dockerfile b/config/lichess/Dockerfile index c64ab6da..20bba20e 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.7.1 +FROM lichessbotdevs/lichess-bot:2026.3.18.1 ARG CMAKE_VERSION=4.2.3 ARG CMAKE_PRESET=clang