Lines Matching +full:security +full:- +full:events
24 runs-on: ubuntu-latest
28 security-events: write
31 fail-fast: false
35 # Learn more about CodeQL language support at https://git.io/codeql-language-support
38 - name: Checkout repository
42 - name: Initialize CodeQL
43 uses: github/codeql-action/init@v4
49 # queries: ./path/to/local/query, your-org/your-repo/queries@main
53 - name: Autobuild
54 uses: github/codeql-action/autobuild@v4
56 # ℹ️ Command-line programs to run using the OS shell.
63 #- run: |
67 - name: Perform CodeQL Analysis
68 uses: github/codeql-action/analyze@v4