Commit e5497ab 1 parent 37909ba commit e5497ab Copy full SHA for e5497ab
File tree 4 files changed +21
-19
lines changed
4 files changed +21
-19
lines changed Original file line number Diff line number Diff line change 1
- # v3.800.11
2
- # bump-ubuntu-version
1
+ # v3.800.12
2
+ # https://virtocommerce.atlassian.net/browse/VCST-2469
3
3
name : Platform CI
4
4
5
5
on :
@@ -296,7 +296,7 @@ jobs:
296
296
needs : ' ci'
297
297
if : ${{ ((github.ref == 'refs/heads/dev') && (github.event_name == 'push') && (needs.ci.outputs.run-e2e == 'true')) ||
298
298
(github.event_name == 'workflow_dispatch') || (github.base_ref == 'dev') && (github.event_name == 'pull_request') }}
299
- uses : VirtoCommerce/.github/.github/workflows/e2e.yml@v3.800.11
299
+ uses : VirtoCommerce/.github/.github/workflows/e2e.yml@v3.800.12
300
300
with :
301
301
katalonRepo : ' VirtoCommerce/vc-quality-gate-katalon'
302
302
katalonRepoBranch : ' dev'
@@ -313,7 +313,7 @@ jobs:
313
313
deploy-cloud :
314
314
if : ${{ (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev') && github.event_name == 'push' }}
315
315
needs : ci
316
- uses : VirtoCommerce/.github/.github/workflows/deploy-cloud.yml@v3.800.11
316
+ uses : VirtoCommerce/.github/.github/workflows/deploy-cloud.yml@v3.800.12
317
317
with :
318
318
releaseSource : platform
319
319
platformVer : ${{ needs.ci.outputs.version }}
@@ -330,7 +330,7 @@ jobs:
330
330
- deploy-cloud
331
331
steps :
332
332
- name : OWASP ZAP Full Scan
333
- uses : zaproxy/action-baseline@v0.12 .0
333
+ uses : zaproxy/action-baseline@v0.14 .0
334
334
with :
335
335
token : ${{ secrets.REPO_TOKEN }}
336
336
target : ' https://vcptcore-dev.govirto.com'
Original file line number Diff line number Diff line change 1
- # v3.800.11
2
- # bump-ubuntu-version
1
+ # v3.800.12
2
+ # https://virtocommerce.atlassian.net/browse/VCST-2469
3
3
name : Release hotfix
4
4
5
5
on :
13
13
14
14
jobs :
15
15
test :
16
- uses : VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.800.11
16
+ uses : VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.800.12
17
17
secrets :
18
18
sonarToken : ${{ secrets.SONAR_TOKEN }}
19
19
20
20
build :
21
- uses : VirtoCommerce/.github/.github/workflows/build.yml@v3.800.11
21
+ uses : VirtoCommerce/.github/.github/workflows/build.yml@v3.800.12
22
22
with :
23
23
uploadPackage : ' true'
24
24
uploadDocker : ' true'
47
47
publish-docker :
48
48
needs :
49
49
[build, get-metadata]
50
- uses : VirtoCommerce/.github/.github/workflows/publish-docker.yml@v3.800.11
50
+ uses : VirtoCommerce/.github/.github/workflows/publish-docker.yml@v3.800.12
51
51
with :
52
52
fullKey : ${{ needs.build.outputs.dockerFullKey }}
53
53
shortKey : ' ${{ needs.build.outputs.dockerShortKey }}-'
61
61
publish-github-release :
62
62
needs :
63
63
[build, test, get-metadata]
64
- uses : VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.800.11
64
+ uses : VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.800.12
65
65
with :
66
66
fullKey : ${{ needs.build.outputs.packageFullKey }}
67
67
changeLog : ' ${{ needs.get-metadata.outputs.changeLog }}'
Original file line number Diff line number Diff line change 1
- # v3.800.11
2
- # bump-ubuntu-version
1
+ # v3.800.12
2
+ # https://virtocommerce.atlassian.net/browse/VCST-2469
3
3
name : Publish nuget
4
4
5
5
on :
13
13
14
14
jobs :
15
15
test :
16
- uses : VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.800.11
16
+ uses : VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.800.12
17
17
secrets :
18
18
sonarToken : ${{ secrets.SONAR_TOKEN }}
19
19
20
20
build :
21
- uses : VirtoCommerce/.github/.github/workflows/build.yml@v3.800.11
21
+ uses : VirtoCommerce/.github/.github/workflows/build.yml@v3.800.12
22
22
with :
23
23
uploadPackage : ' true'
24
24
uploadDocker : ' false'
@@ -29,10 +29,12 @@ jobs:
29
29
publish-nuget :
30
30
needs :
31
31
[build, test]
32
- uses : VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.800.11
32
+ uses : VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.800.12
33
33
with :
34
34
fullKey : ${{ needs.build.outputs.packageFullKey }}
35
35
forceGithub : false
36
+ forceBlob : true
36
37
secrets :
37
38
envPAT : ${{ secrets.GITHUB_TOKEN }}
38
39
nugetKey : ${{ secrets.NUGET_KEY }}
40
+ BLOB_SAS : ${{ secrets.BLOB_TOKEN }}
Original file line number Diff line number Diff line change 1
- # v3.800.11
2
- # bump-ubuntu-version
1
+ # v3.800.12
2
+ # https://virtocommerce.atlassian.net/browse/VCST-2469
3
3
name : Release
4
4
5
5
on :
6
6
workflow_dispatch :
7
7
8
8
jobs :
9
9
release :
10
- uses : VirtoCommerce/.github/.github/workflows/release.yml@v3.800.11
10
+ uses : VirtoCommerce/.github/.github/workflows/release.yml@v3.800.12
11
11
secrets :
12
12
envPAT : ${{ secrets.REPO_TOKEN }}
You can’t perform that action at this time.
0 commit comments