Skip to content

chore: rm sparql graph specification from queries #81

chore: rm sparql graph specification from queries

chore: rm sparql graph specification from queries #81

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