From b72316bdf5d82c08699f2548a912f75827e8f097 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 21:05:19 +0000 Subject: [PATCH 1/2] 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.3 to 4.35.4 - [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/e46ed2cbd01164d986452f91f178727624ae40d7...68bde559dea0fdcac2102bfdf6230c5f70eb485e) chore(deps): bump magic-enum in the dependencies group Bumps the dependencies group with 1 update: [magic-enum](https://github.com/microsoft/vcpkg). Updates `magic-enum` from 0.9.7 to 0.9.8 - [Release notes](https://github.com/microsoft/vcpkg/releases) - [Commits](https://github.com/microsoft/vcpkg/commits) chore(deps): bump the dependencies group with 2 updates --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: magic-enum dependency-version: 0.9.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: https://github.com/pre-commit/mirrors-clang-format dependency-version: 22.1.5 dependency-type: direct:production dependency-group: dependencies - dependency-name: clang-format dependency-version: 22.1.5 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 | 4 ++-- vcpkg.json | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/code_ql.yml b/.github/workflows/code_ql.yml index 0ea7a957..412cb527 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@e46ed2cbd01164d986452f91f178727624ae40d7 # v4 + uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4 with: languages: ${{ matrix.language }} build-mode: none queries: security-and-quality - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@e46ed2cbd01164d986452f91f178727624ae40d7 # v4 + uses: github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4 with: category: "/language:${{matrix.language}}" @@ -69,7 +69,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Initialize CodeQL - uses: github/codeql-action/init@e46ed2cbd01164d986452f91f178727624ae40d7 # v4 + uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # 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@e46ed2cbd01164d986452f91f178727624ae40d7 # v4 + uses: github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4 with: category: "/language:c-cpp" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 32c8227e..0e35d3d7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -98,11 +98,11 @@ repos: # C++ formatting & linting - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v22.1.4 + rev: v22.1.5 hooks: - id: clang-format exclude_types: [json] - additional_dependencies: [clang-format>=22.1.4] + additional_dependencies: [clang-format>=22.1.5] - repo: https://github.com/pocc/pre-commit-hooks rev: v1.3.5 hooks: diff --git a/vcpkg.json b/vcpkg.json index 9085115b..7dc5f055 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -2,7 +2,7 @@ "dependencies": [ { "name": "magic-enum", - "version>=": "0.9.7" + "version>=": "0.9.8" }, { "name": "nlohmann-json", @@ -76,4 +76,4 @@ "name": "BenBot", "supports": "windows|linux|osx", "version": "1.7.5" -} +} \ No newline at end of file From db8e3efa287b7237bf09d87bb1075bb4f8d448a6 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 21:06: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 7dc5f055..a2f04745 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -76,4 +76,4 @@ "name": "BenBot", "supports": "windows|linux|osx", "version": "1.7.5" -} \ No newline at end of file +}