Update get_onc_ctd
and get_onc_ferry
workers to work with ONC API v3
#593
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: '45 16 * * 2' | |
jobs: | |
analyze: | |
name: Analyze | |
permissions: | |
actions: read | |
contents: read | |
security-events: write | |
strategy: | |
fail-fast: false | |
matrix: | |
language: [ 'python' ] | |
uses: UBC-MOAD/gha-workflows/.github/workflows/codeql-analysis.yaml@main | |
with: | |
language: ${{ matrix.language }} |