github.com/letsencrypt/boulder@v0.20251208.0/.github/workflows/codeql.yml (about) 1 name: "Code Scanning - Action" 2 3 on: 4 pull_request: 5 branches: [ release-branch-*, main] 6 push: 7 branches: [ release-branch-*, main] 8 9 10 jobs: 11 CodeQL-Build: 12 # CodeQL runs on ubuntu-latest, windows-latest, and macos-latest 13 runs-on: ubuntu-latest 14 15 permissions: 16 # required for all workflows 17 security-events: write 18 19 steps: 20 - name: Checkout repository 21 uses: actions/checkout@v4 22 - name: Initialize CodeQL 23 uses: github/codeql-action/init@v4 24 - name: Autobuild 25 uses: github/codeql-action/autobuild@v4 26 - name: Perform CodeQL Analysis 27 uses: github/codeql-action/analyze@v4