Skip to content

Update conventions to 0.0.44 #28

Update conventions to 0.0.44

Update conventions to 0.0.44 #28

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ "master" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master" ]
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
timeout-minutes: 360
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: actions/[email protected]
with:
distribution: 'zulu'
java-version-file: .ci-java-version
- uses: gradle/[email protected]
- name: Setup Gradle
uses: gradle/[email protected]
with:
gradle-version: wrapper
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: java
- run: |
echo "Run, Build Application using script"
./gradlew assemble
env:
GRADLE_OPTS: -Dorg.gradle.daemon=false -Dkotlin.incremental=false -Dorg.gradle.jvmargs="-Xmx4g -Xms512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:MaxMetaspaceSize=1024m"
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2