mirror of
				https://github.com/JetBrains/intellij-platform-plugin-template.git
				synced 2025-06-13 13:04:09 +00:00 
			
		
		
		
	libraries/GH actions updates
This commit is contained in:
		
							parent
							
								
									a0df58f373
								
							
						
					
					
						commit
						9ca3701928
					
				
							
								
								
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @ -42,7 +42,7 @@ jobs: | ||||
| 
 | ||||
|       # Validate wrapper | ||||
|       - name: Gradle Wrapper Validation | ||||
|         uses: gradle/wrapper-validation-action@v2 | ||||
|         uses: gradle/wrapper-validation-action@v3 | ||||
| 
 | ||||
|       # Set up Java environment for the next steps | ||||
|       - name: Setup Java | ||||
| @ -170,7 +170,7 @@ jobs: | ||||
| 
 | ||||
|       # Run Qodana inspections | ||||
|       - name: Qodana - Code Inspection | ||||
|         uses: JetBrains/qodana-action@v2023.3.1 | ||||
|         uses: JetBrains/qodana-action@v2024.1.5 | ||||
|         with: | ||||
|           cache-default-branch-only: true | ||||
| 
 | ||||
|  | ||||
							
								
								
									
										2
									
								
								.github/workflows/run-ui-tests.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/run-ui-tests.yml
									
									
									
									
										vendored
									
									
								
							| @ -54,7 +54,7 @@ jobs: | ||||
| 
 | ||||
|       # Wait for IDEA to be started | ||||
|       - name: Health Check | ||||
|         uses: jtalk/url-health-check-action@v3 | ||||
|         uses: jtalk/url-health-check-action@v4 | ||||
|         with: | ||||
|           url: http://127.0.0.1:8082 | ||||
|           max-attempts: 15 | ||||
|  | ||||
| @ -4,6 +4,14 @@ | ||||
| 
 | ||||
| ## [Unreleased] | ||||
| 
 | ||||
| ### Changed | ||||
| 
 | ||||
| - Dependencies - upgrade `org.jetbrains.intellij` to `1.17.3` | ||||
| - Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `2.0.0` | ||||
| - Dependencies - upgrade `org.jetbrains.qodana` to `2024.1.5` | ||||
| - Dependencies (GitHub Actions) - upgrade `gradle/wrapper-validation-action` to `3` | ||||
| - Dependencies (GitHub Actions) - upgrade `jtalk/url-health-check-action` to `4` | ||||
| 
 | ||||
| ## [1.13.0] - 2024-03-11 | ||||
| 
 | ||||
| ### Changed | ||||
|  | ||||
| @ -3,10 +3,10 @@ | ||||
| annotations = "24.1.0" | ||||
| 
 | ||||
| # plugins | ||||
| kotlin = "1.9.23" | ||||
| kotlin = "2.0.0" | ||||
| changelog = "2.2.0" | ||||
| gradleIntelliJPlugin = "1.17.2" | ||||
| qodana = "2023.3.1" | ||||
| gradleIntelliJPlugin = "1.17.3" | ||||
| qodana = "2024.1.5" | ||||
| kover = "0.7.6" | ||||
| 
 | ||||
| [libraries] | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user