mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	chore(deps): update github/codeql-action action to v4
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/codeql.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/codeql.yml
									
									
									
									
										vendored
									
									
								
							| @@ -67,7 +67,7 @@ jobs: | |||||||
|  |  | ||||||
|     # Initializes the CodeQL tools for scanning. |     # Initializes the CodeQL tools for scanning. | ||||||
|     - name: Initialize CodeQL |     - name: Initialize CodeQL | ||||||
|       uses: github/codeql-action/init@v3 |       uses: github/codeql-action/init@v4 | ||||||
|       with: |       with: | ||||||
|         languages: ${{ matrix.language }} |         languages: ${{ matrix.language }} | ||||||
|         build-mode: ${{ matrix.build-mode }} |         build-mode: ${{ matrix.build-mode }} | ||||||
| @@ -95,6 +95,6 @@ jobs: | |||||||
|         exit 1 |         exit 1 | ||||||
|  |  | ||||||
|     - name: Perform CodeQL Analysis |     - name: Perform CodeQL Analysis | ||||||
|       uses: github/codeql-action/analyze@v3 |       uses: github/codeql-action/analyze@v4 | ||||||
|       with: |       with: | ||||||
|         category: "/language:${{matrix.language}}" |         category: "/language:${{matrix.language}}" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user