Skip to content

Commit c04c499

Browse files
Fix unit test cases
1 parent 747d3e6 commit c04c499

5 files changed

Lines changed: 128 additions & 95 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ jobs:
88
unit-tests:
99
runs-on: cx-public-ubuntu-x64
1010
steps:
11-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
11+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v6
12+
with:
13+
persist-credentials: false
1214
- name: Verify single lockfile (Step 0 - Supply Chain Policy)
1315
run: |
1416
if [ -f yarn.lock ] && [ -f package-lock.json ]; then

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
steps:
7373
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
7474
with:
75-
fetch-depth: 0
75+
persist-credentials: false
7676

7777
- name: Verify single lockfile (Step 0 - Supply Chain Policy)
7878
run: |

0 commit comments

Comments
 (0)