Skip to content

Merge branches 'w/8.3/bugfix/ARSN-554/fix_empty_tag_value_crash' and … #1965

Merge branches 'w/8.3/bugfix/ARSN-554/fix_empty_tag_value_crash' and …

Merge branches 'w/8.3/bugfix/ARSN-554/fix_empty_tag_value_crash' and … #1965

Workflow file for this run

---
name: codeQL
on:
push:
branches: [development/*, stabilization/*, hotfix/*]
pull_request:
branches: [development/*, stabilization/*, hotfix/*]
workflow_dispatch:
jobs:
analyze:
name: Static analysis with CodeQL
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: javascript, typescript
- name: Build and analyze
uses: github/codeql-action/analyze@v3