/
niceSOFT
/
python3-urllib3
Обзор
Документация
Войти
/
niceSOFT
/
python3-urllib3
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.7.0
.github/workflows/codeql.yml
40 строк
1 KB
dependabot[bot]
Bump github/codeql-action from 4.31.0 to 4.35.1 (#4957)
07 апр 2026, 23:56
Не верифицирован
07 апр 2026, 23:56
97710a4
Код
Авторство
О чём код?
name: "CodeQL" on: push: branches: ["main"] pull_request: branches: ["main"] schedule: - cron: "0 0 * * 5" workflow_dispatch: permissions: contents: "read" jobs: analyze: if: github.repository_owner == 'urllib3' name: "Analyze" runs-on: "ubuntu-latest" permissions: actions: read contents: read security-events: write steps: - name: "Checkout repository" uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: persist-credentials: false - name: "Run CodeQL init" uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1 with: config-file: "./.github/codeql.yml" languages: "python,javascript-typescript,actions" - name: "Run CodeQL autobuild" uses: github/codeql-action/autobuild@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1 - name: "Run CodeQL analyze" uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1