Skip to content

Commit bb74a38

Browse files
chore(deps): pin mikepenz/action-junit-report action to 992d97d (#1880)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5d794a7 commit bb74a38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,6 @@ jobs:
175175
echo "::remove-matcher owner=karate-windows::"
176176
- name: Write out Unit Test report annotation for forked repo
177177
if: ${{ failure() && (github.event.pull_request.head.repo.full_name != github.repository) }}
178-
uses: mikepenz/action-junit-report@v5
178+
uses: mikepenz/action-junit-report@992d97d6eb2e5f3de985fbf9df6a04386874114d # v5
179179
with:
180180
annotate_only: true # forked repo cannot write to checks so just do annotations

.github/workflows/report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
workflow: ${{ github.event.workflow.id }}
4545
run_id: ${{ github.event.workflow_run.id }}
4646
- name: Publish Test Report
47-
uses: mikepenz/action-junit-report@v5
47+
uses: mikepenz/action-junit-report@992d97d6eb2e5f3de985fbf9df6a04386874114d # v5
4848
with:
4949
commit: ${{github.event.workflow_run.head_sha}}
5050
report_paths: '**/build/test-results/test/TEST-*.xml'

0 commit comments

Comments
 (0)