| 
														
															@@ -19,9 +19,9 @@ jobs: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															     runs-on: "${{ matrix.os }}" 
														 | 
														
														 | 
														
															     runs-on: "${{ matrix.os }}" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     steps: 
														 | 
														
														 | 
														
															     steps: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-      - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															-      - uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      - uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         with: 
														 | 
														
														 | 
														
															         with: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           dotnet-version: ${{ env.SDK_VERSION }} 
														 | 
														
														 | 
														
															           dotnet-version: ${{ env.SDK_VERSION }} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -34,7 +34,7 @@ jobs: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           --verbosity minimal 
														 | 
														
														 | 
														
															           --verbosity minimal 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															       - name: Merge code coverage results 
														 | 
														
														 | 
														
															       - name: Merge code coverage results 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        uses: danielpalme/ReportGenerator-GitHub-Action@4d510cbed8a05af5aefea46c7fd6e05b95844c89 # 5 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        uses: danielpalme/ReportGenerator-GitHub-Action@4d510cbed8a05af5aefea46c7fd6e05b95844c89 # 5.2.0 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         with: 
														 | 
														
														 | 
														
															         with: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           reports: "**/coverage.cobertura.xml" 
														 | 
														
														 | 
														
															           reports: "**/coverage.cobertura.xml" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           targetdir: "merged/" 
														 | 
														
														 | 
														
															           targetdir: "merged/" 
														 |