Files
securebit-chat/.github/workflows/codeql-analysis.yml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 25: cannot unmarshal !!seq into string
2025-10-19 22:02:28 -04:00

35 lines
770 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
name: "CodeQL Analysis"
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '0 3 * * *'
jobs:
analyze:
name: Analyze CodeQL
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages:
- javascript
- typescript
# 3. Автоматическая сборка (если есть)
- name: Autobuild
uses: github/codeql-action/autobuild@v2
# 4. Анализ кода с помощью CodeQL
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2