From 43b22fd7f2c77fe1394e33f5ce1feba7e362e0f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 09:13:09 +0000 Subject: [PATCH] build(deps): bump the github-actions group with 3 updates Bumps the github-actions group with 3 updates: [github/codeql-action](https://github.com/github/codeql-action), [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) and [actions/cache](https://github.com/actions/cache). Updates `github/codeql-action` from 4 to 4.37.3 - [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...v4.37.3) Updates `dtolnay/rust-toolchain` from 1.97.1 to 1.100.0 - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](https://github.com/dtolnay/rust-toolchain/compare/1.97.1...1.100.0) Updates `actions/cache` from 5 to 6 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5...v6) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: dtolnay/rust-toolchain dependency-version: 1.100.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 4 ++-- .github/workflows/desktop.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 8eb1ef8..3b9fe6d 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v7 - - uses: github/codeql-action/init@v4 + - uses: github/codeql-action/init@v4.37.3 with: languages: python - - uses: github/codeql-action/analyze@v4 + - uses: github/codeql-action/analyze@v4.37.3 diff --git a/.github/workflows/desktop.yml b/.github/workflows/desktop.yml index e2c27d0..109ff6e 100644 --- a/.github/workflows/desktop.yml +++ b/.github/workflows/desktop.yml @@ -75,10 +75,10 @@ jobs: version: "0.12.0" enable-cache: false - - uses: dtolnay/rust-toolchain@1.97.1 + - uses: dtolnay/rust-toolchain@1.100.0 - name: Restore Rust build cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -110,7 +110,7 @@ jobs: - name: Restore the pinned uv sidecar id: uv-sidecar-cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: desktop/src-tauri/binaries key: desktop-uv-sidecar-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('desktop/sidecars.json') }}