8 # The branches below must be a subset of the branches above
14 runs-on: ubuntu-latest
16 image: ghcr.io/jonatanantoni/cmsis/linux.gnu:latest
20 security-events: write
28 - name: Checkout repository
29 uses: actions/checkout@v2
31 # Initializes the CodeQL tools for scanning.
32 - name: Initialize CodeQL
33 uses: github/codeql-action/init@v1
35 languages: ${{ matrix.language }}
38 ln -s /root/.rtebuild /github/home/.rtebuild
39 cd CMSIS/CoreValidation/Tests
40 python3 build.py -c GCC -o low build
42 - name: Perform CodeQL Analysis
43 uses: github/codeql-action/analyze@v1