8000 Adding cluster testcase · arangodb/python-arango-async@aa7f0c5 · GitHub
[go: up one dir, main page]

Skip to content
788D CodeQL

Graph Collections

Graph Collections #90

Workflow file for this run

name: CodeQL
on:
pull_request:
branches: [main]
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
0