PLT-18405: bump templated files #7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file is managed by the templated-files-bot. Changes should be made at the following repository. | ||
# https://github.com/treasure-data/dependency-bots | ||
# | ||
# For further details about reusable workflows executed by this workflow, see the following repository. | ||
# https://github.com/treasure-data/backend-github-workflows | ||
name: Dependency Review | ||
on: | ||
push: | ||
branches: ['main', 'master'] | ||
pull_request: | ||
branches: ['main', 'master'] | ||
jobs: | ||
dependency-review: | ||
uses: treasure-data/backend-github-workflows/.github/workflows/call-dependency-review.yml@main | ||
Check failure on line 17 in .github/workflows/dependency-review.yml GitHub Actions / .github/workflows/dependency-review.ymlInvalid workflow file
|
||
with: | ||
working-directory: . | ||
maven-settings-directory: . | ||
gradle-build-cmd: ./gradlew assemble -Dorg.gradle.jvmargs=-Xmx2048m | ||
sbt-ignore-configs: '' | ||
sbt-ignore-modules: '' | ||
java-version: 11 | ||
java-distribution: temurin | ||
secrets: inherit |