Skip to content

Commit 46c92ac

Browse files
committed
ci: Auto update Github Action workflows
1 parent f461893 commit 46c92ac

File tree

4 files changed

+18
-19
lines changed

4 files changed

+18
-19
lines changed

.github/workflows/module-ci.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# v3.800.25
2-
# https://virtocommerce.atlassian.net/browse/VCST-4391
1+
# v3.800.26
2+
# https://virtocommerce.atlassian.net/browse/VCST-4746
33
name: Module CI
44

55
on:
@@ -324,7 +324,7 @@ jobs:
324324
if: ${{ ((github.ref == 'refs/heads/dev') && (github.event_name == 'push')) ||
325325
(github.event_name == 'workflow_dispatch') || ((github.base_ref == 'dev') && (github.event_name == 'pull_request')) }}
326326
needs: 'ci'
327-
uses: VirtoCommerce/.github/.github/workflows/ui-autotests.yml@v3.800.25
327+
uses: VirtoCommerce/.github/.github/workflows/ui-autotests.yml@v3.800.26
328328
with:
329329
installModules: 'false'
330330
installCustomModule: 'true'
@@ -343,7 +343,7 @@ jobs:
343343
if: ${{ ((github.ref == 'refs/heads/dev') && (github.event_name == 'push') && (needs.ci.outputs.run-e2e == 'true')) ||
344344
(github.event_name == 'workflow_dispatch') || (github.base_ref == 'dev') && (github.event_name == 'pull_request') }}
345345
needs: 'ci'
346-
uses: VirtoCommerce/.github/.github/workflows/e2e.yml@v3.800.25
346+
uses: VirtoCommerce/.github/.github/workflows/e2e.yml@v3.800.26
347347
with:
348348
katalonRepo: 'VirtoCommerce/vc-quality-gate-katalon'
349349
katalonRepoBranch: 'dev'
@@ -364,13 +364,12 @@ jobs:
364364
&& github.event_name == 'push'
365365
&& needs.ci.outputs.deployment-folder-exists == 'true'}}
366366
needs: ci
367-
uses: VirtoCommerce/.github/.github/workflows/deploy-cloud.yml@v3.800.25
367+
uses: VirtoCommerce/.github/.github/workflows/deploy-cloud.yml@v3.800.26
368368
with:
369369
releaseSource: module
370370
moduleId: ${{ needs.ci.outputs.moduleId }}
371371
moduleVer: ${{ needs.ci.outputs.version }}
372372
moduleBlob: ${{ needs.ci.outputs.blobId }}
373373
jiraKeys: ${{ needs.ci.outputs.jira-keys }}
374-
argoServer: 'argo.virtocommerce.cloud'
375374
matrix: '{"include":${{ needs.ci.outputs.matrix }}}'
376375
secrets: inherit

.github/workflows/module-release-hotfix.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# v3.800.25
2-
# https://virtocommerce.atlassian.net/browse/VCST-4391
1+
# v3.800.26
2+
# https://virtocommerce.atlassian.net/browse/VCST-4746
33
name: Release hotfix
44

55
on:
@@ -13,12 +13,12 @@ on:
1313

1414
jobs:
1515
test:
16-
uses: VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.800.25
16+
uses: VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.800.26
1717
secrets:
1818
sonarToken: ${{ secrets.SONAR_TOKEN }}
1919

2020
build:
21-
uses: VirtoCommerce/.github/.github/workflows/build.yml@v3.800.25
21+
uses: VirtoCommerce/.github/.github/workflows/build.yml@v3.800.26
2222
with:
2323
uploadPackage: 'true'
2424
uploadDocker: 'false'
@@ -46,7 +46,7 @@ jobs:
4646
publish-github-release:
4747
needs:
4848
[build, test, get-metadata]
49-
uses: VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.800.25
49+
uses: VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.800.26
5050
with:
5151
fullKey: ${{ needs.build.outputs.packageFullKey }}
5252
changeLog: '${{ needs.get-metadata.outputs.changeLog }}'

.github/workflows/publish-nugets.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# v3.800.25
2-
# https://virtocommerce.atlassian.net/browse/VCST-4391
1+
# v3.800.26
2+
# https://virtocommerce.atlassian.net/browse/VCST-4746
33
name: Publish nuget
44

55
on:
@@ -13,12 +13,12 @@ on:
1313

1414
jobs:
1515
test:
16-
uses: VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.800.25
16+
uses: VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.800.26
1717
secrets:
1818
sonarToken: ${{ secrets.SONAR_TOKEN }}
1919

2020
build:
21-
uses: VirtoCommerce/.github/.github/workflows/build.yml@v3.800.25
21+
uses: VirtoCommerce/.github/.github/workflows/build.yml@v3.800.26
2222
with:
2323
uploadPackage: 'true'
2424
uploadDocker: 'false'
@@ -29,7 +29,7 @@ jobs:
2929
publish-nuget:
3030
needs:
3131
[build, test]
32-
uses: VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.800.25
32+
uses: VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.800.26
3333
with:
3434
fullKey: ${{ needs.build.outputs.packageFullKey }}
3535
forceGithub: false

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# v3.800.25
2-
# https://virtocommerce.atlassian.net/browse/VCST-4391
1+
# v3.800.26
2+
# https://virtocommerce.atlassian.net/browse/VCST-4746
33
name: Release
44

55
on:
66
workflow_dispatch:
77

88
jobs:
99
release:
10-
uses: VirtoCommerce/.github/.github/workflows/release.yml@v3.800.25
10+
uses: VirtoCommerce/.github/.github/workflows/release.yml@v3.800.26
1111
secrets:
1212
envPAT: ${{ secrets.REPO_TOKEN }}

0 commit comments

Comments
 (0)