From 5d423a6c7b9f39693d81dcf82fbbe2eef994648b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 02:14:10 +0000 Subject: [PATCH] Bump EmbarkStudios/cargo-deny-action from 2.0.11 to 2.0.12 Bumps [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) from 2.0.11 to 2.0.12. - [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases) - [Commits](https://github.com/embarkstudios/cargo-deny-action/compare/v2.0.11...v2.0.12) --- updated-dependencies: - dependency-name: EmbarkStudios/cargo-deny-action dependency-version: 2.0.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/licenses_and_advisories.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/licenses_and_advisories.yml b/.github/workflows/licenses_and_advisories.yml index a1c5011..9245c81 100644 --- a/.github/workflows/licenses_and_advisories.yml +++ b/.github/workflows/licenses_and_advisories.yml @@ -20,6 +20,6 @@ jobs: continue-on-error: ${{ matrix.checks == 'advisories' }} steps: - uses: actions/checkout@v4 - - uses: EmbarkStudios/cargo-deny-action@v2.0.11 + - uses: EmbarkStudios/cargo-deny-action@v2.0.12 with: log-level: error