From 490c79aa6c86b7e1908f53645d04570b8cddf1f3 Mon Sep 17 00:00:00 2001 From: vc-ci Date: Wed, 1 May 2024 03:49:35 +0000 Subject: [PATCH] ci: Auto update Github Action workflows --- .github/workflows/module-ci.yml | 9 +++++---- .github/workflows/module-release-hotfix.yml | 11 ++++++----- .github/workflows/publish-nugets.yml | 10 +++++----- .github/workflows/release.yml | 6 +++--- 4 files changed, 19 insertions(+), 17 deletions(-) diff --git a/.github/workflows/module-ci.yml b/.github/workflows/module-ci.yml index f835ed5..1634061 100644 --- a/.github/workflows/module-ci.yml +++ b/.github/workflows/module-ci.yml @@ -1,5 +1,5 @@ -# v3.800.5 -# https://virtocommerce.atlassian.net/browse/VCST-571 +# v3.800.6 +# https://virtocommerce.atlassian.net/browse/VCST-915 name: Module CI on: @@ -241,7 +241,8 @@ 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.5 + uses: VirtoCommerce/.github/.github/workflows/e2e.yml@v3.800.6 + with: katalonRepo: 'VirtoCommerce/vc-quality-gate-katalon' katalonRepoBranch: 'dev' @@ -259,7 +260,7 @@ jobs: deploy-cloud: if: ${{ (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev') && github.event_name == 'push' }} needs: ci - uses: VirtoCommerce/.github/.github/workflows/deploy-cloud.yml@v3.800.5 + uses: VirtoCommerce/.github/.github/workflows/deploy-cloud.yml@v3.800.6 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 641c1e4..42ed2a1 100644 --- a/.github/workflows/module-release-hotfix.yml +++ b/.github/workflows/module-release-hotfix.yml @@ -1,5 +1,5 @@ -# v3.800.5 -# https://virtocommerce.atlassian.net/browse/VCST-571 +# v3.800.6 +# https://virtocommerce.atlassian.net/browse/VCST-915 name: Release hotfix on: @@ -13,12 +13,12 @@ on: jobs: test: - uses: VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.800.5 + uses: VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.800.6 secrets: sonarToken: ${{ secrets.SONAR_TOKEN }} build: - uses: VirtoCommerce/.github/.github/workflows/build.yml@v3.800.5 + uses: VirtoCommerce/.github/.github/workflows/build.yml@v3.800.6 with: uploadPackage: 'true' uploadDocker: 'false' @@ -46,11 +46,12 @@ jobs: publish-github-release: needs: [build, test, get-metadata] - uses: VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.800.5 + uses: VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.800.6 with: fullKey: ${{ needs.build.outputs.packageFullKey }} changeLog: '${{ needs.get-metadata.outputs.changeLog }}' incrementPatch: ${{ github.event.inputs.incrementPatch }} + makeLatest: 'false' secrets: envPAT: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/publish-nugets.yml b/.github/workflows/publish-nugets.yml index 830ccdb..c683367 100644 --- a/.github/workflows/publish-nugets.yml +++ b/.github/workflows/publish-nugets.yml @@ -1,5 +1,5 @@ -# v3.800.5 -# https://virtocommerce.atlassian.net/browse/VCST-571 +# v3.800.6 +# https://virtocommerce.atlassian.net/browse/VCST-915 name: Publish nuget on: @@ -13,12 +13,12 @@ on: jobs: test: - uses: VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.800.5 + uses: VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.800.6 secrets: sonarToken: ${{ secrets.SONAR_TOKEN }} build: - uses: VirtoCommerce/.github/.github/workflows/build.yml@v3.800.5 + uses: VirtoCommerce/.github/.github/workflows/build.yml@v3.800.6 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.5 + uses: VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.800.6 with: fullKey: ${{ needs.build.outputs.packageFullKey }} forceGithub: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ff627dc..ee43ae2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,5 +1,5 @@ -# v3.800.5 -# https://virtocommerce.atlassian.net/browse/VCST-571 +# v3.800.6 +# https://virtocommerce.atlassian.net/browse/VCST-915 name: Release on: @@ -7,6 +7,6 @@ on: jobs: release: - uses: VirtoCommerce/.github/.github/workflows/release.yml@v3.800.5 + uses: VirtoCommerce/.github/.github/workflows/release.yml@v3.800.6 secrets: envPAT: ${{ secrets.REPO_TOKEN }} \ No newline at end of file