Skip to content

Commit

Permalink
ci: add dependency review job to PR workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgb committed Jan 26, 2025
1 parent 94ab5e4 commit 1cfcbf7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/dependency-review.yaml

This file was deleted.

7 changes: 7 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,13 @@ jobs:
- name: Check that make fakes has been run
run: git diff --no-ext-diff --exit-code

ci-dependency-review:
name: CI Dependency Review
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0

build-push-image:
name: CI Build Image
uses: ./.github/workflows/build-push-image.yaml
Expand Down

0 comments on commit 1cfcbf7

Please sign in to comment.