generated from giis-uniovi/samples-giis-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Combined dependency updates (2024-01-14) (#139)
Includes these updates: - [Bump actions/deploy-pages from 4.0.2 to 4.0.3](#134) - [Bump actions/download-artifact from 4.1.0 to 4.1.1](#135) - [Bump mikepenz/action-junit-report from 4.0.3 to 4.0.4](#136) - [Bump org.slf4j:slf4j-api from 2.0.10 to 2.0.11](#138) - [Bump surefire.version from 3.2.3 to 3.2.5](#137) - [Bump Polly from 8.2.0 to 8.2.1 in /net](#132) - [Bump System.Data.SqlClient from 4.8.5 to 4.8.6 in /net](#133)
- Loading branch information
1 parent
824df55
commit 24197e6
Showing
3 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -98,7 +98,7 @@ jobs: | |
|
||
- name: Generate report checks | ||
if: always() | ||
uses: mikepenz/[email protected].3 | ||
uses: mikepenz/[email protected].4 | ||
with: | ||
check_name: "test-result-${{ matrix.scope }}" | ||
report_paths: "**/surefire-reports/TEST-*.xml" | ||
|
@@ -165,7 +165,7 @@ jobs: | |
|
||
- name: Generate report checks | ||
if: always() | ||
uses: mikepenz/[email protected].3 | ||
uses: mikepenz/[email protected].4 | ||
with: | ||
check_name: "test-result-Net" | ||
report_paths: "net/surefire-reports/TEST-*.xml" | ||
|
@@ -229,26 +229,26 @@ jobs: | |
url: ${{ steps.deployment.outputs.page_url }} | ||
steps: | ||
# Downloads java test report files | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
if: always() | ||
with: | ||
name: "test-report-files-Core" | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
if: always() | ||
with: | ||
name: "test-report-files-Postgres" | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
if: always() | ||
with: | ||
name: "test-report-files-Sqlserver" | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
if: always() | ||
with: | ||
name: "test-report-files-Oracle" | ||
|
||
# Net reports were zipped under a different root, specifies the path. | ||
# Modifies the namespaces to allow differentiate from the java test results | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
if: always() | ||
with: | ||
name: "test-report-files-Net" | ||
|
@@ -298,7 +298,7 @@ jobs: | |
- name: Deploy to GitHub Pages | ||
if: always() | ||
id: deployment | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
|
||
sonarqube: | ||
needs: [test-java] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters