/
vshmidt
/
label-studio
Обзор
Документация
Войти
/
vshmidt
/
label-studio
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
.github/workflows/codeql.yml
37 строк
816 B
dependabot[bot]
ci: bump actions/checkout from 5 to 6 (#8871)
24 ноя 2025, 13:15
Не верифицирован
24 ноя 2025, 13:15
c446ed0
Код
Авторство
О чём код?
name: "CodeQL" on: push: branches: [ "develop", "ls-release/**", "lse-release/**" ] schedule: - cron: '35 22 * * 0' jobs: analyze: name: Analyze runs-on: 'ubuntu-latest' timeout-minutes: 45 permissions: actions: read contents: read security-events: write strategy: fail-fast: false matrix: language: [ 'javascript-typescript', 'python' ] steps: - name: Checkout repository uses: actions/checkout@v6 - name: Initialize CodeQL uses: github/codeql-action/init@v4 with: languages: ${{ matrix.language }} config-file: ./.github/codeql/codeql-config.yaml - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v4 with: category: "/language:${{matrix.language}}"