File tree 4 files changed +18
-0
lines changed
4 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 11
11
- src/main/scripts/show-spring-boot-version-diff.sh
12
12
- .github/workflows/dependencies-diff.yml
13
13
14
+ # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
15
+ permissions :
16
+ contents : read # for "git clone"
17
+
14
18
defaults :
15
19
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#defaultsrun
16
20
run :
Original file line number Diff line number Diff line change 4
4
push :
5
5
pull_request :
6
6
7
+ # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
8
+ permissions :
9
+ # NOTE: actions/upload-artifact makes no use of permissions
10
+ # See https://github.com/actions/upload-artifact/issues/197#issuecomment-832279436
11
+ contents : read # for "git clone"
12
+
7
13
defaults :
8
14
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#defaultsrun
9
15
run :
Original file line number Diff line number Diff line change 4
4
push :
5
5
pull_request :
6
6
7
+ # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
8
+ permissions :
9
+ contents : read # for "git clone"
10
+
7
11
defaults :
8
12
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#defaultsrun
9
13
run :
Original file line number Diff line number Diff line change 4
4
push :
5
5
pull_request :
6
6
7
+ # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
8
+ permissions :
9
+ contents : read # for "git clone"
10
+
7
11
defaults :
8
12
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#defaultsrun
9
13
run :
You can’t perform that action at this time.
0 commit comments