Skip to content

chore(deps-dev): bump safety from 2.4.0b2 to 3.0.1 #17

chore(deps-dev): bump safety from 2.4.0b2 to 3.0.1

chore(deps-dev): bump safety from 2.4.0b2 to 3.0.1 #17

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.10'
python_architecture: x64
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}