From f213fe29e85798f97945235f5a321ad64dc7ab39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 23:07:00 +0000 Subject: [PATCH] chore(deps): Bump step-security/publish-unit-test-result-action Bumps [step-security/publish-unit-test-result-action](https://github.com/step-security/publish-unit-test-result-action) from 2.20.1 to 2.20.5. - [Release notes](https://github.com/step-security/publish-unit-test-result-action/releases) - [Commits](https://github.com/step-security/publish-unit-test-result-action/compare/201bbe166c323b2f9dab6dfbf9d6b6c001bd0dce...c8537a200a435e2560109a6a8ed9cac838b62656) --- updated-dependencies: - dependency-name: step-security/publish-unit-test-result-action dependency-version: 2.20.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/zxc-compile-code.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/zxc-compile-code.yaml b/.github/workflows/zxc-compile-code.yaml index 9908f363..19f08a5c 100644 --- a/.github/workflows/zxc-compile-code.yaml +++ b/.github/workflows/zxc-compile-code.yaml @@ -263,7 +263,7 @@ jobs: build-root-directory: fullstack-gradle-plugin - name: Publish Unit Test Report - uses: step-security/publish-unit-test-result-action@201bbe166c323b2f9dab6dfbf9d6b6c001bd0dce # v2.20.1 + uses: step-security/publish-unit-test-result-action@c8537a200a435e2560109a6a8ed9cac838b62656 # v2.20.5 if: ${{ inputs.enable-unit-tests && steps.gradle-build.conclusion == 'success' && steps.gradle-build-examples.conclusion == 'success' && steps.gradle-build-gradle-plugin.conclusion == 'success' && !cancelled() && !failure() }} with: check_name: 'Unit Test Results'