/
niceSOFT
/
python3-urllib3
Обзор
Документация
Войти
/
niceSOFT
/
python3-urllib3
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.6.0
.github/workflows/codeql.yml
40 строк
1 KB
dependabot[bot]
Bump actions/checkout from 5.0.0 to 6.0.0 (#3722)
27 ноя 2025, 22:17
Не верифицирован
27 ноя 2025, 22:17
1c8fbf7
Код
Авторство
О чём код?
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@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0 with: config-file: "./.github/codeql.yml" languages: "python,javascript-typescript,actions" - name: "Run CodeQL autobuild" uses: github/codeql-action/autobuild@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0 - name: "Run CodeQL analyze" uses: github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0