/
githubmirror
/
bootstrap
Обзор
Документация
Войти
/
githubmirror
/
bootstrap
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.github/workflows/codeql.yml
44 строки
1 KB
dependabot[bot]
Bump the github-actions group with 6 updates (#42762)
28 июл 2026, 14:00
Не верифицирован
28 июл 2026, 14:00
16490b2
Код
Авторство
О чём код?
name: "CodeQL" on: push: branches: - main - v4-dev - "!dependabot/**" pull_request: branches: - main - v4-dev - "!dependabot/**" schedule: - cron: "0 2 * * 4" workflow_dispatch: jobs: analyze: name: Analyze runs-on: ubuntu-latest permissions: security-events: write steps: - name: Checkout repository uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - name: Initialize CodeQL uses: github/codeql-action/init@e0647621c2984b5ed2f768cb892365bf2a616ad1 # v4.37.2 with: config-file: ./.github/codeql/codeql-config.yml languages: "javascript" queries: +security-and-quality - name: Autobuild uses: github/codeql-action/autobuild@e0647621c2984b5ed2f768cb892365bf2a616ad1 # v4.37.2 - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@e0647621c2984b5ed2f768cb892365bf2a616ad1 # v4.37.2 with: category: "/language:javascript"