Skip to content

Update build.gradle #137

Update build.gradle

Update build.gradle #137

Workflow file for this run

# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
name: 'CodeQL'
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '0 8 * * 1'
jobs:
codeql:
permissions:
actions: read
contents: read
security-events: write
statuses: write
name: 'CodeQL'
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v4
- name: 'Initialize CodeQL'
uses: github/codeql-action/init@v3
with:
languages: 'java-kotlin'
- name: 'Build Repository'
uses: github/codeql-action/autobuild@v3
- name: 'Run CodeQL Analysis'
uses: github/codeql-action/analyze@v3
with:
category: "/language:java-kotlin"