Skip to content

cleanup and attempt to fix codeql #50

cleanup and attempt to fix codeql

cleanup and attempt to fix codeql #50

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ "main" ]
permissions:
checks: write
packages: read
security-events: write
jobs:
analyze:
name: "CodeQL Analysis"
runs-on: ubuntu-latest
steps:
- name: "Git Checkout"
uses: actions/checkout@v4
- name: "Initialize CodeQL"
uses: github/codeql-action/init@v3
with:
languages: 'java-kotlin'
- uses: ./.github/actions/gradle-task-run
with:
gradle-tasks: "assembleDebug"
reuse-configuration-cache: false
reuse-build-cache: false
with-jemalloc: false
- name: "Perform CodeQL Analysis"
uses: github/codeql-action/analyze@v3
with:
category: "/language:java-kotlin"