-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from VirtoCommerce/VCST-488
feat: Update third party actions to node20
- Loading branch information
Showing
24 changed files
with
117 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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/[email protected].2 | ||
uses: VirtoCommerce/.github/.github/workflows/[email protected].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/[email protected].2 | ||
uses: VirtoCommerce/.github/.github/workflows/[email protected].4 | ||
with: | ||
releaseSource: module | ||
moduleId: ${{ needs.ci.outputs.moduleId }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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/[email protected].2 | ||
uses: VirtoCommerce/.github/.github/workflows/[email protected].4 | ||
secrets: | ||
sonarToken: ${{ secrets.SONAR_TOKEN }} | ||
|
||
build: | ||
uses: VirtoCommerce/.github/.github/workflows/[email protected].2 | ||
uses: VirtoCommerce/.github/.github/workflows/[email protected].4 | ||
with: | ||
uploadPackage: 'true' | ||
uploadDocker: 'false' | ||
|
@@ -46,7 +46,7 @@ jobs: | |
publish-github-release: | ||
needs: | ||
[build, test, get-metadata] | ||
uses: VirtoCommerce/.github/.github/workflows/[email protected].2 | ||
uses: VirtoCommerce/.github/.github/workflows/[email protected].4 | ||
with: | ||
fullKey: ${{ needs.build.outputs.packageFullKey }} | ||
changeLog: '${{ needs.get-metadata.outputs.changeLog }}' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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: Platform CI | ||
|
||
on: | ||
|
@@ -159,9 +159,9 @@ jobs: | |
|
||
- name: Docker Login | ||
if: ${{ env.BUILD_DOCKER == 'true' }} | ||
uses: azure/docker-login@v1 | ||
uses: docker/login-action@v3 | ||
with: | ||
login-server: ${{ env.PACKAGE_SERVER }} | ||
registry: ${{ env.PACKAGE_SERVER }} | ||
username: $GITHUB_ACTOR | ||
password: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
|
@@ -286,7 +286,7 @@ jobs: | |
needs: 'ci' | ||
if: ${{ ((github.ref == 'refs/heads/dev') && (github.event_name == 'push') && (needs.ci.outputs.run-e2e == 'true')) || | ||
(github.event_name == 'workflow_dispatch')}} | ||
uses: VirtoCommerce/.github/.github/workflows/[email protected].2 | ||
uses: VirtoCommerce/.github/.github/workflows/[email protected].4 | ||
with: | ||
katalonRepo: 'VirtoCommerce/vc-quality-gate-katalon' | ||
katalonRepoBranch: 'dev' | ||
|
@@ -305,7 +305,7 @@ jobs: | |
(github.ref == 'refs/heads/dev')) && | ||
github.event_name == 'push' }} | ||
needs: ci | ||
uses: VirtoCommerce/.github/.github/workflows/[email protected].2 | ||
uses: VirtoCommerce/.github/.github/workflows/[email protected].4 | ||
with: | ||
releaseSource: platform | ||
platformVer: ${{ needs.ci.outputs.version }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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/[email protected].2 | ||
uses: VirtoCommerce/.github/.github/workflows/[email protected].4 | ||
secrets: | ||
sonarToken: ${{ secrets.SONAR_TOKEN }} | ||
|
||
build: | ||
uses: VirtoCommerce/.github/.github/workflows/[email protected].2 | ||
uses: VirtoCommerce/.github/.github/workflows/[email protected].4 | ||
with: | ||
uploadPackage: 'true' | ||
uploadDocker: 'true' | ||
|
@@ -47,7 +47,7 @@ jobs: | |
publish-docker: | ||
needs: | ||
[build, get-metadata] | ||
uses: VirtoCommerce/.github/.github/workflows/[email protected].2 | ||
uses: VirtoCommerce/.github/.github/workflows/[email protected].4 | ||
with: | ||
fullKey: ${{ needs.build.outputs.dockerFullKey }} | ||
shortKey: '${{ needs.build.outputs.dockerShortKey }}-' | ||
|
@@ -61,7 +61,7 @@ jobs: | |
publish-github-release: | ||
needs: | ||
[build, test, get-metadata] | ||
uses: VirtoCommerce/.github/.github/workflows/[email protected].2 | ||
uses: VirtoCommerce/.github/.github/workflows/[email protected].4 | ||
with: | ||
fullKey: ${{ needs.build.outputs.packageFullKey }} | ||
changeLog: '${{ needs.get-metadata.outputs.changeLog }}' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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/[email protected].2 | ||
uses: VirtoCommerce/.github/.github/workflows/[email protected].4 | ||
secrets: | ||
sonarToken: ${{ secrets.SONAR_TOKEN }} | ||
|
||
build: | ||
uses: VirtoCommerce/.github/.github/workflows/[email protected].2 | ||
uses: VirtoCommerce/.github/.github/workflows/[email protected].4 | ||
with: | ||
uploadPackage: 'true' | ||
uploadDocker: 'false' | ||
|
@@ -29,7 +29,7 @@ jobs: | |
publish-nuget: | ||
needs: | ||
[build, test] | ||
uses: VirtoCommerce/.github/.github/workflows/[email protected].2 | ||
uses: VirtoCommerce/.github/.github/workflows/[email protected].4 | ||
with: | ||
fullKey: ${{ needs.build.outputs.packageFullKey }} | ||
forceGithub: false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# v3.800.3 | ||
# https://virtocommerce.atlassian.net/browse/VCST-570 | ||
# v3.800.4 | ||
# https://virtocommerce.atlassian.net/browse/VCST-488 | ||
name: Release | ||
|
||
on: | ||
workflow_dispatch: | ||
|
||
jobs: | ||
release: | ||
uses: VirtoCommerce/.github/.github/workflows/[email protected].2 | ||
uses: VirtoCommerce/.github/.github/workflows/[email protected].4 | ||
secrets: | ||
envPAT: ${{ secrets.REPO_TOKEN }} |
Oops, something went wrong.