/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.github/workflows/codeql-analysis.yml
40 строк
978 B
dependabot[bot]
chore(deps): bump github/codeql-action/analyze from 4.37.0 to 4.37.1 (#12294)
23 июл 2026, 12:30
Не верифицирован
23 июл 2026, 12:30
f681928
Код
Авторство
О чём код?
name: CodeQL on: push: branches: - main - docusaurus-v** pull_request: branches: - main - docusaurus-v** schedule: - cron: 25 22 * * 3 concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} cancel-in-progress: true jobs: analyze: name: Analyze if: github.repository == 'facebook/docusaurus' runs-on: ubuntu-latest permissions: actions: read contents: read security-events: write steps: - name: Checkout uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Initialize CodeQL uses: github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a # 4.37.1 with: languages: javascript-typescript config-file: ./.github/codeql/codeql-config.yml - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a # 4.37.1