/
githubmirror
/
avahi
Обзор
Документация
Войти
/
githubmirror
/
avahi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.github/workflows/codeql.yml
51 строка
1 KB
dependabot[bot]
build(deps): bump the actions group with 3 updates
01 авг 2026, 11:10
01 авг 2026, 11:10
da2c583
Код
Авторство
О чём код?
--- name: "CodeQL" on: pull_request: branches: - master push: branches: - master permissions: contents: read env: CC: "gcc" BUILD_ONLY: "true" jobs: analyze: name: Analyze runs-on: ubuntu-24.04 concurrency: group: ${{ github.workflow }}-${{ matrix.language }}-${{ github.ref }} cancel-in-progress: true permissions: actions: read security-events: write strategy: fail-fast: false matrix: language: ['actions', 'cpp', 'python', 'csharp'] steps: - name: Checkout repository uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - name: Initialize CodeQL uses: github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1 with: languages: ${{ matrix.language }} - run: sudo -E .github/workflows/build.sh install-build-deps - run: .github/workflows/build.sh build - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1