From b7c78d07c3778c7ec1900dd00bd21a0a0cbae03b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 13:14:01 +0000 Subject: [PATCH] ci(deps): bump firestoned/github-actions/rust/security-scan Bumps [firestoned/github-actions/rust/security-scan](https://github.com/firestoned/github-actions) from 1.3.6 to 1.3.7. - [Release notes](https://github.com/firestoned/github-actions/releases) - [Changelog](https://github.com/firestoned/github-actions/blob/main/CHANGELOG.md) - [Commits](https://github.com/firestoned/github-actions/compare/53b483254bc648903c364ee3c73a546d0936a91e...d0d51c638a90bffc2a1567fe7af112b37fe8854c) --- updated-dependencies: - dependency-name: firestoned/github-actions/rust/security-scan dependency-version: 1.3.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e5864f1..bb5019e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -981,13 +981,13 @@ jobs: - name: Run security scan (PR / push) if: github.event_name != 'release' - uses: firestoned/github-actions/rust/security-scan@53b483254bc648903c364ee3c73a546d0936a91e # v1.3.6 + uses: firestoned/github-actions/rust/security-scan@d0d51c638a90bffc2a1567fe7af112b37fe8854c # v1.3.7 with: cargo-audit-version: "0.22.0" - name: Run security scan (release) if: github.event_name == 'release' - uses: firestoned/github-actions/rust/security-scan@53b483254bc648903c364ee3c73a546d0936a91e # v1.3.6 + uses: firestoned/github-actions/rust/security-scan@d0d51c638a90bffc2a1567fe7af112b37fe8854c # v1.3.7 with: cargo-audit-version: "0.22.0" upload-artifact-name: cargo-audit-report-release