From 858f077b87db0d0d03bbdc5ff62e7f284ef80e81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Sep 2026 19:07:10 +0000 Subject: [PATCH] chore: bump the actions-majors group across 1 directory with 3 updates Bumps the actions-majors group with 3 updates in the / directory: [actions/download-artifact](https://github.com/actions/download-artifact), [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) and [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) Updates `SonarSource/sonarqube-scan-action` from 6.0.0 to 8.2.2 - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](https://github.com/sonarsource/sonarqube-scan-action/compare/fd88b7d7ccbaefd23d8f36f73b59db7a3d246602...ba9859eae8dd6bd29e412f25ddbbef3d032000f4) Updates `astral-sh/setup-uv` from 9.0.0 to 10.1.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/c771a70e6277c0a99b617c7a806ffedaca235ff9...bec219d24cd3e171d82865faccec33120bb574f4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-majors - dependency-name: SonarSource/sonarqube-scan-action dependency-version: 8.2.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-majors - dependency-name: astral-sh/setup-uv dependency-version: 10.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-majors ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/mutants-sweep.yml | 10 +++++----- .github/workflows/update-badge.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54f1812..36420ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -198,7 +198,7 @@ jobs: name: coverage-mac path: . - - uses: SonarSource/sonarqube-scan-action@fd88b7d7ccbaefd23d8f36f73b59db7a3d246602 # v6 + - uses: SonarSource/sonarqube-scan-action@ba9859eae8dd6bd29e412f25ddbbef3d032000f4 # v8.2.2 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} with: diff --git a/.github/workflows/mutants-sweep.yml b/.github/workflows/mutants-sweep.yml index 7a51449..d6292f7 100644 --- a/.github/workflows/mutants-sweep.yml +++ b/.github/workflows/mutants-sweep.yml @@ -266,27 +266,27 @@ jobs: steps: - uses: actions/checkout@v7 - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: pattern: mutants-core path: crates - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: pattern: mutants-shell-* path: crates - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: pattern: mutants-settings-* path: crates - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: pattern: mutants-mac-* path: crates - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: pattern: mutants-window-* path: window diff --git a/.github/workflows/update-badge.yml b/.github/workflows/update-badge.yml index a422c4e..4ea194c 100644 --- a/.github/workflows/update-badge.yml +++ b/.github/workflows/update-badge.yml @@ -22,7 +22,7 @@ jobs: persist-credentials: false - name: Setup uv - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0 with: enable-cache: false