Skip to content

QuickEditor: Make sure the QE works well when the app get's killed du… #293

QuickEditor: Make sure the QE works well when the app get's killed du…

QuickEditor: Make sure the QE works well when the app get's killed du… #293

name: Submit dependencies to GitHub Dependency Graph
on:
push:
branches:
- trunk
- release/*
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- name: Setup Gradle to generate and submit dependency graphs
uses: gradle/actions/dependency-submission@v3