Skip to content

Commit

Permalink
Merge pull request #953 from alphagov/PP-12687-dependency-review-work…
Browse files Browse the repository at this point in the history
…flow

PP-12687: Add Dependency Review workflow
  • Loading branch information
katstevens authored Oct 31, 2024
2 parents 5285cd6 + d85e49d commit 80cfc08
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ jobs:
restore-keys: ${{ runner.os }}-m2
- name: Run unit tests
run: mvn -B --no-transfer-progress clean test

dependency-review:
name: Dependency Review scan
uses: alphagov/pay-ci/.github/workflows/_run-dependency-review.yml@master

0 comments on commit 80cfc08

Please sign in to comment.