Skip to content

Bump gunicorn from 21.2.0 to 22.0.0 (#30) #47

Bump gunicorn from 21.2.0 to 22.0.0 (#30)

Bump gunicorn from 21.2.0 to 22.0.0 (#30) #47

Workflow file for this run

# Development Checks - Test and Security Analysis
name: "Dev Workflow"
on:
workflow_dispatch:
push:
branches: [ "development" ]
pull_request:
branches: [ "development" ]
jobs:
analyze:
name: codeql
uses: ./.github/workflows/codeql.yml
tests:
name: tests
uses: ./.github/workflows/test.yml
secrets:
TOKEN: ${{ secrets.TOKEN }}