Skip to content

Commit

Permalink
fix: aded dependency review GHA.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zubair Shakoor authored and Zubair Shakoor committed Jan 17, 2024
1 parent 1af4092 commit 2dac201
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
branches:
- "**"

permissions:
contents: read

jobs:
run_tests:
name: Tests
Expand All @@ -24,7 +27,14 @@ jobs:
]

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

- name: Dependency Review
uses: actions/dependency-review-action@v3
with:
fail-on-severity: moderate

- name: setup python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 2dac201

Please sign in to comment.