/
niceSOFT
/
python3-urllib3
Обзор
Документация
Войти
/
niceSOFT
/
python3-urllib3
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.5.0
.github/workflows/codeql.yml
40 строк
1010 B
dependabot[bot]
Bump github/codeql-action from 3.28.0 to 3.29.0 (#3624)
17 июн 2025, 02:55
Не верифицирован
17 июн 2025, 02:55
11661e9
Код
Авторство
О чём код?
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 with: persist-credentials: false - name: "Run CodeQL init" uses: github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0 with: config-file: "./.github/codeql.yml" languages: "python" - name: "Run CodeQL autobuild" uses: github/codeql-action/autobuild@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0 - name: "Run CodeQL analyze" uses: github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0