Skip to content

feat: promote dx improvements and semantic setup preload #73

feat: promote dx improvements and semantic setup preload

feat: promote dx improvements and semantic setup preload #73

Workflow file for this run

name: CodeQL
on:
pull_request:
push:
branches: [main, develop, "release/**", "hotfix/**"]
schedule:
- cron: "27 4 * * 1"
permissions:
contents: read
security-events: write
jobs:
analyze:
name: Analyze TypeScript
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: javascript-typescript
- name: Autobuild
uses: github/codeql-action/autobuild@v4
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4