File tree Expand file tree Collapse file tree 2 files changed +24
-6
lines changed
Expand file tree Collapse file tree 2 files changed +24
-6
lines changed Original file line number Diff line number Diff line change 1+ # This file is managed by the templated-files-bot. Changes should be made at the following repository.
2+ # https://github.com/treasure-data/dependency-bots
3+ #
4+ # For further details about reusable workflows executed by this workflow, see the following repository.
5+ # https://github.com/treasure-data/backend-github-workflows
16* @ treasure-data/integrations
Original file line number Diff line number Diff line change 55# https://github.com/treasure-data/backend-github-workflows
66
77name : Dependency Review
8-
9- on :
8+ permissions :
9+ contents : read
10+ pull-requests : write
11+ ' on ' :
1012 push :
11- branches : ['main', 'master']
13+ branches :
14+ - main
15+ - master
1216 pull_request :
13- branches : ['main', 'master']
14-
17+ branches :
18+ - main
19+ - master
1520jobs :
1621 dependency-review :
1722 uses : treasure-data/backend-github-workflows/.github/workflows/call-dependency-review.yml@main
1823 with :
19- working-directory : .
24+ working-directory : ' .'
25+ maven-settings-directory : ' .'
26+ gradle-build-cmd : ./gradlew assemble -Dorg.gradle.jvmargs=-Xmx2048m
27+ sbt-ignore-configs : ' '
28+ sbt-ignore-modules : ' '
29+ java-version : 11
30+ java-distribution : temurin
2031 secrets : inherit
32+ permissions :
33+ contents : write
You can’t perform that action at this time.
0 commit comments