-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
Bumps [EnricoMi/publish-unit-test-result-action](https://github.com/enricomi/publish-unit-test-result-action) from 2.17.0 to 2.17.1. - [Release notes](https://github.com/enricomi/publish-unit-test-result-action/releases) - [Commits](EnricoMi/publish-unit-test-result-action@v2.17.0...v2.17.1) --- updated-dependencies: - dependency-name: EnricoMi/publish-unit-test-result-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,7 +92,7 @@ jobs: | |
"https://xray.cloud.getxray.app/api/v2/import/execution/cucumber" | ||
- name: Publish Cucumber Results | ||
uses: EnricoMi/[email protected].0 | ||
uses: EnricoMi/[email protected].1 | ||
Check notice Code scanning / KICS Unpinned Actions Full Length Commit SHA Note
Action is not pinned to a full length commit SHA.
|
||
if: always() | ||
with: | ||
files: | | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,7 @@ jobs: | |
mvn clean verify -P cucumber -Dgroups="$ISSUE_FILTER" -pl irs-cucumber-tests -am --batch-mode 2> irs-cucumber-tests/report-banner.txt | ||
- name: Publish Cucumber Results | ||
uses: EnricoMi/[email protected].0 | ||
uses: EnricoMi/[email protected].1 | ||
Check notice Code scanning / KICS Unpinned Actions Full Length Commit SHA Note
Action is not pinned to a full length commit SHA.
|
||
if: always() | ||
with: | ||
files: | | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,7 +76,7 @@ jobs: | |
sed "s/access_tok.*:s = '.*'//g" tavern-results.xml | sed "s/Authorization: Bearer .*/Authorization:/g" | uniq > result.xml | ||
- name: Publish Tavern Results | ||
uses: EnricoMi/[email protected].0 | ||
uses: EnricoMi/[email protected].1 | ||
Check notice Code scanning / KICS Unpinned Actions Full Length Commit SHA Note
Action is not pinned to a full length commit SHA.
|
||
if: always() | ||
with: | ||
files: | | ||
|
@@ -107,7 +107,7 @@ jobs: | |
sed "s/access_tok.*:s = '.*'//g" tavern-ess-results.xml | sed "s/Authorization: Bearer .*/Authorization:/g" | uniq > ess-result.xml | ||
- name: Publish Tavern Results | ||
uses: EnricoMi/[email protected].0 | ||
uses: EnricoMi/[email protected].1 | ||
Check notice Code scanning / KICS Unpinned Actions Full Length Commit SHA Note
Action is not pinned to a full length commit SHA.
|
||
if: always() | ||
with: | ||
files: | | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,7 +71,7 @@ jobs: | |
sed "s/access_tok.*:s = '.*'//g" tavern-results.xml | sed "s/Authorization: Bearer .*/Authorization:/g" | uniq > result.xml | ||
- name: Publish Tavern Results | ||
uses: EnricoMi/[email protected].0 | ||
uses: EnricoMi/[email protected].1 | ||
Check notice Code scanning / KICS Unpinned Actions Full Length Commit SHA Note
Action is not pinned to a full length commit SHA.
|
||
if: always() | ||
with: | ||
files: | | ||
|
@@ -97,7 +97,7 @@ jobs: | |
sed "s/access_tok.*:s = '.*'//g" tavern-ess-results.xml | sed "s/Authorization: Bearer .*/Authorization:/g" | uniq > ess-result.xml | ||
- name: Publish Tavern Results | ||
uses: EnricoMi/[email protected].0 | ||
uses: EnricoMi/[email protected].1 | ||
Check notice Code scanning / KICS Unpinned Actions Full Length Commit SHA Note
Action is not pinned to a full length commit SHA.
|
||
if: always() | ||
with: | ||
files: | | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -94,7 +94,7 @@ jobs: | |
sed "s/access_tok.*:s = '.*'//g" tavern-results.xml | sed "s/Authorization: Bearer .*/Authorization:/g" | uniq > result.xml | ||
- name: Publish Tavern Results | ||
uses: EnricoMi/[email protected].0 | ||
uses: EnricoMi/[email protected].1 | ||
Check notice Code scanning / KICS Unpinned Actions Full Length Commit SHA Note
Action is not pinned to a full length commit SHA.
|
||
if: always() | ||
with: | ||
files: | | ||
|
@@ -125,7 +125,7 @@ jobs: | |
sed "s/access_tok.*:s = '.*'//g" tavern-ess-results.xml | sed "s/Authorization: Bearer .*/Authorization:/g" | uniq > ess-result.xml | ||
- name: Publish Tavern Results | ||
uses: EnricoMi/[email protected].0 | ||
uses: EnricoMi/[email protected].1 | ||
Check notice Code scanning / KICS Unpinned Actions Full Length Commit SHA Note
Action is not pinned to a full length commit SHA.
|
||
if: always() | ||
with: | ||
files: | | ||
|