Update stale.yml

Added dependancy review to stale nightly job
This commit is contained in:
Daniel Anner 2022-12-27 14:26:38 -05:00 committed by GitHub
parent 147361dd10
commit f3fc0c0009
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,3 +22,16 @@ jobs:
This PR has been automatically marked as stale because it has not
had recent activity. It will be closed automatically if no further
progress is made.
dependency-review:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v3
- name: 'Setup Python'
uses: actions/setup-python@v3
with:
python-version: 3.8
- name: 'Install dependencies'
run: pip install -r requirements.txt
- name: 'Dependency Review'
uses: actions/dependency-review-action@v2