/
niceSOFT
/
python3-urllib3
Обзор
Документация
Войти
/
niceSOFT
/
python3-urllib3
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.0.0
.github/workflows/codeql.yml
35 строк
858 B
dependabot[bot]
Bump github/codeql-action from 2.2.9 to 2.3.0
25 апр 2023, 00:54
25 апр 2023, 00:54
3007816
Код
Авторство
О чём код?
name: "CodeQL" on: push: branches: ["main"] pull_request: branches: ["main"] schedule: - cron: "0 0 * * 5" permissions: "read-all" jobs: analyze: name: "Analyze" runs-on: "ubuntu-latest" permissions: actions: read contents: read security-events: write steps: - name: "Checkout repository" uses: "actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3" - name: "Run CodeQL init" uses: "github/codeql-action/init@b2c19fb9a2a485599ccf4ed5d65527d94bc57226" with: config-file: "./.github/codeql.yml" languages: "python" - name: "Run CodeQL autobuild" uses: "github/codeql-action/autobuild@b2c19fb9a2a485599ccf4ed5d65527d94bc57226" - name: "Run CodeQL analyze" uses: "github/codeql-action/analyze@b2c19fb9a2a485599ccf4ed5d65527d94bc57226"