Skip to content

build(deps): bump paste from 1.0.14 to 1.0.15 (#907) #2531

build(deps): bump paste from 1.0.14 to 1.0.15 (#907)

build(deps): bump paste from 1.0.14 to 1.0.15 (#907) #2531

Workflow file for this run

name: deny
on:
push:
branches:
- main
pull_request:
branches:
- main
merge_group:
types:
- checks_requested
jobs:
cargo-deny:
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' }}
# This job is configured by the deny.toml config file in the project top level
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1
with:
command: check ${{ matrix.checks }}