Skip to content

Commit f6b55b4

Browse files
td-actionsgithub-actions[bot]
authored andcommitted
PLT-18405: Bump templated files
1 parent 354fb6a commit f6b55b4

File tree

2 files changed

+24
-6
lines changed

2 files changed

+24
-6
lines changed

.github/CODEOWNERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
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

.github/workflows/dependency-review.yml

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,29 @@
55
# https://github.com/treasure-data/backend-github-workflows
66

77
name: 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
1520
jobs:
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

0 commit comments

Comments
 (0)