Skip to content

Bump werkzeug from 2.2.3 to 3.0.3 (#31) #45

Bump werkzeug from 2.2.3 to 3.0.3 (#31)

Bump werkzeug from 2.2.3 to 3.0.3 (#31) #45

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 }}