Skip to content

fix(cli): report unsupported model listing in json #54

fix(cli): report unsupported model listing in json

fix(cli): report unsupported model listing in json #54

Workflow file for this run

name: CodeQL
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "23 3 * * 1"
permissions:
contents: read
jobs:
analyze:
name: Analyze TypeScript
if: github.event.repository.private == false
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
packages: read
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- uses: github/codeql-action/init@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4
with:
languages: javascript-typescript
- uses: github/codeql-action/analyze@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4