Lines Matching +full:- +full:- +full:no +full:- +full:install +full:- +full:recommends
19 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
37 permissions: # added using https://github.com/step-security/secure-workflows
43 runs-on: ubuntu-latest
47 security-events: write
50 fail-fast: false
53 # Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
56 - name: Harden Runner
57 uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
59 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
61 - name: Checkout repository
64 - name: Bootstrap
66 sudo apt-get --no-install-recommends install -y ninja-build libreadline-dev libncurses-dev
68 - name: Initialize CodeQL
69 uses: github/codeql-action/init@a09933a12a80f87b87005513f0abb1494c27a716 # v2.21.4
76 …m/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/c…
77 # queries: security-extended,security-and-quality
79 - run: |
82 - name: Perform CodeQL Analysis
83 uses: github/codeql-action/analyze@a09933a12a80f87b87005513f0abb1494c27a716 # v2.21.4