Skip to content

Commit

Permalink
ci use github dependency review
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhir committed Jul 5, 2024
1 parent e35e2dc commit c486b78
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/dependency_compliance.yaml

This file was deleted.

17 changes: 17 additions & 0 deletions .github/workflows/dependency_review.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: dependency-review

on:
pull_request:
branches:
- main

jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Dependency Review
uses: actions/dependency-review-action@v4
with:
config-file: it-at-m/.github/workflow-configs/dependency_review.yaml@main

0 comments on commit c486b78

Please sign in to comment.