Skip to content

Commit

Permalink
ci: move dependency-review to main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospereira committed Jul 5, 2024
1 parent 54879b5 commit 0b60805
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 22 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,17 @@ jobs:
jobSummary: true
format: markdown
fail: true

dependency-review:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 'Dependency Review'
uses: actions/dependency-review-action@v4
with:
fail-on-severity: high
fail-on-scopes: runtime

compile:
name: Build / compile
runs-on: ubuntu-latest
Expand All @@ -137,6 +148,8 @@ jobs:
- eslint
- esbuild-check
- gradle-wrapper-validation
- validate-external-links
- dependency-review
steps:
- uses: actions/checkout@v4
- run: corepack enable
Expand Down
22 changes: 0 additions & 22 deletions .github/workflows/dependency-review.yml

This file was deleted.

0 comments on commit 0b60805

Please sign in to comment.