Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/code_ql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}"

Expand All @@ -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
Expand All @@ -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 }}"
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sprt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tag_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}/**
Expand Down
2 changes: 1 addition & 1 deletion config/lichess/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading