Bump clechasseur/rs-cargo from 5cd564345ef5b1136392a1dc943b33a3a888b873 to 180f27db21c6e6dfc8526b9eb249b9686781e069 #276
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Dependency Checks' | |
on: [pull_request] | |
permissions: | |
contents: read | |
pull-requests: write | |
jobs: | |
cargo-deny: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: 'cargo deny' | |
uses: EmbarkStudios/cargo-deny-action@v1 | |
with: | |
command: check | |
command-arguments: all |