From e45f365b8c1244b81420412f4cf44368eb06ccdc Mon Sep 17 00:00:00 2001 From: Oleg Zhuk Date: Tue, 26 Mar 2024 09:46:18 +0200 Subject: [PATCH] Update workflow to 3.200.36 --- .github/workflows/module-ci.yml | 18 +++--------------- .github/workflows/module-release-hotfix.yml | 8 ++++---- .github/workflows/publish-nugets.yml | 8 ++++---- .github/workflows/release.yml | 4 ++-- 4 files changed, 13 insertions(+), 25 deletions(-) diff --git a/.github/workflows/module-ci.yml b/.github/workflows/module-ci.yml index ed4a14825..b7d5f3e2f 100644 --- a/.github/workflows/module-ci.yml +++ b/.github/workflows/module-ci.yml @@ -1,4 +1,4 @@ -# v3.200.35 +# v3.200.36 name: Module CI on: @@ -202,18 +202,6 @@ jobs: with: packageUrl: ${{ steps.artifactUrl.outputs.download_url }} - - name: Update virtocommerce.com - if: ${{ github.ref == 'refs/heads/master' }} - uses: VirtoCommerce/vc-github-actions/update-virtocommercecom@master - with: - githubToken: ${{ secrets.REPO_TOKEN }} - login: ${{ secrets.VIRTOCOMMERCE_APP_ID }} - password: ${{ secrets.VIRTOCOMMERCE_SECRET }} - moduleId: ${{ steps.artifact_ver.outputs.moduleId }} - moduleDescription: ${{ steps.artifact_ver.outputs.moduleDescription }} - projectUrl: ${{ steps.artifact_ver.outputs.projectUrl }} - iconUrl: ${{ steps.artifact_ver.outputs.iconUrl }} - - name: Parse Jira Keys from All Commits uses: VirtoCommerce/vc-github-actions/get-jira-keys@master if: always() @@ -252,7 +240,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.200.35 + uses: VirtoCommerce/.github/.github/workflows/e2e.yml@v3.200.36 with: katalonRepo: 'VirtoCommerce/vc-quality-gate-katalon' katalonRepoBranch: 'dev' @@ -272,7 +260,7 @@ jobs: (github.ref == 'refs/heads/dev')) && github.event_name == 'push' }} needs: ci - uses: VirtoCommerce/.github/.github/workflows/deploy-cloud.yml@v3.200.35 + uses: VirtoCommerce/.github/.github/workflows/deploy-cloud.yml@v3.200.36 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 c2b289fd0..a312e20c3 100644 --- a/.github/workflows/module-release-hotfix.yml +++ b/.github/workflows/module-release-hotfix.yml @@ -1,4 +1,4 @@ -# v3.200.35 +# v3.200.36 name: Release hotfix on: @@ -12,12 +12,12 @@ on: jobs: test: - uses: VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.200.35 + uses: VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.200.36 secrets: sonarToken: ${{ secrets.SONAR_TOKEN }} build: - uses: VirtoCommerce/.github/.github/workflows/build.yml@v3.200.35 + uses: VirtoCommerce/.github/.github/workflows/build.yml@v3.200.36 with: uploadPackage: 'true' uploadDocker: 'false' @@ -45,7 +45,7 @@ jobs: publish-github-release: needs: [build, test, get-metadata] - uses: VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.200.35 + uses: VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.200.36 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 906d6ab1b..edc6dbf3a 100644 --- a/.github/workflows/publish-nugets.yml +++ b/.github/workflows/publish-nugets.yml @@ -1,4 +1,4 @@ -# v3.200.35 +# v3.200.36 name: Publish nuget on: @@ -12,12 +12,12 @@ on: jobs: test: - uses: VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.200.35 + uses: VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.200.36 secrets: sonarToken: ${{ secrets.SONAR_TOKEN }} build: - uses: VirtoCommerce/.github/.github/workflows/build.yml@v3.200.35 + uses: VirtoCommerce/.github/.github/workflows/build.yml@v3.200.36 with: uploadPackage: 'true' uploadDocker: 'false' @@ -28,7 +28,7 @@ jobs: publish-nuget: needs: [build, test] - uses: VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.200.35 + uses: VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.200.36 with: fullKey: ${{ needs.build.outputs.packageFullKey }} forceGithub: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 311126c35..7abf69110 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -# v3.200.35 +# v3.200.36 name: Release on: @@ -6,6 +6,6 @@ on: jobs: release: - uses: VirtoCommerce/.github/.github/workflows/release.yml@v3.200.35 + uses: VirtoCommerce/.github/.github/workflows/release.yml@v3.200.36 secrets: envPAT: ${{ secrets.REPO_TOKEN }} \ No newline at end of file