Skip to content

Support async parse result. WiP #1355

Support async parse result. WiP

Support async parse result. WiP #1355

name: "LiteCommands CodeQL"
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
# Every 2 days at 10:30 UTC
- cron: '30 10 */2 * *'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
fetch-depth: 2
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: 'java'
- name: Autobuild
uses: github/codeql-action/autobuild@v2
env:
GIT_BRANCH: ${{ github.ref }}
GIT_COMMIT: ${{ github.sha }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2