Lines Matching +full:security +full:- +full:events
7 # http://www.apache.org/licenses/LICENSE-2.0
26 - cron: '26 7 * * 1'
34 # - https://gh.io/recommended-hardware-resources-for-running-codeql
35 # - https://gh.io/supported-runners-and-hardware-resources
36 # - https://gh.io/using-larger-runners
38 runs-on: 'ubuntu-latest'
39 timeout-minutes: 360
43 security-events: write
46 fail-fast: false
51 - name: Checkout repository
55 - name: Initialize CodeQL
56 uses: github/codeql-action/init@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
63 …m/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/c…
64 # queries: security-extended,security-and-quality
69 - name: Autobuild
71 uses: github/codeql-action/autobuild@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
73 - uses: actions/setup-python@v5
76 python-version: '3.7'
77 - uses: lukka/get-cmake@latest
81 - name: Install Dependencies
85 sudo apt install --yes --no-install-recommends libwayland-dev libxrandr-dev
87 - name: Generate build files
89 run: cmake -S. -B build -D CMAKE_BUILD_TYPE=Release -D UPDATE_DEPS=ON
94 - name: Build the loader
96 run: cmake --build build
98 - name: Perform CodeQL Analysis
99 uses: github/codeql-action/analyze@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12