24
24
jiraKey : ${{ steps.jiraKey.outputs.qaTaskNumber }}
25
25
steps :
26
26
27
- - uses : actions/checkout@v2
27
+ - uses : actions/checkout@v4
28
28
29
29
- name : Get Artifact Version
30
30
uses : VirtoCommerce/vc-github-actions/get-image-version@master
47
47
publish :
48
48
needs :
49
49
get-deployment-data
50
- uses : VirtoCommerce/.github/.github/workflows/publish-docker.yml@v3.200.7
50
+ uses : VirtoCommerce/.github/.github/workflows/publish-docker.yml@v3.800.2
51
51
with :
52
52
fullKey : ${{ needs.get-deployment-data.outputs.dockerFullKey }}
53
53
shortKey : ' ${{ needs.get-deployment-data.outputs.dockerShortKey }}-'
60
60
deploy :
61
61
needs :
62
62
[publish, get-deployment-data]
63
- uses : VirtoCommerce/.github/.github/workflows/deploy.yml@v3.200.7
63
+ uses : VirtoCommerce/.github/.github/workflows/deploy.yml@v3.800.2
64
64
with :
65
65
argoServer : ' argo.govirto.com'
66
66
artifactUrl : ${{ needs.publish.outputs.imagePath }}
@@ -94,10 +94,10 @@ jobs:
94
94
with :
95
95
artifactUrl : ${{ needs.publish.outputs.imagePath }}
96
96
97
- - uses : actions/github-script@v5
97
+ - uses : actions/github-script@v7
98
98
if : ${{ !(contains('skipped, cancelled', needs.publish.result )) }}
99
99
with :
100
- github-token : ${{secrets.GITHUB_TOKEN}}
100
+ # github-token: ${{secrets.GITHUB_TOKEN}}
101
101
script : |
102
102
github.rest.issues.createComment({
103
103
issue_number: context.issue.number,
@@ -121,10 +121,10 @@ jobs:
121
121
run : |
122
122
echo "MESSAGE_BODY=:heavy_check_mark: Docker image ${{ needs.publish.outputs.imagePath }} deployed to QA" >> $GITHUB_ENV
123
123
124
- - uses : actions/github-script@v5
124
+ - uses : actions/github-script@v7
125
125
if : ${{ !(contains('skipped, cancelled', needs.deploy.result )) }}
126
126
with :
127
- github-token : ${{secrets.GITHUB_TOKEN}}
127
+ # github-token: ${{secrets.GITHUB_TOKEN}}
128
128
script : |
129
129
github.rest.issues.createComment({
130
130
issue_number: context.issue.number,
0 commit comments