Skip to content

build: update bnd-platform to 3.1.0 #49

build: update bnd-platform to 3.1.0

build: update bnd-platform to 3.1.0 #49

Workflow file for this run

name: Check
on:
pull_request:
branches:
- master
jobs:
check:
uses: wetransform/gha-workflows/.github/workflows/gradle-library.yml@master

Check failure on line 10 in .github/workflows/check.yml

View workflow run for this annotation

GitHub Actions / Check

Invalid workflow file

The workflow is not valid. .github/workflows/check.yml (Line: 10, Col: 11): Input build-tasks is required, but not provided while calling. .github/workflows/check.yml (Line: 12, Col: 21): Invalid input, gradle-tasks is not defined in the referenced workflow.
with:
gradle-tasks: ''
java-version: 17
notify-failure: false
skip-build: false
expect-tests: false
submodules: 'recursive'
# work around issue with new Zip validation in recent Java updates
# for info see https://github.com/iBotPeaches/Apktool/issues/3174
# java-options: '-Djdk.util.zip.disableZip64ExtraFieldValidation=true'
# rename lockfile so trivy picks it up (no longer required since Gradle update)
# pre-build-command: mv gradle/dependency-locks/platform.lockfile gradle/dependency-locks/platform-gradle.lockfile
secrets: inherit