/
vshmidt
/
streamlit
Обзор
Документация
Войти
/
vshmidt
/
streamlit
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
.github/workflows/codeql-analysis.yml
42 строки
1 KB
dependabot[bot]
Bump actions/checkout from 5 to 6 (#13083)
21 ноя 2025, 17:44
Не верифицирован
21 ноя 2025, 17:44
6e30586
Код
Авторство
О чём код?
name: "CodeQL" on: push: branches: ["develop"] pull_request: # The branches below must be a subset of the branches above branches: ["develop"] schedule: - cron: "22 19 * * 6" jobs: codeql-analysis: name: Analyze runs-on: ubuntu-latest permissions: actions: read contents: read security-events: write strategy: fail-fast: false matrix: language: ["javascript", "python"] steps: - name: Checkout Streamlit code uses: actions/checkout@v6 with: persist-credentials: false submodules: "recursive" fetch-depth: 2 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v4 with: languages: ${{ matrix.language }} config-file: ./.github/codeql-config.yml - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v4 with: category: "/language:${{matrix.language}}"