Skip to content

Commit

Permalink
Merge pull request #27 from it-at-m/feature/depedency-review
Browse files Browse the repository at this point in the history
feature/ci dependency review
  • Loading branch information
simonhir authored Jul 8, 2024
2 parents 50370c3 + bef50e2 commit e7b2656
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/build.yaml

This file was deleted.

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

on:
pull_request:

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 e7b2656

Please sign in to comment.