Skip to content

Commit

Permalink
Combined dependency updates (2023-10-20) (#48)
Browse files Browse the repository at this point in the history
Includes these updates:
- [Bump mikepenz/action-junit-report from 4.0.0 to 4.0.3](#45)
- [Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11](#46)
  • Loading branch information
giis-qabot authored Oct 20, 2023
1 parent ae85dfe commit b068ec0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Generate report checks
if: always()
uses: mikepenz/[email protected].0
uses: mikepenz/[email protected].3
with:
check_name: "test-result"
report_paths: "**/surefire-reports/TEST-*.xml"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.10</version>
<version>0.8.11</version>
<executions>
<execution>
<id>pre-unit-test</id>
Expand Down

0 comments on commit b068ec0

Please sign in to comment.