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 2929
3030    steps :
3131      - name : Check out code 
32-         uses : actions/checkout@v4.1.7  
32+         uses : actions/checkout@v4.2.0  
3333        with :
3434          repository : ${{ github.event.pull_request.head.repo.full_name }} 
3535          ref : ${{ github.event.pull_request.head.ref }} 
Original file line number Diff line number Diff line change 3636
3737    steps :
3838      - name : Check out code 
39-         uses : actions/checkout@v4.1.7  
39+         uses : actions/checkout@v4.2.0  
4040        with :
4141          path : " " 
4242
Original file line number Diff line number Diff line change 1515
1616    steps :
1717      - name : Checkout Code 
18-         uses : actions/checkout@v4.1.7  
18+         uses : actions/checkout@v4.2.0  
1919        with :
2020          #  Full git history is needed to get a proper list of changed files within `super-linter`
2121          fetch-depth : 0 
Original file line number Diff line number Diff line change @@ -44,11 +44,10 @@ jobs:
4444        sql_server :
4545          - 2022 
4646          - 2019 
47-           - 2017 
4847
4948    steps :
5049      - name : Check out code 
51-         uses : actions/checkout@v4.1.7  
50+         uses : actions/checkout@v4.2.0  
5251        with :
5352          path : " " 
5453          ref : ${{ github.head_ref }} 
@@ -110,8 +109,8 @@ jobs:
110109       - name : Upload sp_doc sample artifact 
111110        uses : actions/upload-artifact@v4 
112111        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" 
115114
116115      #  Only do cov report on latest SQL Server version
117116      - 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
4141|  AWS RDS SQL Server * |  :question :  | 
4242|  SQL Server 2022 |  :heavy_check_mark :  | 
4343|  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 :  | 
4645|  <= SQL Server 2012 |  :x :  | 
4746
4847\*  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