From e13be245c6b72ca4eabf8f3eb3027ecdf5fb30e0 Mon Sep 17 00:00:00 2001 From: vc-ci Date: Thu, 30 Jan 2025 07:06:09 +0000 Subject: [PATCH] ci: Auto update Github Action workflows --- .github/workflows/module-ci.yml | 10 +++++----- .github/workflows/module-release-hotfix.yml | 14 +++++++------- .github/workflows/publish-nugets.yml | 10 +++++----- .github/workflows/release.yml | 6 +++--- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/module-ci.yml b/.github/workflows/module-ci.yml index d7b89cd1..02142c61 100644 --- a/.github/workflows/module-ci.yml +++ b/.github/workflows/module-ci.yml @@ -1,5 +1,5 @@ -# v3.800.10 -# https://virtocommerce.atlassian.net/browse/VCST-1738 +# v3.800.11 +# bump-ubuntu-version name: Module CI on: @@ -33,7 +33,7 @@ jobs: if: ${{ github.actor != 'dependabot[bot]' && (github.event.pull_request.head.repo.full_name == github.repository || github.event.pull_request.head.repo.full_name == '') }} # Check that PR not from forked repo and not from Dependabot - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 env: CLOUD_INSTANCE_BASE_URL: ${{secrets.CLOUD_INSTANCE_BASE_URL}} CLIENT_ID: ${{secrets.CLIENT_ID}} @@ -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') || (github.base_ref == 'dev') && (github.event_name == 'pull_request') }} needs: 'ci' - uses: VirtoCommerce/.github/.github/workflows/e2e.yml@v3.800.10 + uses: VirtoCommerce/.github/.github/workflows/e2e.yml@v3.800.11 with: katalonRepo: 'VirtoCommerce/vc-quality-gate-katalon' @@ -260,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.10 + uses: VirtoCommerce/.github/.github/workflows/deploy-cloud.yml@v3.800.11 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 aaa46752..53eb0b88 100644 --- a/.github/workflows/module-release-hotfix.yml +++ b/.github/workflows/module-release-hotfix.yml @@ -1,5 +1,5 @@ -# v3.800.10 -# https://virtocommerce.atlassian.net/browse/VCST-1738 +# v3.800.11 +# bump-ubuntu-version name: Release hotfix on: @@ -13,12 +13,12 @@ on: jobs: test: - uses: VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.800.10 + uses: VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.800.11 secrets: sonarToken: ${{ secrets.SONAR_TOKEN }} build: - uses: VirtoCommerce/.github/.github/workflows/build.yml@v3.800.10 + uses: VirtoCommerce/.github/.github/workflows/build.yml@v3.800.11 with: uploadPackage: 'true' uploadDocker: 'false' @@ -28,7 +28,7 @@ jobs: envPAT: ${{ secrets.REPO_TOKEN }} get-metadata: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 env: GITHUB_TOKEN: ${{ secrets.REPO_TOKEN }} outputs: @@ -46,7 +46,7 @@ jobs: publish-github-release: needs: [build, test, get-metadata] - uses: VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.800.10 + uses: VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.800.11 with: fullKey: ${{ needs.build.outputs.packageFullKey }} changeLog: '${{ needs.get-metadata.outputs.changeLog }}' @@ -61,7 +61,7 @@ jobs: needs: [publish-github-release] if: ${{ github.event.inputs.incrementPatch == 'true' }} - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/publish-nugets.yml b/.github/workflows/publish-nugets.yml index bee4b38d..370449bd 100644 --- a/.github/workflows/publish-nugets.yml +++ b/.github/workflows/publish-nugets.yml @@ -1,5 +1,5 @@ -# v3.800.10 -# https://virtocommerce.atlassian.net/browse/VCST-1738 +# v3.800.11 +# bump-ubuntu-version name: Publish nuget on: @@ -13,12 +13,12 @@ on: jobs: test: - uses: VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.800.10 + uses: VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.800.11 secrets: sonarToken: ${{ secrets.SONAR_TOKEN }} build: - uses: VirtoCommerce/.github/.github/workflows/build.yml@v3.800.10 + uses: VirtoCommerce/.github/.github/workflows/build.yml@v3.800.11 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.10 + uses: VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.800.11 with: fullKey: ${{ needs.build.outputs.packageFullKey }} forceGithub: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f7a9ab0a..513fa857 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,5 +1,5 @@ -# v3.800.10 -# https://virtocommerce.atlassian.net/browse/VCST-1738 +# v3.800.11 +# bump-ubuntu-version name: Release on: @@ -7,6 +7,6 @@ on: jobs: release: - uses: VirtoCommerce/.github/.github/workflows/release.yml@v3.800.10 + uses: VirtoCommerce/.github/.github/workflows/release.yml@v3.800.11 secrets: envPAT: ${{ secrets.REPO_TOKEN }} \ No newline at end of file