File tree Expand file tree Collapse file tree 5 files changed +7
-9
lines changed Expand file tree Collapse file tree 5 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 29
29
30
30
steps :
31
31
- name : Check out code
32
- uses : actions/checkout@v4.1.7
32
+ uses : actions/checkout@v4.2.0
33
33
with :
34
34
repository : ${{ github.event.pull_request.head.repo.full_name }}
35
35
ref : ${{ github.event.pull_request.head.ref }}
Original file line number Diff line number Diff line change 36
36
37
37
steps :
38
38
- name : Check out code
39
- uses : actions/checkout@v4.1.7
39
+ uses : actions/checkout@v4.2.0
40
40
with :
41
41
path : " "
42
42
Original file line number Diff line number Diff line change 15
15
16
16
steps :
17
17
- name : Checkout Code
18
- uses : actions/checkout@v4.1.7
18
+ uses : actions/checkout@v4.2.0
19
19
with :
20
20
# Full git history is needed to get a proper list of changed files within `super-linter`
21
21
fetch-depth : 0
Original file line number Diff line number Diff line change @@ -44,11 +44,10 @@ jobs:
44
44
sql_server :
45
45
- 2022
46
46
- 2019
47
- - 2017
48
47
49
48
steps :
50
49
- name : Check out code
51
- uses : actions/checkout@v4.1.7
50
+ uses : actions/checkout@v4.2.0
52
51
with :
53
52
path : " "
54
53
ref : ${{ github.head_ref }}
@@ -110,8 +109,8 @@ jobs:
110
109
- name : Upload sp_doc sample artifact
111
110
uses : actions/upload-artifact@v4
112
111
with :
113
- name : sp_doc-sample
114
- path : " ${{ env.SAMPLE_DATABASE }}-${{ matrix.sql_server}}.md"
112
+ name : sp_doc-sample-${{ matrix.sql_server }}
113
+ path : " ${{ env.SAMPLE_DATABASE }}-${{ matrix.sql_server }}.md"
115
114
116
115
# Only do cov report on latest SQL Server version
117
116
- name : Produce the coverage report
Original file line number Diff line number Diff line change @@ -41,8 +41,7 @@ Only support for versions that are still in [mainstream][mainstream] support is
41
41
| AWS RDS SQL Server * | :question : |
42
42
| SQL Server 2022 | :heavy_check_mark : |
43
43
| SQL Server 2019 | :heavy_check_mark : |
44
- | SQL Server 2017 | :heavy_check_mark : |
45
- | SQL Server 2014-2016 | :shrug : |
44
+ | SQL Server 2014-2017 | :shrug : |
46
45
| <= SQL Server 2012 | :x : |
47
46
48
47
\* AWS RDS SQL Server is not tested, but should work * in theory* . YMMV.
You can’t perform that action at this time.
0 commit comments