From 87adcdaa77aa38bf2ffe3e58b53e3ea04176ff1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Feb 2022 07:53:57 -0800 Subject: [PATCH] build(deps): bump EmbarkStudios/cargo-deny-action from 1.2.11 to 1.2.12 (#1499) Bumps [EmbarkStudios/cargo-deny-action](https://github.com/EmbarkStudios/cargo-deny-action) from 1.2.11 to 1.2.12. - [Release notes](https://github.com/EmbarkStudios/cargo-deny-action/releases) - [Commits](https://github.com/EmbarkStudios/cargo-deny-action/compare/4340bbf5bc9e7034fae7c4857e9ab87cab35c905...8acbae97b5d01b0481ae14cee8fcd8f5aa9e374d) --- updated-dependencies: - dependency-name: EmbarkStudios/cargo-deny-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/deps.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deps.yml b/.github/workflows/deps.yml index 491613d16e..01bbf75b75 100644 --- a/.github/workflows/deps.yml +++ b/.github/workflows/deps.yml @@ -26,7 +26,7 @@ jobs: continue-on-error: true steps: - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 - - uses: EmbarkStudios/cargo-deny-action@4340bbf5bc9e7034fae7c4857e9ab87cab35c905 + - uses: EmbarkStudios/cargo-deny-action@8acbae97b5d01b0481ae14cee8fcd8f5aa9e374d with: command: check advisories @@ -36,6 +36,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 - - uses: EmbarkStudios/cargo-deny-action@4340bbf5bc9e7034fae7c4857e9ab87cab35c905 + - uses: EmbarkStudios/cargo-deny-action@8acbae97b5d01b0481ae14cee8fcd8f5aa9e374d with: command: check bans licenses sources