bachya/pyopenuv

View on GitHub
.github/workflows/codeql.yml

Summary

Maintainability
Test Coverage
---
name: CodeQL

"on":
  push:
    branches:
      - dev
      - main

  pull_request:
    branches:
      - dev
      - main

  workflow_dispatch:

  schedule:
    - cron: "30 1 * * 0"

jobs:
  codeql:
    name: Scanning
    runs-on: ubuntu-latest
    steps:
      - name: โคต๏ธ Check out code from GitHub
        uses: actions/checkout@v4

      - name: ๐Ÿ— Initialize CodeQL
        uses: github/codeql-action/init@v3

      - name: ๐Ÿš€ Perform CodeQL Analysis
        uses: github/codeql-action/analyze@v3