Skip to content

Bump gevent from 1.2.2 to 23.9.0 #2

Bump gevent from 1.2.2 to 23.9.0

Bump gevent from 1.2.2 to 23.9.0 #2

name: 'Dependency Review'
on: [pull_request]
permissions:
contents: read
jobs:
dependency-review:
runs-on: ubuntu-latest
steps:

Check failure on line 11 in .github/workflows/dependency-review.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/dependency-review.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
- name: 'Checkout Repository'
uses: actions/checkout@v2
- name: Dependency Review
uses: github/dependency-review-action@v1
with:
# Possible values: "critical", "high", "moderate", "low"
fail-on-severity: 'high'