-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): bump EnricoMi/publish-unit-test-result-action from 2.17.0 to 2.18.0 #891
base: main
Are you sure you want to change the base?
chore(deps): bump EnricoMi/publish-unit-test-result-action from 2.17.0 to 2.18.0 #891
Conversation
Bumps [EnricoMi/publish-unit-test-result-action](https://github.com/enricomi/publish-unit-test-result-action) from 2.17.0 to 2.18.0. - [Release notes](https://github.com/enricomi/publish-unit-test-result-action/releases) - [Commits](EnricoMi/publish-unit-test-result-action@v2.17.0...v2.18.0) --- updated-dependencies: - dependency-name: EnricoMi/publish-unit-test-result-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
@@ -92,7 +92,7 @@ | |||
"https://xray.cloud.getxray.app/api/v2/import/execution/cucumber" | |||
|
|||
- name: Publish Cucumber Results | |||
uses: EnricoMi/publish-unit-test-result-action@v2.17.0 | |||
uses: EnricoMi/publish-unit-test-result-action@v2.18.0 |
Check notice
Code scanning / KICS
Unpinned Actions Full Length Commit SHA Note
@@ -48,7 +48,7 @@ | |||
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/publish-unit-test-result-action@v2.17.0 | |||
uses: EnricoMi/publish-unit-test-result-action@v2.18.0 |
Check notice
Code scanning / KICS
Unpinned Actions Full Length Commit SHA Note
@@ -76,7 +76,7 @@ | |||
sed "s/access_tok.*:s = '.*'//g" tavern-results.xml | sed "s/Authorization: Bearer .*/Authorization:/g" | uniq > result.xml | |||
|
|||
- name: Publish Tavern Results | |||
uses: EnricoMi/publish-unit-test-result-action@v2.17.0 | |||
uses: EnricoMi/publish-unit-test-result-action@v2.18.0 |
Check notice
Code scanning / KICS
Unpinned Actions Full Length Commit SHA Note
@@ -107,7 +107,7 @@ | |||
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/publish-unit-test-result-action@v2.17.0 | |||
uses: EnricoMi/publish-unit-test-result-action@v2.18.0 |
Check notice
Code scanning / KICS
Unpinned Actions Full Length Commit SHA Note
@@ -71,7 +71,7 @@ | |||
sed "s/access_tok.*:s = '.*'//g" tavern-results.xml | sed "s/Authorization: Bearer .*/Authorization:/g" | uniq > result.xml | |||
|
|||
- name: Publish Tavern Results | |||
uses: EnricoMi/publish-unit-test-result-action@v2.17.0 | |||
uses: EnricoMi/publish-unit-test-result-action@v2.18.0 |
Check notice
Code scanning / KICS
Unpinned Actions Full Length Commit SHA Note
@@ -97,7 +97,7 @@ | |||
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/publish-unit-test-result-action@v2.17.0 | |||
uses: EnricoMi/publish-unit-test-result-action@v2.18.0 |
Check notice
Code scanning / KICS
Unpinned Actions Full Length Commit SHA Note
@@ -94,7 +94,7 @@ | |||
sed "s/access_tok.*:s = '.*'//g" tavern-results.xml | sed "s/Authorization: Bearer .*/Authorization:/g" | uniq > result.xml | |||
|
|||
- name: Publish Tavern Results | |||
uses: EnricoMi/publish-unit-test-result-action@v2.17.0 | |||
uses: EnricoMi/publish-unit-test-result-action@v2.18.0 |
Check notice
Code scanning / KICS
Unpinned Actions Full Length Commit SHA Note
@@ -125,7 +125,7 @@ | |||
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/publish-unit-test-result-action@v2.17.0 | |||
uses: EnricoMi/publish-unit-test-result-action@v2.18.0 |
Check notice
Code scanning / KICS
Unpinned Actions Full Length Commit SHA Note
Bumps EnricoMi/publish-unit-test-result-action from 2.17.0 to 2.18.0.
Release notes
Sourced from EnricoMi/publish-unit-test-result-action's releases.
Commits
170bf24
Releasing v2.18.0dfa9d81
Use unicode characters rather than markdown emojis (#631)b94c231
Upgrade Python dependencies (#632)ba4897f
Add Python 3.13 support (#566)f291907
Add macOS 15 to CI (#625)82082da
Releasing v2.17.1673174d
Add default path and message for parse error and suite output annotations (#621)c7f51e6
Disable upload of .dockerbuild file in deploy jobDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)