From a796264ab2393eac4f89a2bb2bc9cf041e10c455 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 09:37:36 +0000 Subject: [PATCH 1/2] [dependabot]: Bump the actions group with 2 updates Bumps the actions group with 2 updates: [j178/prek-action](https://github.com/j178/prek-action) and [github/codeql-action](https://github.com/github/codeql-action). Updates `j178/prek-action` from 2.0.6 to 3.0.0 - [Release notes](https://github.com/j178/prek-action/releases) - [Commits](https://github.com/j178/prek-action/compare/v2.0.6...v3.0.0) Updates `github/codeql-action` from 4.37.3 to 4.37.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/v4.37.3...v4.37.5) --- updated-dependencies: - dependency-name: j178/prek-action dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: github/codeql-action dependency-version: 4.37.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/autofix.yml | 2 +- .github/workflows/codeql-analysis.yml | 6 +++--- .github/workflows/scheduled_updates.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index da445cdf05b..3267837b31c 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -21,6 +21,6 @@ jobs: - run: python ./tools/dev/ensure_headers.py - run: vulture # Run this last, since it can fail the job if moved up - - uses: j178/prek-action@v2.0.6 + - uses: j178/prek-action@v3.0.0 - uses: autofix-ci/action@c5b2d67aa2274e7b5a18224e8171550871fc7e4a if: success() || failure() diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 9e430ed38f2..b28d9b21d8d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -44,7 +44,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v4.37.3 + uses: github/codeql-action/init@v4.37.5 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -58,7 +58,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@v4.37.3 + uses: github/codeql-action/autobuild@v4.37.5 # â„šī¸ Command-line programs to run using the OS shell. # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun @@ -71,4 +71,4 @@ jobs: # ./location_of_script_within_repo/buildscript.sh - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v4.37.3 + uses: github/codeql-action/analyze@v4.37.5 diff --git a/.github/workflows/scheduled_updates.yml b/.github/workflows/scheduled_updates.yml index 11407858aa4..5aab96beaed 100644 --- a/.github/workflows/scheduled_updates.yml +++ b/.github/workflows/scheduled_updates.yml @@ -88,7 +88,7 @@ jobs: echo "dirty=true" >> $GITHUB_OUTPUT fi id: status - - uses: j178/prek-action@v2.0.6 + - uses: j178/prek-action@v3.0.0 if: steps.status.outputs.dirty == 'true' - name: Create PR env: From 4fff3f4822a45dee5884bb364f89934284960475 Mon Sep 17 00:00:00 2001 From: "mne[bot]" <50266005+mne-bot@users.noreply.github.com> Date: Mon, 10 Aug 2026 09:37:54 +0000 Subject: [PATCH 2/2] mne[bot] Push commit to run CircleCI