File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 21
21
22
22
steps :
23
23
- name : Checkout
24
- uses : actions/checkout@v2
24
+ uses : actions/checkout@v3
25
25
26
26
- name : Setup Node.js
27
27
uses : actions/setup-node@v3
49
49
50
50
steps :
51
51
- name : Checkout
52
- uses : actions/checkout@v2
52
+ uses : actions/checkout@v3
53
53
54
54
- name : Setup Node.js
55
55
uses : actions/setup-node@v3
82
82
83
83
steps :
84
84
- name : Checkout
85
- uses : actions/checkout@v2
85
+ uses : actions/checkout@v3
86
86
87
87
- name : Setup Node.js
88
88
uses : actions/setup-node@v3
@@ -116,7 +116,7 @@ jobs:
116
116
runs-on : ubuntu-latest
117
117
steps :
118
118
- name : Checkout
119
- uses : actions/checkout@v2
119
+ uses : actions/checkout@v3
120
120
121
121
- name : Setup Node.js
122
122
uses : actions/setup-node@v3
Original file line number Diff line number Diff line change 39
39
40
40
steps :
41
41
- name : Checkout repository
42
- uses : actions/checkout@v2
42
+ uses : actions/checkout@v3
43
43
44
44
# Initializes the CodeQL tools for scanning.
45
45
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 20
20
21
21
steps :
22
22
- name : Checkout repository
23
- uses : actions/checkout@v2
23
+ uses : actions/checkout@v3
24
24
25
25
# Ensure a compatible version of dotnet is installed.
26
26
# The [Microsoft Security Code Analysis CLI](https://aka.ms/mscadocs) is built with dotnet v3.1.201.
You can’t perform that action at this time.
0 commit comments