From 7bcad93cb21e503ef07404e9acbaaa38dff2c4dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 04:42:32 +0000 Subject: [PATCH] Bump leynos/shared-actions Bumps [leynos/shared-actions](https://github.com/leynos/shared-actions) from f9f1c863c8a5bef64aa6779caa746e1a4a6c1ad4 to 6c69b7715a6420c409af6fd56f1d6e566da42a46. - [Release notes](https://github.com/leynos/shared-actions/releases) - [Changelog](https://github.com/leynos/shared-actions/blob/main/docs/rust-build-release-pipeline.md) - [Commits](https://github.com/leynos/shared-actions/compare/f9f1c863c8a5bef64aa6779caa746e1a4a6c1ad4...6c69b7715a6420c409af6fd56f1d6e566da42a46) --- updated-dependencies: - dependency-name: leynos/shared-actions dependency-version: 6c69b7715a6420c409af6fd56f1d6e566da42a46 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/release.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b61c1839..65c4cefd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 - name: Setup Rust - uses: leynos/shared-actions/.github/actions/setup-rust@f9f1c863c8a5bef64aa6779caa746e1a4a6c1ad4 + uses: leynos/shared-actions/.github/actions/setup-rust@6c69b7715a6420c409af6fd56f1d6e566da42a46 - name: Format run: make check-fmt - name: Markdown lint @@ -30,7 +30,7 @@ jobs: - name: Lint run: make lint - name: Test and Measure Coverage - uses: leynos/shared-actions/.github/actions/generate-coverage@f9f1c863c8a5bef64aa6779caa746e1a4a6c1ad4 + uses: leynos/shared-actions/.github/actions/generate-coverage@6c69b7715a6420c409af6fd56f1d6e566da42a46 with: output-path: lcov.info format: lcov @@ -38,7 +38,7 @@ jobs: env: CS_ACCESS_TOKEN: ${{ secrets.CS_ACCESS_TOKEN }} if: ${{ env.CS_ACCESS_TOKEN }} - uses: leynos/shared-actions/.github/actions/upload-codescene-coverage@f9f1c863c8a5bef64aa6779caa746e1a4a6c1ad4 + uses: leynos/shared-actions/.github/actions/upload-codescene-coverage@6c69b7715a6420c409af6fd56f1d6e566da42a46 with: format: lcov diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index da399ade..ebe7922c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,7 +78,7 @@ jobs: fi echo "Release tag $tag matches Cargo.toml version." - name: Setup Rust - uses: leynos/shared-actions/.github/actions/setup-rust@f9f1c863c8a5bef64aa6779caa746e1a4a6c1ad4 + uses: leynos/shared-actions/.github/actions/setup-rust@6c69b7715a6420c409af6fd56f1d6e566da42a46 - name: Cache cross binary uses: actions/cache@v4 with: