This repository was archived by the owner on Feb 18, 2025. It is now read-only.
File tree 5 files changed +11
-11
lines changed
5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 22
22
steps :
23
23
# checkout the repo
24
24
- name : ' Checkout GitHub Action'
25
- uses : actions/checkout@v3
25
+ uses : actions/checkout@v3.1.0
26
26
- uses : ' azure/login@v1'
27
27
name : ' Login to Azure'
28
28
with :
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : ' Checkout Repository'
19
- uses : actions/checkout@v3
19
+ uses : actions/checkout@v3.1.0
20
20
21
21
- uses : actions/setup-go@v3
22
22
with :
Original file line number Diff line number Diff line change 29
29
steps :
30
30
# checkout the repo
31
31
- name : ' Checkout GitHub Action'
32
- uses : actions/checkout@v3
32
+ uses : actions/checkout@v3.1.0
33
33
34
34
- name : ' Build and Push Redirect Container Image'
35
35
working-directory : ${{ env.MICROSERVICE_LOCATION }}
43
43
steps :
44
44
# checkout the repo
45
45
- name : ' Checkout GitHub Action'
46
- uses : actions/checkout@v3
46
+ uses : actions/checkout@v3.1.0
47
47
- name : Log in to the Container registry
48
48
49
49
with :
73
73
steps :
74
74
# checkout the repo
75
75
- name : ' Checkout GitHub Action'
76
- uses : actions/checkout@v3
76
+ uses : actions/checkout@v3.1.0
77
77
- uses : ' azure/login@v1'
78
78
name : ' Login to Azure'
79
79
with :
Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- name : " Checkout"
23
- uses : actions/checkout@v2
23
+ uses : actions/checkout@v3.1.0
24
24
- name : Setup .NET
25
25
uses : actions/setup-dotnet@v2
26
26
with :
37
37
steps :
38
38
# checkout the repo
39
39
- name : ' Checkout GitHub Action'
40
- uses : actions/checkout@v3
40
+ uses : actions/checkout@v3.1.0
41
41
- name : Log in to the Container registry
42
42
43
43
with :
67
67
steps :
68
68
# checkout the repo
69
69
- name : ' Checkout GitHub Action'
70
- uses : actions/checkout@v3
70
+ uses : actions/checkout@v3.1.0
71
71
- uses : ' azure/login@v1'
72
72
name : ' Login to Azure'
73
73
with :
Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- name : " Checkout"
23
- uses : actions/checkout@v2
23
+ uses : actions/checkout@v3.1.0
24
24
- name : Setup .NET
25
25
uses : actions/setup-dotnet@v2
26
26
with :
37
37
steps :
38
38
# checkout the repo
39
39
- name : ' Checkout GitHub Action'
40
- uses : actions/checkout@v3
40
+ uses : actions/checkout@v3.1.0
41
41
- name : Log in to the Container registry
42
42
43
43
with :
67
67
steps :
68
68
# checkout the repo
69
69
- name : ' Checkout GitHub Action'
70
- uses : actions/checkout@v3
70
+ uses : actions/checkout@v3.1.0
71
71
- uses : ' azure/login@v1'
72
72
name : ' Login to Azure'
73
73
with :
You can’t perform that action at this time.
0 commit comments