From 3f87ce388b78801e9e1b872407eae207d3500438 Mon Sep 17 00:00:00 2001 From: vc-ci Date: Mon, 4 Mar 2024 05:32:24 +0000 Subject: [PATCH] ci: Auto update Github Action workflows --- .github/workflows/module-ci.yml | 8 ++++---- .github/workflows/module-release-hotfix.yml | 10 +++++----- .github/workflows/publish-nugets.yml | 10 +++++----- .github/workflows/release.yml | 6 +++--- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/module-ci.yml b/.github/workflows/module-ci.yml index 0e2434e..c798dd1 100644 --- a/.github/workflows/module-ci.yml +++ b/.github/workflows/module-ci.yml @@ -1,5 +1,5 @@ -# v3.800.3 -# https://virtocommerce.atlassian.net/browse/VCST-570 +# v3.800.4 +# https://virtocommerce.atlassian.net/browse/VCST-488 name: Module CI on: @@ -241,7 +241,7 @@ jobs: if: ${{ ((github.ref == 'refs/heads/dev') && (github.event_name == 'push') && (needs.ci.outputs.run-e2e == 'true')) || (github.event_name == 'workflow_dispatch')}} needs: 'ci' - uses: VirtoCommerce/.github/.github/workflows/e2e.yml@v3.800.2 + uses: VirtoCommerce/.github/.github/workflows/e2e.yml@v3.800.4 with: katalonRepo: 'VirtoCommerce/vc-quality-gate-katalon' katalonRepoBranch: 'dev' @@ -261,7 +261,7 @@ jobs: (github.ref == 'refs/heads/dev')) && github.event_name == 'push' }} needs: ci - uses: VirtoCommerce/.github/.github/workflows/deploy-cloud.yml@v3.800.2 + uses: VirtoCommerce/.github/.github/workflows/deploy-cloud.yml@v3.800.4 with: releaseSource: module moduleId: ${{ needs.ci.outputs.moduleId }} diff --git a/.github/workflows/module-release-hotfix.yml b/.github/workflows/module-release-hotfix.yml index e83d279..3b77412 100644 --- a/.github/workflows/module-release-hotfix.yml +++ b/.github/workflows/module-release-hotfix.yml @@ -1,5 +1,5 @@ -# v3.800.3 -# https://virtocommerce.atlassian.net/browse/VCST-570 +# v3.800.4 +# https://virtocommerce.atlassian.net/browse/VCST-488 name: Release hotfix on: @@ -13,12 +13,12 @@ on: jobs: test: - uses: VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.800.2 + uses: VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.800.4 secrets: sonarToken: ${{ secrets.SONAR_TOKEN }} build: - uses: VirtoCommerce/.github/.github/workflows/build.yml@v3.800.2 + uses: VirtoCommerce/.github/.github/workflows/build.yml@v3.800.4 with: uploadPackage: 'true' uploadDocker: 'false' @@ -46,7 +46,7 @@ jobs: publish-github-release: needs: [build, test, get-metadata] - uses: VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.800.2 + uses: VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.800.4 with: fullKey: ${{ needs.build.outputs.packageFullKey }} changeLog: '${{ needs.get-metadata.outputs.changeLog }}' diff --git a/.github/workflows/publish-nugets.yml b/.github/workflows/publish-nugets.yml index ad90aab..f84ef4b 100644 --- a/.github/workflows/publish-nugets.yml +++ b/.github/workflows/publish-nugets.yml @@ -1,5 +1,5 @@ -# v3.800.3 -# https://virtocommerce.atlassian.net/browse/VCST-570 +# v3.800.4 +# https://virtocommerce.atlassian.net/browse/VCST-488 name: Publish nuget on: @@ -13,12 +13,12 @@ on: jobs: test: - uses: VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.800.2 + uses: VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.800.4 secrets: sonarToken: ${{ secrets.SONAR_TOKEN }} build: - uses: VirtoCommerce/.github/.github/workflows/build.yml@v3.800.2 + uses: VirtoCommerce/.github/.github/workflows/build.yml@v3.800.4 with: uploadPackage: 'true' uploadDocker: 'false' @@ -29,7 +29,7 @@ jobs: publish-nuget: needs: [build, test] - uses: VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.800.2 + uses: VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.800.4 with: fullKey: ${{ needs.build.outputs.packageFullKey }} forceGithub: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8bbf509..a0216cc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,5 +1,5 @@ -# v3.800.3 -# https://virtocommerce.atlassian.net/browse/VCST-570 +# v3.800.4 +# https://virtocommerce.atlassian.net/browse/VCST-488 name: Release on: @@ -7,6 +7,6 @@ on: jobs: release: - uses: VirtoCommerce/.github/.github/workflows/release.yml@v3.800.2 + uses: VirtoCommerce/.github/.github/workflows/release.yml@v3.800.4 secrets: envPAT: ${{ secrets.REPO_TOKEN }} \ No newline at end of file