/
githubmirror
/
html5-boilerplate
Обзор
Документация
Войти
/
githubmirror
/
html5-boilerplate
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.github/workflows/codeql-analysis.yml
36 строк
843 B
dependabot[bot]
chore(deps): bump the github-actions group across 1 directory with 6 updates (#3462)
01 июл 2026, 23:45
Не верифицирован
01 июл 2026, 23:45
227dbf7
Код
Авторство
О чём код?
name: "CodeQL" on: push: branches: - main - "!dependabot/**" pull_request: branches: - main - "!dependabot/**" workflow_dispatch: jobs: analyze: name: Analyze runs-on: ubuntu-latest permissions: actions: read contents: read security-events: write steps: - name: Checkout repository uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - name: Initialize CodeQL uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2 with: languages: "javascript" queries: +security-and-quality - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2