File tree 4 files changed +36
-8
lines changed
4 files changed +36
-8
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+ - package-ecosystem : github-actions
4
+ directory : " /"
5
+ schedule :
6
+ interval : monthly
7
+ groups :
8
+ actions-deps :
9
+ patterns : [ "*" ]
10
+ - package-ecosystem : maven
11
+ directory : " /"
12
+ schedule :
13
+ interval : monthly
14
+ groups :
15
+ maven-deps :
16
+ dependency-type : " production"
17
+ maven-dev-deps :
18
+ dependency-type : " development"
19
+ - package-ecosystem : bundler
20
+ directories :
21
+ - " /"
22
+ schedule :
23
+ interval : monthly
24
+ allow :
25
+ - dependency-type : all
26
+ groups :
27
+ ruby-deps :
28
+ patterns : [ "*" ]
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ jobs:
25
25
fail-fast : false
26
26
27
27
steps :
28
- - uses : actions/checkout@v4
28
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29
29
30
30
- name : Set up JDK
31
- uses : actions/setup-java@v4
31
+ uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
32
32
with :
33
33
java-version : ${{ matrix.java_version }}
34
34
distribution : ' temurin'
39
39
40
40
# Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
41
41
- name : Update dependency graph
42
- uses : advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6
42
+ uses : advanced-security/maven-dependency-submission-action@aeab9f885293af501bae8bdfe88c589528ea5e25 # v4.1.2
43
43
if : github.head_ref == 'refs/heads/master' && matrix.java_version == '8' && startsWith(matrix.jruby_version, '9.4')
44
44
45
45
appraisals :
@@ -98,17 +98,17 @@ jobs:
98
98
fail-fast : false
99
99
100
100
steps :
101
- - uses : actions/checkout@v4
101
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
102
102
103
103
- name : Set up JDK
104
- uses : actions/setup-java@v4
104
+ uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
105
105
with :
106
106
java-version : ${{ matrix.java_version }}
107
107
distribution : ' temurin'
108
108
cache : maven
109
109
110
110
- name : Setup JRuby
111
- uses : ruby/setup-ruby@v1
111
+ uses : ruby/setup-ruby@ca041f971d66735f3e5ff1e21cc13e2d51e7e535 # v1.233.0
112
112
with :
113
113
ruby-version : jruby-${{ matrix.jruby_version }}
114
114
bundler : 2.3.27 # use version that is OK for JRuby 9.3
Original file line number Diff line number Diff line change 5
5
bundler
6
6
rake
7
7
thor (>= 0.14.0 )
8
- diff-lcs (1.6.0 )
8
+ diff-lcs (1.6.1 )
9
9
rack (2.2.13 )
10
10
rake (13.2.1 )
11
11
rspec (3.13.0 )
Original file line number Diff line number Diff line change 219
219
<plugin >
220
220
<groupId >org.apache.maven.plugins</groupId >
221
221
<artifactId >maven-surefire-plugin</artifactId >
222
- <version >3.5.2 </version >
222
+ <version >3.5.3 </version >
223
223
</plugin >
224
224
<plugin >
225
225
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments