Skip to content

DVX-488: Implement infinite paging approach #370

DVX-488: Implement infinite paging approach

DVX-488: Implement infinite paging approach #370

Workflow file for this run

name: Pyatlan Code Scanning Build
on: [pull_request, workflow_dispatch]
jobs:
CodeQL-Build:
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ['python']
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{matrix.language}}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"