File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 7
7
- package-ecosystem : " github-actions"
8
8
directory : " /"
9
9
schedule :
10
- interval : " daily"
10
+ interval : " weekly"
11
+ groups :
12
+ github-actions :
13
+ patterns :
14
+ - " *"
Original file line number Diff line number Diff line change 6
6
name : " Validation"
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v5
10
- - uses : gradle/wrapper-validation-action@v3
9
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
10
+ - uses : gradle/actions/ wrapper-validation@ed408507eac070d1f99cc633dbcf757c94c7933a # v4.4.3
Original file line number Diff line number Diff line change 13
13
name : " Asciidoctor"
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v5
16
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17
17
- name : Set up JDK 11
18
- uses : actions/setup-java@v5
18
+ uses : actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
19
19
with :
20
20
distribution : ' zulu'
21
21
java-version : 11
You can’t perform that action at this time.
0 commit comments