Skip to content

Bump the all-dependencies group across 1 directory with 12 updates #234

Bump the all-dependencies group across 1 directory with 12 updates

Bump the all-dependencies group across 1 directory with 12 updates #234

Workflow file for this run

name: cargo-deny
on:
push:
branches:
- main
pull_request:
jobs:
check:
runs-on: ubuntu-latest
strategy:
matrix:
checks:
- advisories
- bans licenses sources
# Prevent sudden announcement of a new advisory from failing ci:
continue-on-error: ${{ matrix.checks == 'advisories' }}
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- uses: EmbarkStudios/cargo-deny-action@f2ba7abc2abebaf185c833c3961145a3c275caad # v2.0.13
with:
command: check ${{ matrix.checks }}