Skip to content

chore: drop lockfiles (tmp) #54

chore: drop lockfiles (tmp)

chore: drop lockfiles (tmp) #54

Workflow file for this run

name: Qodana
on:
workflow_dispatch: {}
workflow_call: {}
push:
branches:
- master
- main
- 'releases/*'
env:
CI: "true"
GRADLE_OPTS: -Dorg.gradle.jvmargs="-XX:+UseParallelGC -Xmx3g -XX:MetaspaceSize=512M -XX:MaxMetaspaceSize=512M"
GRADLE_CACHE_LOCAL: true
GRADLE_CACHE_REMOTE: true
GRADLE_CACHE_PUSH: true
GRADLE_CACHE_USERNAME: apikey
GRADLE_CACHE_PASSWORD: ${{ secrets.BUILDLESS_APIKEY }}
CACHE_ENDPOINT: https://gradle.less.build/cache/generic/
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
jobs:
qodana:
name: "Scan"
runs-on: ubuntu-latest
continue-on-error: true
steps:
- name: Harden Runner
uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
with:
egress-policy: audit
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
with:
fetch-depth: 0
- name: "Qodana Scan"
continue-on-error: true
uses: JetBrains/qodana-action@77f0ff0c702065648df9fd0340a48919dca5a1ff # v2023.2.1