Lines Matching +full:security +full:- +full:events
21 - cron: '39 21 * * 4'
26 runs-on: ubuntu-latest
30 security-events: write
33 fail-fast: false
37 # Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
40 - name: Checkout repository
44 - name: Initialize CodeQL
45 uses: github/codeql-action/init@v2
52 …m/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/c…
53 # queries: security-extended,security-and-quality
58 - name: Autobuild
59 uses: github/codeql-action/autobuild@v2
61 # ℹ️ Command-line programs to run using the OS shell.
62 …# See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#job…
67 # - run: |
71 - name: Perform CodeQL Analysis
72 uses: github/codeql-action/analyze@v2