Skip to content

Merge pull request #2788 from carpentries/bugfix/2787-render-svg-with… #2241

Merge pull request #2788 from carpentries/bugfix/2787-render-svg-with…

Merge pull request #2788 from carpentries/bugfix/2787-render-svg-with… #2241

name: "Code scanning - action"
on:
push:
branches:
- main
- develop
pull_request:
branches: [ main, develop ]
schedule:
- cron: '0 2 * * 1'
jobs:
CodeQL-Build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
# Override language selection by uncommenting this and choosing your languages
with:
languages: javascript, python
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1