Skip to content

Github Actions CodeQL #72

Github Actions CodeQL

Github Actions CodeQL #72

Workflow file for this run

name: Github Actions CodeQL
permissions:
contents: read
on:
pull_request:
branches:
- main
paths:
- '.github/**'
schedule:
- cron: '30 0 * * *'
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
jobs:
codeql:
name: 'Github Actions CodeQL'
runs-on: ubuntu-24.04
permissions:
security-events: write
steps:
- name: Checkout LLVM
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
sparse-checkout: |
.github/
- name: Initialize CodeQL
uses: github/codeql-action/init@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
with:
languages: actions
queries: security-extended
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4