Skip to content

chore(sdk): auto-sync generated TS SDK from strictRBAC + auth keys ch… #3459

chore(sdk): auto-sync generated TS SDK from strictRBAC + auth keys ch…

chore(sdk): auto-sync generated TS SDK from strictRBAC + auth keys ch… #3459

Workflow file for this run

name: CodeQL
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
schedule:
- cron: "17 3 * * 1"
permissions:
actions: read
contents: read
security-events: write
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v6
- uses: github/codeql-action/init@v4
with:
languages: javascript-typescript
build-mode: none
- uses: github/codeql-action/analyze@v4
with:
category: /language:javascript-typescript