|  | @@ -27,11 +27,11 @@ jobs:
 | 
	
		
			
				|  |  |          dotnet-version: '8.0.x'
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      - name: Initialize CodeQL
 | 
	
		
			
				|  |  | -      uses: github/codeql-action/init@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
 | 
	
		
			
				|  |  | +      uses: github/codeql-action/init@0b21cf2492b6b02c465a3e5d7c473717ad7721ba # v3.23.1
 | 
	
		
			
				|  |  |        with:
 | 
	
		
			
				|  |  |          languages: ${{ matrix.language }}
 | 
	
		
			
				|  |  |          queries: +security-extended
 | 
	
		
			
				|  |  |      - name: Autobuild
 | 
	
		
			
				|  |  | -      uses: github/codeql-action/autobuild@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
 | 
	
		
			
				|  |  | +      uses: github/codeql-action/autobuild@0b21cf2492b6b02c465a3e5d7c473717ad7721ba # v3.23.1
 | 
	
		
			
				|  |  |      - name: Perform CodeQL Analysis
 | 
	
		
			
				|  |  | -      uses: github/codeql-action/analyze@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
 | 
	
		
			
				|  |  | +      uses: github/codeql-action/analyze@0b21cf2492b6b02c465a3e5d7c473717ad7721ba # v3.23.1
 |