Skip to content

Commit 0ba00ec

Browse files
committed
ci: add dependency review job to PR workflow
1 parent 221fd18 commit 0ba00ec

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/pr.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@ jobs:
6969
- name: Check that make fakes has been run
7070
run: git diff --no-ext-diff --exit-code
7171

72+
ci-dependency-review:
73+
name: CI Dependency Review
74+
runs-on: ubuntu-latest
75+
steps:
76+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
77+
- uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0
78+
7279
build-push-image:
7380
name: CI Build Image
7481
uses: ./.github/workflows/build-push-image.yaml

0 commit comments

Comments
 (0)