Skip to content

Commit

Permalink
DAOS-16915 cq: Bump EnricoMi/publish-unit-test-result-action from 2.7…
Browse files Browse the repository at this point in the history
….0 to 2.18.0 (#15660)

Bump EnricoMi/publish-unit-test-result-action from 2.7.0 to 2.18.0

Bumps [EnricoMi/publish-unit-test-result-action](https://github.com/enricomi/publish-unit-test-result-action) from 2.7.0 to 2.18.0.
- [Release notes](https://github.com/enricomi/publish-unit-test-result-action/releases)
- [Commits](EnricoMi/publish-unit-test-result-action@4e7013f...170bf24)

Also update dependabot config to group updates for GHA into a single PR.

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Dalton Bohning <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 7, 2025
1 parent ae908bd commit 6f0ffad
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@ updates:
directory: /
schedule:
interval: weekly
groups:
gha-versions:
patterns:
- "*"
assignees:
- daos-stack/actions-watchers
4 changes: 2 additions & 2 deletions .github/workflows/bullseye-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ jobs:
if: (!cancelled()) && (success() || failure()) &&
steps.run-test.outcome != 'skipped'
# yamllint disable-line rule:line-length
uses: EnricoMi/publish-unit-test-result-action@4e7013f9576bd22ffdae979dc6e68cb9ec2aeece # v2.7.0
uses: EnricoMi/publish-unit-test-result-action@170bf24d20d201b842d7a52403b73ed297e6645b # v2.18.0
with:
check_name: ${{ env.STAGE_NAME }} Test Results
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -634,7 +634,7 @@ jobs:
if: (!cancelled()) && (success() || failure()) &&
steps.run-test.outcome != 'skipped'
# yamllint disable-line rule:line-length
uses: EnricoMi/publish-unit-test-result-action@4e7013f9576bd22ffdae979dc6e68cb9ec2aeece # v2.7.0
uses: EnricoMi/publish-unit-test-result-action@170bf24d20d201b842d7a52403b73ed297e6645b # v2.18.0
with:
check_name: ${{ env.STAGE_NAME }} Test Results
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Publish NLT test results
if: always()
# yamllint disable-line rule:line-length
uses: EnricoMi/publish-unit-test-result-action@4e7013f9576bd22ffdae979dc6e68cb9ec2aeece # v2.7.0
uses: EnricoMi/publish-unit-test-result-action@170bf24d20d201b842d7a52403b73ed297e6645b # v2.18.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
files: nlt-junit.xml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/landing-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
- name: Publish NLT test results
if: always()
# yamllint disable-line rule:line-length
uses: EnricoMi/publish-unit-test-result-action@4e7013f9576bd22ffdae979dc6e68cb9ec2aeece # v2.7.0
uses: EnricoMi/publish-unit-test-result-action@170bf24d20d201b842d7a52403b73ed297e6645b # v2.18.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
files: nlt-junit.xml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rpm-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ jobs:
if: (!cancelled()) && (success() || failure()) &&
steps.run-test.outcome != 'skipped'
# yamllint disable-line rule:line-length
uses: EnricoMi/publish-unit-test-result-action@4e7013f9576bd22ffdae979dc6e68cb9ec2aeece # v2.7.0
uses: EnricoMi/publish-unit-test-result-action@170bf24d20d201b842d7a52403b73ed297e6645b # v2.18.0
with:
check_name: ${{ env.STAGE_NAME }} Test Results
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -642,7 +642,7 @@ jobs:
if: (!cancelled()) && (success() || failure()) &&
steps.run-test.outcome != 'skipped'
# yamllint disable-line rule:line-length
uses: EnricoMi/publish-unit-test-result-action@4e7013f9576bd22ffdae979dc6e68cb9ec2aeece # v2.7.0
uses: EnricoMi/publish-unit-test-result-action@170bf24d20d201b842d7a52403b73ed297e6645b # v2.18.0
with:
check_name: ${{ env.STAGE_NAME }} Test Results
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 6f0ffad

Please sign in to comment.