Skip to content

Commit

Permalink
ci: Auto update Github Action workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
vc-ci committed Apr 25, 2024
1 parent 3cceb6c commit f1584df
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/module-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
uses: VirtoCommerce/vc-github-actions/changelog-generator@master

- name: Get Artifact Version
uses: VirtoCommerce/vc-github-actions/get-image-version@VCST-571
uses: VirtoCommerce/vc-github-actions/get-image-version@master
id: artifact_ver

- name: Set VERSION_SUFFIX variable
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
- name: Create deployment matrix
if: ${{ github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' }}
uses: VirtoCommerce/vc-github-actions/cloud-create-deploy-matrix@VCST-571
uses: VirtoCommerce/vc-github-actions/cloud-create-deploy-matrix@master
id: deployment-matrix
with:
deployConfigPath: '.deployment/module/cloudDeploy.json'
Expand Down Expand Up @@ -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@VCST-571
uses: VirtoCommerce/.github/.github/workflows/e2e.yml@v3.800.5
with:
katalonRepo: 'VirtoCommerce/vc-quality-gate-katalon'
katalonRepoBranch: 'dev'
Expand All @@ -259,7 +259,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@VCST-571
uses: VirtoCommerce/.github/.github/workflows/deploy-cloud.yml@v3.800.5
with:
releaseSource: module
moduleId: ${{ needs.ci.outputs.moduleId }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/module-release-hotfix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ on:

jobs:
test:
uses: VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@VCST-571
uses: VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.800.5
secrets:
sonarToken: ${{ secrets.SONAR_TOKEN }}

build:
uses: VirtoCommerce/.github/.github/workflows/build.yml@VCST-571
uses: VirtoCommerce/.github/.github/workflows/build.yml@v3.800.5
with:
uploadPackage: 'true'
uploadDocker: 'false'
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
publish-github-release:
needs:
[build, test, get-metadata]
uses: VirtoCommerce/.github/.github/workflows/publish-github.yml@VCST-571
uses: VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.800.5
with:
fullKey: ${{ needs.build.outputs.packageFullKey }}
changeLog: '${{ needs.get-metadata.outputs.changeLog }}'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-nugets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ on:

jobs:
test:
uses: VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@VCST-571
uses: VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.800.5
secrets:
sonarToken: ${{ secrets.SONAR_TOKEN }}

build:
uses: VirtoCommerce/.github/.github/workflows/build.yml@VCST-571
uses: VirtoCommerce/.github/.github/workflows/build.yml@v3.800.5
with:
uploadPackage: 'true'
uploadDocker: 'false'
Expand All @@ -29,7 +29,7 @@ jobs:
publish-nuget:
needs:
[build, test]
uses: VirtoCommerce/.github/.github/workflows/publish-github.yml@VCST-571
uses: VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.800.5
with:
fullKey: ${{ needs.build.outputs.packageFullKey }}
forceGithub: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ on:

jobs:
release:
uses: VirtoCommerce/.github/.github/workflows/release.yml@VCST-571
uses: VirtoCommerce/.github/.github/workflows/release.yml@v3.800.5
secrets:
envPAT: ${{ secrets.REPO_TOKEN }}

0 comments on commit f1584df

Please sign in to comment.