Compile and install - name: CodeQL Bundle
uses: advanced-security/[email protected] with: # The tag of bundle release to customize (e.g., codeql-bundle-20220311) bundle-version: # optional, default is latest # A comma-separated list of CodeQL packs to include in the bundle packs: # Root directory where the codeql-workspace.yml file is located workspace: # optional, default is . # Upload the created bundle upload: # optional, default is true # token: # optional, default is ${{ github.token }} # The max number of packs that will be processed concurrently concurrency-limit: # optional, default is 2