Skip to content

ci: add PR workflow for checking dependencies #3

ci: add PR workflow for checking dependencies

ci: add PR workflow for checking dependencies #3

Workflow file for this run

name: Check
on:
pull_request:
branches:
- master
jobs:
check:
uses: wetransform/gha-workflows/.github/workflows/gradle-library.yml@master
with:
gradle-tasks: ''
java-version: 17
notify-failure: false
skip-build: true
expect-tests: false
submodules: 'recursive'
# rename lockfile so trivy picks it up
pre-build-command: mv gradle/dependency-locks/platform.lockfile gradle/dependency-locks/platform-gradle.lockfile
secrets: inherit