From 410d9f11c6bc270671e531c382f4731c0fc15b67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 22:05:29 +0000 Subject: [PATCH] build(deps): Bump yonasBSD/toolkit Bumps [yonasBSD/toolkit](https://github.com/yonasbsd/toolkit) from a86be1ec49d736a33f8cf0fb88eab266ef88e27a to a69a5dac4ed73fa2e60c9c0b9609bd66acc5509d. - [Release notes](https://github.com/yonasbsd/toolkit/releases) - [Commits](https://github.com/yonasbsd/toolkit/compare/a86be1ec49d736a33f8cf0fb88eab266ef88e27a...a69a5dac4ed73fa2e60c9c0b9609bd66acc5509d) --- updated-dependencies: - dependency-name: yonasBSD/toolkit dependency-version: a69a5dac4ed73fa2e60c9c0b9609bd66acc5509d dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/autofix.yaml | 2 +- .github/workflows/licenses.yaml | 2 +- .github/workflows/lint.yaml | 2 +- .github/workflows/release-packaging.yaml | 2 +- .github/workflows/security.yaml | 2 +- .github/workflows/test-with-coverage.yaml | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/autofix.yaml b/.github/workflows/autofix.yaml index 03f53d6..7bb746b 100644 --- a/.github/workflows/autofix.yaml +++ b/.github/workflows/autofix.yaml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Cargo Format - uses: yonasBSD/toolkit@a86be1ec49d736a33f8cf0fb88eab266ef88e27a # v1.0.0 + uses: yonasBSD/toolkit@a69a5dac4ed73fa2e60c9c0b9609bd66acc5509d # v1.0.0 with: run: | cargo format diff --git a/.github/workflows/licenses.yaml b/.github/workflows/licenses.yaml index d0cf52d..3f7fbd5 100644 --- a/.github/workflows/licenses.yaml +++ b/.github/workflows/licenses.yaml @@ -43,7 +43,7 @@ jobs: toolchain: nightly - name: Run cargo-deny - uses: yonasBSD/toolkit@a86be1ec49d736a33f8cf0fb88eab266ef88e27a # v1.0.0 + uses: yonasBSD/toolkit@a69a5dac4ed73fa2e60c9c0b9609bd66acc5509d # v1.0.0 with: run: | cargo-deny check licenses bans diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index fc9a58a..0d8b675 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -51,7 +51,7 @@ jobs: - uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9 - name: Tree Format - uses: yonasBSD/toolkit@a86be1ec49d736a33f8cf0fb88eab266ef88e27a # v1.0.0 + uses: yonasBSD/toolkit@a69a5dac4ed73fa2e60c9c0b9609bd66acc5509d # v1.0.0 with: run: | treefmt diff --git a/.github/workflows/release-packaging.yaml b/.github/workflows/release-packaging.yaml index bc951c7..eec6348 100644 --- a/.github/workflows/release-packaging.yaml +++ b/.github/workflows/release-packaging.yaml @@ -73,7 +73,7 @@ jobs: # Build & Package - name: Build Reproducible Binary - uses: yonasBSD/toolkit@a86be1ec49d736a33f8cf0fb88eab266ef88e27a # v1.0.0 + uses: yonasBSD/toolkit@a69a5dac4ed73fa2e60c9c0b9609bd66acc5509d # v1.0.0 with: run: | # Set source date for reproducible builds diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml index f3f53e1..60ea28d 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -90,7 +90,7 @@ jobs: toolchain: stable - name: Run advisories checklist - uses: yonasBSD/toolkit@a86be1ec49d736a33f8cf0fb88eab266ef88e27a # v1.0.0 + uses: yonasBSD/toolkit@a69a5dac4ed73fa2e60c9c0b9609bd66acc5509d # v1.0.0 with: run: | echo "### Advisories" > $GITHUB_STEP_SUMMARY diff --git a/.github/workflows/test-with-coverage.yaml b/.github/workflows/test-with-coverage.yaml index 2726224..50f129b 100644 --- a/.github/workflows/test-with-coverage.yaml +++ b/.github/workflows/test-with-coverage.yaml @@ -92,7 +92,7 @@ jobs: tool: grcov,cargo-llvm-cov - name: Run tests - uses: yonasBSD/toolkit@a86be1ec49d736a33f8cf0fb88eab266ef88e27a # v1.0.0 + uses: yonasBSD/toolkit@a69a5dac4ed73fa2e60c9c0b9609bd66acc5509d # v1.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -100,7 +100,7 @@ jobs: task test - name: Generate test results and coverage report - uses: yonasBSD/toolkit@a86be1ec49d736a33f8cf0fb88eab266ef88e27a # v1.0.0 + uses: yonasBSD/toolkit@a69a5dac4ed73fa2e60c9c0b9609bd66acc5509d # v1.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: