File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 name : Validate PR title
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : amannn/action-semantic-pull-request@ff373f4e8056b732dfd0eadd42ae54c004e5523b
21+ - uses : amannn/action-semantic-pull-request@3bb5af3c0c8f5e85d328728c1ab68dd6cefd03af
2222 env :
2323 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 4949 run : mvn --batch-mode --update-snapshots verify
5050
5151 - name : Upload coverage to Codecov
52- uses : codecov/codecov-action@b4dfea724ff5d8e51bb4dffdc668c0d964df6103
52+ uses : codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d
5353 with :
5454 flags : unittests # optional
5555 name : coverage # optional
Original file line number Diff line number Diff line change 2626 cache : maven
2727
2828 - name : Initialize CodeQL
29- uses : github/codeql-action/init@deb312c60b474a4b2a0f60399ae8fad9fa46e2bc
29+ uses : github/codeql-action/init@6cfb483131f3f74950a251876da81c79a6fcbdec
3030 with :
3131 languages : java
3232
4242 run : mvn --batch-mode --update-snapshots verify -P e2e-test
4343
4444 - name : Upload coverage to Codecov
45- uses : codecov/codecov-action@b4dfea724ff5d8e51bb4dffdc668c0d964df6103
45+ uses : codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d
4646 with :
4747 token : ${{ secrets.CODECOV_TOKEN }} # not required for public repos
4848 flags : unittests # optional
5151 verbose : true # optional (default = false)
5252
5353 - name : Perform CodeQL Analysis
54- uses : github/codeql-action/analyze@deb312c60b474a4b2a0f60399ae8fad9fa46e2bc
54+ uses : github/codeql-action/analyze@6cfb483131f3f74950a251876da81c79a6fcbdec
Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ jobs:
3333
3434 # Initializes the CodeQL tools for scanning.
3535 - name : Initialize CodeQL
36- uses : github/codeql-action/init@deb312c60b474a4b2a0f60399ae8fad9fa46e2bc
36+ uses : github/codeql-action/init@6cfb483131f3f74950a251876da81c79a6fcbdec
3737 with :
3838 languages : java
3939
4040 - name : Autobuild
41- uses : github/codeql-action/autobuild@deb312c60b474a4b2a0f60399ae8fad9fa46e2bc
41+ uses : github/codeql-action/autobuild@6cfb483131f3f74950a251876da81c79a6fcbdec
4242
4343 - name : Perform CodeQL Analysis
44- uses : github/codeql-action/analyze@deb312c60b474a4b2a0f60399ae8fad9fa46e2bc
44+ uses : github/codeql-action/analyze@6cfb483131f3f74950a251876da81c79a6fcbdec
Original file line number Diff line number Diff line change 175175 <plugin >
176176 <groupId >org.codehaus.mojo</groupId >
177177 <artifactId >build-helper-maven-plugin</artifactId >
178- <version >3.3 .0</version >
178+ <version >3.4 .0</version >
179179 <executions >
180180 <execution >
181181 <phase >validate</phase >
190190 <plugin >
191191 <groupId >org.cyclonedx</groupId >
192192 <artifactId >cyclonedx-maven-plugin</artifactId >
193- <version >2.7.8 </version >
193+ <version >2.7.9 </version >
194194 <configuration >
195195 <projectType >library</projectType >
196196 <schemaVersion >1.3</schemaVersion >
250250 <plugin >
251251 <groupId >org.apache.maven.plugins</groupId >
252252 <artifactId >maven-surefire-plugin</artifactId >
253- <version >3.0 .0</version >
253+ <version >3.1 .0</version >
254254 <configuration >
255255 <argLine >
256256 ${surefireArgLine}
268268 <plugin >
269269 <groupId >org.apache.maven.plugins</groupId >
270270 <artifactId >maven-failsafe-plugin</artifactId >
271- <version >3.0 .0</version >
271+ <version >3.1 .0</version >
272272 <configuration >
273273 <argLine >
274274 ${surefireArgLine}
416416 <plugin >
417417 <groupId >org.apache.maven.plugins</groupId >
418418 <artifactId >maven-pmd-plugin</artifactId >
419- <version >3.20 .0</version >
419+ <version >3.21 .0</version >
420420 <executions >
421421 <execution >
422422 <id >run-pmd</id >
You can’t perform that action at this time.
0 commit comments