Skip to content

Commit

Permalink
PP-12687: Add dependency review shared workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
katstevens committed Nov 7, 2024
1 parent d663b46 commit 7ffcc83
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ permissions:

jobs:
tests:
uses: ./.github/workflows/_run-tests.yml
uses: ./.github/workflows/_run-tests.yml

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

0 comments on commit 7ffcc83

Please sign in to comment.