Skip to content

roadmap: expand v0.7-v1.0 from 2 releases to 7 with 23 new skills, 6 … #16

roadmap: expand v0.7-v1.0 from 2 releases to 7 with 23 new skills, 6 …

roadmap: expand v0.7-v1.0 from 2 releases to 7 with 23 new skills, 6 … #16

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 6 * * 1'
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
security-events: write
strategy:
matrix:
language: [javascript-typescript]
steps:
- uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3