Skip to content

chore(deps): bump tar from 0.4.45 to 0.4.46 #650

chore(deps): bump tar from 0.4.45 to 0.4.46

chore(deps): bump tar from 0.4.45 to 0.4.46 #650

Workflow file for this run

name: cargo-deny
on:
push:
branches:
- main
- "[0-9]+.[0-9]+.x"
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: EmbarkStudios/cargo-deny-action@91bf2b620e09e18d6eb78b92e7861937469acedb # v2.0.17
with:
command: check ${{ matrix.checks }}