Skip to content

Commit d70e51f

Browse files
ci: replace action with step-security maintained version (#1001)
Signed-off-by: PavelSBorisov <[email protected]>
1 parent 61cd6dd commit d70e51f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/zxc-analyze-snap.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: ls -la ${{ env.SNAP_DIRECTORY }}/coverage ${{ env.SNAP_DIRECTORY }}/junit*.xml
7676

7777
- name: Publish Unit Test Results
78-
uses: EnricoMi/publish-unit-test-result-action@170bf24d20d201b842d7a52403b73ed297e6645b # v2.18.0
78+
uses: step-security/publish-unit-test-result-action@cc82caac074385ae176d39d2d143ad05e1130b2d # v2.18.0
7979
with:
8080
check_name: "${{ inputs.snap-report-name }} Unit Test Results"
8181
files: "packages/${{ inputs.snap-package-dir }}/**/junit-snap.xml"

0 commit comments

Comments
 (0)