Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

chore(deps): bump gunicorn from 21.2.0 to 22.0.0 #158

chore(deps): bump gunicorn from 21.2.0 to 22.0.0

chore(deps): bump gunicorn from 21.2.0 to 22.0.0 #158

Workflow file for this run

name: Code scanning (CodeQL)
on:
pull_request:
types: [ready_for_review, opened, reopened, synchronize]
branches:
- main
push:
branches:
- main
jobs:
codeql:
name: Run codeql
uses: Informasjonsforvaltning/workflows/.github/workflows/codeql.yaml@main
with:
language: python
python_version: '3.8'
python_architecture: x64
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}