fix: Fix the documentation to not show the mermaid tooltip clipping at the top of each page with an inheritance diagram #1159
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: CodeQL | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
branches: [main] | |
schedule: | |
- cron: 17 16 * * 4 | |
jobs: | |
analyze: | |
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-codeql-analysis.yml@v1.5.2 | |
with: | |
languages-array: '["python", "javascript"]' | |
codeql-queries: security-extended,security-and-quality | |
permissions: | |
actions: read | |
contents: read | |
security-events: write |