Skip to content

refactor: graph 모듈 core/ → analysis/ 이동 — import direction 위반 해소 #380

refactor: graph 모듈 core/ → analysis/ 이동 — import direction 위반 해소

refactor: graph 모듈 core/ → analysis/ 이동 — import direction 위반 해소 #380

Workflow file for this run

name: CodeQL
on:
push:
branches: [master]
pull_request:
branches: [master]
schedule:
- cron: "0 6 * * 1"
jobs:
analyze:
name: Analyze (Python)
runs-on: ubuntu-latest
permissions:
security-events: write
contents: read
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: python
queries: +security-extended
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:python"