Skip to content

Commit

Permalink
ci: drop dependency-review-action
Browse files Browse the repository at this point in the history
  • Loading branch information
andyholmes committed Oct 24, 2024
1 parent 269fc22 commit a6fe607
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,18 +91,6 @@ jobs:
sarif_file: eslint-results.sarif
wait-for-processing: true

dependency-review:
if: ${{ github.event_name == 'pull_request' }}
name: Dependency Review
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Review
uses: actions/dependency-review-action@v4

reuse:
name: REUSE Compliance
runs-on: ubuntu-latest
Expand Down

0 comments on commit a6fe607

Please sign in to comment.