Skip to content

chore(deps): bump actions/checkout from 5.0.0 to 6.0.0 #434

chore(deps): bump actions/checkout from 5.0.0 to 6.0.0

chore(deps): bump actions/checkout from 5.0.0 to 6.0.0 #434

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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- uses: EmbarkStudios/cargo-deny-action@f2ba7abc2abebaf185c833c3961145a3c275caad # v2.0.13
with:
command: check ${{ matrix.checks }}