mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-12-18 11:00:25 +00:00
ci: included dependency review
Dependency Review GitHub Action in your repository to enforce dependency reviews on your pull requests. Signed-off-by: Naveen <172697+naveensrinivasan@users.noreply.github.com>
This commit is contained in:
parent
386cd7f20e
commit
60281fab40
20
.github/workflows/dependency-review.yaml
vendored
Normal file
20
.github/workflows/dependency-review.yaml
vendored
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
name: 'Dependency Review'
|
||||||
|
# yamllint disable-line rule:truthy
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- '*'
|
||||||
|
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
dependency-review:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: 'Checkout Repository'
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
- name: 'Dependency Review'
|
||||||
|
uses: actions/dependency-review-action@v1
|
Loading…
Reference in New Issue
Block a user