Skip to content

Commit

Permalink
Merge pull request #2440 from itowlson/dependency-review-action
Browse files Browse the repository at this point in the history
Review new dependencies for known vulnerabilities
  • Loading branch information
fibonacci1729 authored Apr 9, 2024
2 parents 096a32c + f42011d commit b86af6c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@ env:
RUST_VERSION: 1.74

jobs:
dependency-review:
name: Review new dependencies for known vulnerabilities
runs-on: "ubuntu-20.04"
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v4
- name: 'Dependency Review'
uses: actions/dependency-review-action@v4

lint-rust:
name: Lint Rust
runs-on: "ubuntu-20.04"
Expand Down

0 comments on commit b86af6c

Please sign in to comment.