10 - 'CMSIS/CoreValidation/**'
15 - '.github/workflows/codeql-analysis.yml'
18 - 'CMSIS/CoreValidation/**'
23 runs-on: ubuntu-latest
25 image: ghcr.io/jonatanantoni/cmsis/linux.gnu:latest
29 security-events: write
37 - name: Checkout repository
38 uses: actions/checkout@v2
40 # Initializes the CodeQL tools for scanning.
41 - name: Initialize CodeQL
42 uses: github/codeql-action/init@v1
44 languages: ${{ matrix.language }}
47 ln -s /root/.rtebuild /github/home/.rtebuild
48 cd CMSIS/CoreValidation/Tests
49 python3 build.py -c GCC -o low build
51 - name: Perform CodeQL Analysis
52 uses: github/codeql-action/analyze@v1