Skip to content

build(deps): bump EmbarkStudios/cargo-deny-action from 2.0.1 to 2.0.2 #755

build(deps): bump EmbarkStudios/cargo-deny-action from 2.0.1 to 2.0.2

build(deps): bump EmbarkStudios/cargo-deny-action from 2.0.1 to 2.0.2 #755

Workflow file for this run

name: cargo-deny
on:
push:
branches: [ "main" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
schedule:
- cron: '0 0 * * *'
permissions:
contents: read
jobs:
cargo-deny:
runs-on: ubuntu-20.04
strategy:
matrix:
checks:
- advisories
- sources
- bans
# Prevent sudden announcement of a new advisory from failing ci:
continue-on-error: ${{ matrix.checks == 'sources' }}
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
submodules: recursive
- run: bash sh_script/preparation.sh
- uses: EmbarkStudios/cargo-deny-action@f87fcad0e65efa7cbdec993036c394fa9be14262 # v2.0.2
with:
command: check ${{ matrix.checks }}