Skip to content

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

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

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

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@2d8c9929d8f9f42bedba73f1287cb0b479f07acb # v2.0.3
with:
command: check ${{ matrix.checks }}