From f2b69300d187d6ac07e851ae67d02f6587fe3e8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 04:23:05 +0000 Subject: [PATCH] Bump the github-actions group with 5 updates Bumps the github-actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [leynos/shared-actions/.github/actions/setup-rust](https://github.com/leynos/shared-actions) | `8add2d99854a5b77548eae98cca59202e68fefc8` | `7576833762e94de1cea606f88c10ae3cd665b5e6` | | [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) | `24.1.0` | `24.2.0` | | [leynos/shared-actions/.github/actions/generate-coverage](https://github.com/leynos/shared-actions) | `8add2d99854a5b77548eae98cca59202e68fefc8` | `7576833762e94de1cea606f88c10ae3cd665b5e6` | | [leynos/shared-actions/.github/actions/upload-codescene-coverage](https://github.com/leynos/shared-actions) | `8add2d99854a5b77548eae98cca59202e68fefc8` | `7576833762e94de1cea606f88c10ae3cd665b5e6` | | [leynos/shared-actions/.github/workflows/dependabot-automerge.yml](https://github.com/leynos/shared-actions) | `8add2d99854a5b77548eae98cca59202e68fefc8` | `7576833762e94de1cea606f88c10ae3cd665b5e6` | Updates `leynos/shared-actions/.github/actions/setup-rust` from 8add2d99854a5b77548eae98cca59202e68fefc8 to 7576833762e94de1cea606f88c10ae3cd665b5e6 - [Release notes](https://github.com/leynos/shared-actions/releases) - [Commits](https://github.com/leynos/shared-actions/compare/8add2d99854a5b77548eae98cca59202e68fefc8...7576833762e94de1cea606f88c10ae3cd665b5e6) Updates `DavidAnson/markdownlint-cli2-action` from 24.1.0 to 24.2.0 - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases) - [Commits](https://github.com/davidanson/markdownlint-cli2-action/compare/6bf21b07787794f89a243495939cd651942aeabe...21c1be1b93ad9ed58fa840aacc3f279cde2a72ff) Updates `leynos/shared-actions/.github/actions/generate-coverage` from 8add2d99854a5b77548eae98cca59202e68fefc8 to 7576833762e94de1cea606f88c10ae3cd665b5e6 - [Release notes](https://github.com/leynos/shared-actions/releases) - [Commits](https://github.com/leynos/shared-actions/compare/8add2d99854a5b77548eae98cca59202e68fefc8...7576833762e94de1cea606f88c10ae3cd665b5e6) Updates `leynos/shared-actions/.github/actions/upload-codescene-coverage` from 8add2d99854a5b77548eae98cca59202e68fefc8 to 7576833762e94de1cea606f88c10ae3cd665b5e6 - [Release notes](https://github.com/leynos/shared-actions/releases) - [Commits](https://github.com/leynos/shared-actions/compare/8add2d99854a5b77548eae98cca59202e68fefc8...7576833762e94de1cea606f88c10ae3cd665b5e6) Updates `leynos/shared-actions/.github/workflows/dependabot-automerge.yml` from 8add2d99854a5b77548eae98cca59202e68fefc8 to 7576833762e94de1cea606f88c10ae3cd665b5e6 - [Release notes](https://github.com/leynos/shared-actions/releases) - [Commits](https://github.com/leynos/shared-actions/compare/8add2d99854a5b77548eae98cca59202e68fefc8...7576833762e94de1cea606f88c10ae3cd665b5e6) --- updated-dependencies: - dependency-name: leynos/shared-actions/.github/actions/setup-rust dependency-version: 7576833762e94de1cea606f88c10ae3cd665b5e6 dependency-type: direct:production dependency-group: github-actions - dependency-name: DavidAnson/markdownlint-cli2-action dependency-version: 24.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: leynos/shared-actions/.github/actions/generate-coverage dependency-version: 7576833762e94de1cea606f88c10ae3cd665b5e6 dependency-type: direct:production dependency-group: github-actions - dependency-name: leynos/shared-actions/.github/actions/upload-codescene-coverage dependency-version: 7576833762e94de1cea606f88c10ae3cd665b5e6 dependency-type: direct:production dependency-group: github-actions - dependency-name: leynos/shared-actions/.github/workflows/dependabot-automerge.yml dependency-version: 7576833762e94de1cea606f88c10ae3cd665b5e6 dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/dependabot-automerge.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b53bb897..65868e68 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,13 +16,13 @@ jobs: steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 - name: Setup Rust - uses: leynos/shared-actions/.github/actions/setup-rust@8add2d99854a5b77548eae98cca59202e68fefc8 + uses: leynos/shared-actions/.github/actions/setup-rust@7576833762e94de1cea606f88c10ae3cd665b5e6 - name: Install ripgrep run: cargo binstall --no-confirm --locked ripgrep@15.2.0 - name: Format run: make check-fmt - name: Markdown lint - uses: DavidAnson/markdownlint-cli2-action@6bf21b07787794f89a243495939cd651942aeabe # v20 + uses: DavidAnson/markdownlint-cli2-action@21c1be1b93ad9ed58fa840aacc3f279cde2a72ff # v20 with: globs: | **/*.md @@ -31,7 +31,7 @@ jobs: - name: Lint run: make lint - name: Test and Measure Coverage - uses: leynos/shared-actions/.github/actions/generate-coverage@8add2d99854a5b77548eae98cca59202e68fefc8 + uses: leynos/shared-actions/.github/actions/generate-coverage@7576833762e94de1cea606f88c10ae3cd665b5e6 with: output-path: lcov.info format: lcov @@ -39,7 +39,7 @@ jobs: env: CS_ACCESS_TOKEN: ${{ secrets.CS_ACCESS_TOKEN }} if: ${{ env.CS_ACCESS_TOKEN }} - uses: leynos/shared-actions/.github/actions/upload-codescene-coverage@8add2d99854a5b77548eae98cca59202e68fefc8 + uses: leynos/shared-actions/.github/actions/upload-codescene-coverage@7576833762e94de1cea606f88c10ae3cd665b5e6 with: format: lcov diff --git a/.github/workflows/dependabot-automerge.yml b/.github/workflows/dependabot-automerge.yml index cddafe5b..10248d9a 100644 --- a/.github/workflows/dependabot-automerge.yml +++ b/.github/workflows/dependabot-automerge.yml @@ -28,6 +28,6 @@ jobs: # The token is not used for any external cloud auth. id-token: write if: ${{ github.event_name == 'workflow_dispatch' || github.actor == 'dependabot[bot]' }} - uses: leynos/shared-actions/.github/workflows/dependabot-automerge.yml@8add2d99854a5b77548eae98cca59202e68fefc8 + uses: leynos/shared-actions/.github/workflows/dependabot-automerge.yml@7576833762e94de1cea606f88c10ae3cd665b5e6 with: pull-request-number: ${{ inputs.pull-request-number || github.event.pull_request.number }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eab89a4e..88310fa9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -81,7 +81,7 @@ jobs: fi echo "Release tag $tag matches Cargo.toml version." - name: Setup Rust - uses: leynos/shared-actions/.github/actions/setup-rust@8add2d99854a5b77548eae98cca59202e68fefc8 + uses: leynos/shared-actions/.github/actions/setup-rust@7576833762e94de1cea606f88c10ae3cd665b5e6 - name: Cache cross binary uses: actions/cache@v6 with: