@@ -144,7 +144,7 @@ jobs:
144
144
- name : Pre-Cypress (build all dependencies)
145
145
run : yarn test:ci-pre:vue
146
146
- name : Cypress run
147
- uses : cypress-io/github-action@v6.6.1
147
+ uses : cypress-io/github-action@v6.7.2
148
148
with :
149
149
browser : chrome
150
150
working-directory : apps/test/vue
@@ -155,7 +155,7 @@ jobs:
155
155
run : cd apps/test/vue; yarn generate-coverage
156
156
- name : SonarCloud Scan
157
157
if : ${{ env.SONAR_TOKEN_VUE }}
158
- uses : SonarSource/sonarcloud-github-action@v2.1.1
158
+ uses : SonarSource/sonarcloud-github-action@v2.3.0
159
159
with :
160
160
projectBaseDir : packages/sfui/frameworks/vue
161
161
env :
@@ -179,7 +179,7 @@ jobs:
179
179
- name : Pre-Cypress (build all dependencies)
180
180
run : yarn test:ci-pre:react
181
181
- name : Cypress run
182
- uses : cypress-io/github-action@v6.6.1
182
+ uses : cypress-io/github-action@v6.7.2
183
183
with :
184
184
browser : chrome
185
185
working-directory : apps/test/react
@@ -190,7 +190,7 @@ jobs:
190
190
run : cd apps/test/react; yarn generate-coverage
191
191
- name : SonarCloud Scan
192
192
if : ${{ env.SONAR_TOKEN_REACT }}
193
- uses : SonarSource/sonarcloud-github-action@v2.1.1
193
+ uses : SonarSource/sonarcloud-github-action@v2.3.0
194
194
with :
195
195
projectBaseDir : packages/sfui/frameworks/react
196
196
env :
@@ -214,17 +214,17 @@ jobs:
214
214
registry-url : ' https://registry.npmjs.org'
215
215
- name : Install dependencies
216
216
run : yarn --immutable
217
- - name : Set yarn config
218
- run : |
219
- yarn config set npmScopes.storefront-ui.npmAuthToken "\${NODE_AUTH_TOKEN}"
220
- yarn config set npmScopes.storefront-ui.npmPublishRegistry 'https://registry.npmjs.org'
221
- yarn config set npmScopes.storefront-ui.npmRegistryServer 'https://registry.npmjs.org'
222
217
- name : Bump package version
223
218
run : yarn changeset version --snapshot
224
219
env :
225
220
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
226
221
- name : Build packages
227
222
run : yarn build:release
223
+ - name : Set yarn config
224
+ run : |
225
+ yarn config set npmScopes.storefront-ui.npmAuthToken "\${NODE_AUTH_TOKEN}"
226
+ yarn config set npmScopes.storefront-ui.npmPublishRegistry 'https://registry.npmjs.org'
227
+ yarn config set npmScopes.storefront-ui.npmRegistryServer 'https://registry.npmjs.org'
228
228
- name : Publish canary version
229
229
run : yarn workspaces foreach --no-private --from '@storefront-ui/*' npm publish --tag canary || true
230
230
env :
@@ -249,16 +249,16 @@ jobs:
249
249
registry-url : ' https://registry.npmjs.org'
250
250
- name : Install dependencies
251
251
run : yarn --immutable
252
- - name : Set yarn config
253
- run : |
254
- yarn config set npmScopes.storefront-ui.npmAuthToken "\${NODE_AUTH_TOKEN}"
255
- yarn config set npmScopes.storefront-ui.npmPublishRegistry 'https://registry.npmjs.org'
256
- yarn config set npmScopes.storefront-ui.npmRegistryServer 'https://registry.npmjs.org'
257
252
- name : Save head commit message
258
253
id : commit_message
259
254
run : echo "result=$(git log -1 --pretty=%s)" >> $GITHUB_OUTPUT
260
255
- name : Build packages
261
256
run : yarn build:release
257
+ - name : Set yarn config
258
+ run : |
259
+ yarn config set npmScopes.storefront-ui.npmAuthToken "\${NODE_AUTH_TOKEN}"
260
+ yarn config set npmScopes.storefront-ui.npmPublishRegistry 'https://registry.npmjs.org'
261
+ yarn config set npmScopes.storefront-ui.npmRegistryServer 'https://registry.npmjs.org'
262
262
- name : Publish release-candidate version
263
263
# If this is any `v2-release/**` branch AND last commit is made by changeset action and its commit message is with "ci: release (rc)", this happens only after merging changesets changelog PR
264
264
if : " ${{ startsWith( github.event.pull_request.head.ref, 'v2-release' ) && contains( steps.commit_message.outputs.result, 'ci: version packages (rc)' ) }}"
@@ -287,13 +287,13 @@ jobs:
287
287
registry-url : ' https://registry.npmjs.org'
288
288
- name : Install dependencies
289
289
run : yarn --immutable
290
+ - name : Build packages
291
+ run : yarn build:release
290
292
- name : Set yarn config
291
293
run : |
292
294
yarn config set npmScopes.storefront-ui.npmAuthToken "\${NODE_AUTH_TOKEN}"
293
295
yarn config set npmScopes.storefront-ui.npmPublishRegistry 'https://registry.npmjs.org'
294
296
yarn config set npmScopes.storefront-ui.npmRegistryServer 'https://registry.npmjs.org'
295
- - name : Build packages
296
- run : yarn build:release
297
297
- name : Publish Production version package
298
298
run : yarn workspaces foreach --no-private --from '@storefront-ui/*' npm publish || true
299
299
env :
@@ -324,7 +324,7 @@ jobs:
324
324
with :
325
325
fetch-depth : 0
326
326
- name : GitGuardian scan
327
- uses : GitGuardian/ggshield-action@v1.27 .0
327
+ uses : GitGuardian/ggshield-action@v1.29 .0
328
328
with :
329
329
args : -v
330
330
env :
0 commit comments