Skip to content

Commit 43e129b

Browse files
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.5 to 2.21.1. - [Release notes](https://github.com/step-security/publish-unit-test-result-action/releases) - [Commits](step-security/publish-unit-test-result-action@c8537a2...914f0f6) --- updated-dependencies: - dependency-name: step-security/publish-unit-test-result-action dependency-version: 2.21.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 51bb45d commit 43e129b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/zxc-compile-code.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
run: npm run test:unit
108108

109109
- name: Publish Unit Test Report
110-
uses: step-security/publish-unit-test-result-action@c8537a200a435e2560109a6a8ed9cac838b62656 # v2.20.5
110+
uses: step-security/publish-unit-test-result-action@914f0f642c242f38335a491805adfc9bd64b1cbb # v2.21.1
111111
if: ${{ inputs.enable-unit-tests && steps.npm-deps.conclusion == 'success' && !cancelled() }}
112112
with:
113113
check_name: 'Unit Test Results'
@@ -164,7 +164,7 @@ jobs:
164164
run: hedera stop
165165

166166
- name: Publish Integration Test Report
167-
uses: step-security/publish-unit-test-result-action@c8537a200a435e2560109a6a8ed9cac838b62656 # v2.20.5
167+
uses: step-security/publish-unit-test-result-action@914f0f642c242f38335a491805adfc9bd64b1cbb # v2.21.1
168168
if: ${{ inputs.enable-integration-tests && steps.npm-deps.conclusion == 'success' && !cancelled() }}
169169
with:
170170
check_name: 'Integration Test Results'

0 commit comments

Comments
 (0)