/
niceSOFT
/
python3-urllib3
Обзор
Документация
Войти
/
niceSOFT
/
python3-urllib3
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.github/workflows/codeql.yml
40 строк
1 KB
dependabot[bot]
Bump github/codeql-action from 4.36.0 to 4.37.0 (#5127)
21 июл 2026, 13:20
Не верифицирован
21 июл 2026, 13:20
6a8536b
Код
Авторство
О чём код?
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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - name: "Run CodeQL init" uses: github/codeql-action/init@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0 with: config-file: "./.github/codeql.yml" languages: "python,javascript-typescript,actions" - name: "Run CodeQL autobuild" uses: github/codeql-action/autobuild@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0 - name: "Run CodeQL analyze" uses: github/codeql-action/analyze@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0