File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 5555
5656 - name : 🧩 Install Dependencies
5757 id : install-dependencies
58- run : pnpm install
58+ run : pnpm install --frozen-lockfile
5959
6060 - name : 🧩 Run Security Audit
6161 id : run-security-audit
Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [main]
88 paths-ignore :
9- - " **.md"
10- - " LICENSE"
9+ - ' **.md'
10+ - ' LICENSE'
1111 workflow_dispatch :
1212
1313env :
3939 id : set-shas
4040 uses : nrwl/nx-set-shas@v3
4141 with :
42- main-branch-name : " main"
42+ main-branch-name : ' main'
4343
4444 - name : 🥡 Setup pnpm
4545 id : setup-pnpm
6464
6565 - name : 🧩 Install Dependencies
6666 id : install-dependencies
67- run : pnpm install
67+ run : pnpm install --frozen-lockfile
6868
6969 - name : 🦄 Lint All Files
7070 id : lint-with-eslint
9595 id : set-shas
9696 uses : nrwl/nx-set-shas@v3
9797 with :
98- main-branch-name : " main"
98+ main-branch-name : ' main'
9999
100100 - name : 🥡 Setup pnpm
101101@@ -119,7 +119,7 @@ jobs:
119119
120120 - name : 🧩 Install Dependencies
121121 id : install-dependencies
122- run : pnpm install
122+ run : pnpm install --frozen-lockfile
123123
124124 - name : 🏗️ Build
125125 id : build
@@ -172,7 +172,7 @@ jobs:
172172
173173 - name : 🧩 Install Dependencies
174174 id : install-dependencies
175- run : pnpm install
175+ run : pnpm install --frozen-lockfile
176176
177177 - name : 🏗️ Build
178178 id : build
@@ -223,7 +223,7 @@ jobs:
223223
224224 - name : 🧩 Install Dependencies
225225 id : install-dependencies
226- run : pnpm install
226+ run : pnpm install --frozen-lockfile
227227
228228 - name : 🏗️ Build
229229 id : build
Original file line number Diff line number Diff line change 5151
5252 - name : 🧩 Install Dependencies
5353 id : install-dependencies
54- run : pnpm install
54+ run : pnpm install --frozen-lockfile
5555
5656 - name : 🏗️ Build
5757 id : build
6464 title : ' [Release] [GitHub Action] Update package versions'
6565 publish : pnpm publish:packages
6666 version : pnpm version:packages
67- commit : " [WSO2 Release] [GitHub Action] [Release] [skip ci] update package versions"
67+ commit : ' [WSO2 Release] [GitHub Action] [Release] [skip ci] update package versions'
6868 env :
6969 GITHUB_TOKEN : ${{ env.GH_TOKEN }}
You can’t perform that action at this time.
0 commit comments