diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 3c39a0642..ec825e9f7 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -22,16 +22,3 @@ 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