Skip to content

Merge remote-tracking branch 'origin/weblate' #3209

Merge remote-tracking branch 'origin/weblate'

Merge remote-tracking branch 'origin/weblate' #3209

# Copyright © Michal Čihař <michal@weblate.org>
#
# SPDX-License-Identifier: MIT
# This file is maintained in https://github.com/WeblateOrg/meta/
name: CodeQL
on:
push:
branches:
- main
pull_request:
# The branches below must be a subset of the branches above
branches:
- main
schedule:
- cron: 0 4 * * 0
jobs:
analyze:
name: Analyze
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v4 # v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3