mirror of
				https://hub.gitmirror.com/https://github.com/gradle/actions.git
				synced 2025-10-31 10:00:01 +08:00 
			
		
		
		
	Compare commits
	
		
			1 Commits
		
	
	
		
			3cb2bdfc5e
			...
			176f6d8008
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| ![dependabot[bot]](/assets/img/avatar_default.png)  | 176f6d8008 | 
| @ -1,5 +1,5 @@ | ||||
| plugins { | ||||
|     id "com.gradle.develocity" version "4.2.2" | ||||
|     id "com.gradle.develocity" version "4.2.1" | ||||
|     id "com.gradle.common-custom-user-data-gradle-plugin" version "2.4.0" | ||||
| } | ||||
| 
 | ||||
|  | ||||
| @ -1,5 +1,5 @@ | ||||
| plugins { | ||||
|     id("com.gradle.develocity") version "4.2.2" | ||||
|     id("com.gradle.develocity") version "4.2.1" | ||||
|     id("com.gradle.common-custom-user-data-gradle-plugin") version "2.4.0" | ||||
| } | ||||
| 
 | ||||
|  | ||||
| @ -1,5 +1,5 @@ | ||||
| plugins { | ||||
|     id "com.gradle.develocity" version "4.2.2"  | ||||
|     id "com.gradle.develocity" version "4.2.1"  | ||||
| } | ||||
| 
 | ||||
| develocity { | ||||
|  | ||||
| @ -1,5 +1,5 @@ | ||||
| plugins { | ||||
|     id "com.gradle.develocity" version "4.2.2" | ||||
|     id "com.gradle.develocity" version "4.2.1" | ||||
| } | ||||
| 
 | ||||
| develocity { | ||||
|  | ||||
| @ -1,5 +1,5 @@ | ||||
| plugins { | ||||
|     id "com.gradle.develocity" version "4.2.2" | ||||
|     id "com.gradle.develocity" version "4.2.1" | ||||
| } | ||||
| 
 | ||||
| develocity { | ||||
|  | ||||
							
								
								
									
										4
									
								
								.github/workflows/ci-codeql.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/ci-codeql.yml
									
									
									
									
										vendored
									
									
								
							| @ -35,7 +35,7 @@ jobs: | ||||
| 
 | ||||
|     # Initializes the CodeQL tools for scanning. | ||||
|     - name: Initialize CodeQL | ||||
|       uses: github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v3.29.5 | ||||
|       uses: github/codeql-action/init@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.29.5 | ||||
|       with: | ||||
|         languages: ${{ matrix.language }} | ||||
|         config: | | ||||
| @ -43,4 +43,4 @@ jobs: | ||||
|           - sources/src | ||||
| 
 | ||||
|     - name: Perform CodeQL Analysis | ||||
|       uses: github/codeql-action/analyze@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v3.29.5 | ||||
|       uses: github/codeql-action/analyze@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.29.5 | ||||
|  | ||||
							
								
								
									
										2
									
								
								.github/workflows/ci-ossf-scorecard.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci-ossf-scorecard.yml
									
									
									
									
										vendored
									
									
								
							| @ -52,6 +52,6 @@ jobs: | ||||
| 
 | ||||
|       # Upload the results to GitHub's code scanning dashboard. | ||||
|       - name: 'Upload to code-scanning' | ||||
|         uses: github/codeql-action/upload-sarif@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v3.29.5 | ||||
|         uses: github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.29.5 | ||||
|         with: | ||||
|           sarif_file: results.sarif | ||||
|  | ||||
							
								
								
									
										2
									
								
								.github/workflows/ci-update-dist.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci-update-dist.yml
									
									
									
									
										vendored
									
									
								
							| @ -66,7 +66,7 @@ jobs: | ||||
|     # Important: The push event will not trigger any other workflows, see | ||||
|     # https://github.com/stefanzweifel/git-auto-commit-action?tab=readme-ov-file#commits-made-by-this-action-do-not-trigger-new-workflow-runs | ||||
|     - name: Commit & push changes | ||||
|       uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 # v7.0.0 | ||||
|       uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1 | ||||
|       with: | ||||
|         commit_author: bot-githubaction <bot-githubaction@gradle.com> | ||||
|         commit_user_name: bot-githubaction | ||||
|  | ||||
| @ -30,7 +30,7 @@ jobs: | ||||
|       matrix: | ||||
|         gradle: ['current', '8.14.3', '7.6.2', '6.9.4', '5.6.4'] | ||||
|         os: ${{fromJSON(inputs.runner-os)}} | ||||
|         plugin-version: ['3.16.2', '4.2.2'] | ||||
|         plugin-version: ['3.16.2', '4.2.1'] | ||||
|         include: | ||||
|           - java-version: 17 | ||||
|           - gradle: '8.14.3' | ||||
| @ -43,7 +43,7 @@ jobs: | ||||
|             java-version: 11 | ||||
|           - plugin-version: '3.16.2' | ||||
|             accessKeyEnv: GRADLE_ENTERPRISE_ACCESS_KEY | ||||
|           - plugin-version: '4.2.2' | ||||
|           - plugin-version: '4.2.1' | ||||
|             accessKeyEnv: DEVELOCITY_ACCESS_KEY | ||||
|     runs-on: ${{ matrix.os }} | ||||
|     env: | ||||
| @ -92,7 +92,7 @@ jobs: | ||||
|       matrix: | ||||
|         gradle: ['current', '8.14.3', '7.6.2', '6.9.4', '5.6.4'] | ||||
|         os: ${{fromJSON(inputs.runner-os)}} | ||||
|         plugin-version: ['3.16.2', '4.2.2'] | ||||
|         plugin-version: ['3.16.2', '4.2.1'] | ||||
|         include: | ||||
|           - java-version: 17 | ||||
|           - gradle: '8.14.3' | ||||
| @ -148,7 +148,7 @@ jobs: | ||||
|       matrix: | ||||
|         gradle: ['current', '8.14.3', '7.6.2', '6.9.4', '5.6.4'] | ||||
|         os: ${{fromJSON(inputs.runner-os)}} | ||||
|         plugin-version: [ '3.16.2', '4.2.2' ] | ||||
|         plugin-version: [ '3.16.2', '4.2.1' ] | ||||
|         include: | ||||
|           - java-version: 17 | ||||
|           - gradle: '8.14.3' | ||||
| @ -191,7 +191,7 @@ jobs: | ||||
|       matrix: | ||||
|         gradle: ['current', '8.14.3', '7.6.2', '6.9.4', '5.6.4'] | ||||
|         os: ${{fromJSON(inputs.runner-os)}} | ||||
|         plugin-version: [ '3.16.2', '4.2.2' ] | ||||
|         plugin-version: [ '3.16.2', '4.2.1' ] | ||||
|         include: | ||||
|           - java-version: 17 | ||||
|           - gradle: '8.14.3' | ||||
|  | ||||
							
								
								
									
										4
									
								
								dist/dependency-submission/main/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								dist/dependency-submission/main/index.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										2
									
								
								dist/dependency-submission/main/index.js.map
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/dependency-submission/main/index.js.map
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										4
									
								
								dist/dependency-submission/post/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								dist/dependency-submission/post/index.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										2
									
								
								dist/dependency-submission/post/index.js.map
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/dependency-submission/post/index.js.map
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										4
									
								
								dist/setup-gradle/main/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								dist/setup-gradle/main/index.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										2
									
								
								dist/setup-gradle/main/index.js.map
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/setup-gradle/main/index.js.map
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										4
									
								
								dist/setup-gradle/post/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								dist/setup-gradle/post/index.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										2
									
								
								dist/setup-gradle/post/index.js.map
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/setup-gradle/post/index.js.map
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										2
									
								
								dist/wrapper-validation/main/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/wrapper-validation/main/index.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| @ -847,7 +847,7 @@ Here's a minimal example: | ||||
|       run: ./gradlew build | ||||
| ``` | ||||
| 
 | ||||
| This configuration will automatically apply `v4.2.2` of the [Develocity Gradle plugin](https://docs.gradle.com/develocity/gradle-plugin/), and publish build scans to https://develocity.your-server.com. | ||||
| This configuration will automatically apply `v4.2.1` of the [Develocity Gradle plugin](https://docs.gradle.com/develocity/gradle-plugin/), and publish build scans to https://develocity.your-server.com. | ||||
| 
 | ||||
| This example assumes that the `develocity.your-server.com` server allows anonymous publishing of build scans. | ||||
| In the likely scenario that your Develocity server requires authentication, you will also need to pass a valid [Develocity access key](https://docs.gradle.com/develocity/gradle-plugin/#via_environment_variable) taken from a secret: | ||||
|  | ||||
							
								
								
									
										132
									
								
								sources/package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										132
									
								
								sources/package-lock.json
									
									
									
										generated
									
									
									
								
							| @ -29,11 +29,11 @@ | ||||
|         "@gradle-tech/develocity-agent": "2.0.2", | ||||
|         "@jest/globals": "30.2.0", | ||||
|         "@types/jest": "30.0.0", | ||||
|         "@types/node": "24.9.0", | ||||
|         "@types/node": "24.7.2", | ||||
|         "@types/semver": "7.7.1", | ||||
|         "@types/unzipper": "0.10.11", | ||||
|         "@types/which": "3.0.4", | ||||
|         "@typescript-eslint/eslint-plugin": "8.46.2", | ||||
|         "@typescript-eslint/eslint-plugin": "8.46.1", | ||||
|         "@vercel/ncc": "0.38.4", | ||||
|         "dedent": "1.7.0", | ||||
|         "eslint": "9.24.0", | ||||
| @ -2444,13 +2444,13 @@ | ||||
|       "license": "MIT" | ||||
|     }, | ||||
|     "node_modules/@types/node": { | ||||
|       "version": "24.9.0", | ||||
|       "resolved": "https://registry.npmjs.org/@types/node/-/node-24.9.0.tgz", | ||||
|       "integrity": "sha512-MKNwXh3seSK8WurXF7erHPJ2AONmMwkI7zAMrXZDPIru8jRqkk6rGDBVbw4mLwfqA+ZZliiDPg05JQ3uW66tKQ==", | ||||
|       "version": "24.7.2", | ||||
|       "resolved": "https://registry.npmjs.org/@types/node/-/node-24.7.2.tgz", | ||||
|       "integrity": "sha512-/NbVmcGTP+lj5oa4yiYxxeBjRivKQ5Ns1eSZeB99ExsEQ6rX5XYU1Zy/gGxY/ilqtD4Etx9mKyrPxZRetiahhA==", | ||||
|       "dev": true, | ||||
|       "license": "MIT", | ||||
|       "dependencies": { | ||||
|         "undici-types": "~7.16.0" | ||||
|         "undici-types": "~7.14.0" | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@types/semver": { | ||||
| @ -2502,17 +2502,17 @@ | ||||
|       "license": "MIT" | ||||
|     }, | ||||
|     "node_modules/@typescript-eslint/eslint-plugin": { | ||||
|       "version": "8.46.2", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.46.2.tgz", | ||||
|       "integrity": "sha512-ZGBMToy857/NIPaaCucIUQgqueOiq7HeAKkhlvqVV4lm089zUFW6ikRySx2v+cAhKeUCPuWVHeimyk6Dw1iY3w==", | ||||
|       "version": "8.46.1", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.46.1.tgz", | ||||
|       "integrity": "sha512-rUsLh8PXmBjdiPY+Emjz9NX2yHvhS11v0SR6xNJkm5GM1MO9ea/1GoDKlHHZGrOJclL/cZ2i/vRUYVtjRhrHVQ==", | ||||
|       "dev": true, | ||||
|       "license": "MIT", | ||||
|       "dependencies": { | ||||
|         "@eslint-community/regexpp": "^4.10.0", | ||||
|         "@typescript-eslint/scope-manager": "8.46.2", | ||||
|         "@typescript-eslint/type-utils": "8.46.2", | ||||
|         "@typescript-eslint/utils": "8.46.2", | ||||
|         "@typescript-eslint/visitor-keys": "8.46.2", | ||||
|         "@typescript-eslint/scope-manager": "8.46.1", | ||||
|         "@typescript-eslint/type-utils": "8.46.1", | ||||
|         "@typescript-eslint/utils": "8.46.1", | ||||
|         "@typescript-eslint/visitor-keys": "8.46.1", | ||||
|         "graphemer": "^1.4.0", | ||||
|         "ignore": "^7.0.0", | ||||
|         "natural-compare": "^1.4.0", | ||||
| @ -2526,7 +2526,7 @@ | ||||
|         "url": "https://opencollective.com/typescript-eslint" | ||||
|       }, | ||||
|       "peerDependencies": { | ||||
|         "@typescript-eslint/parser": "^8.46.2", | ||||
|         "@typescript-eslint/parser": "^8.46.1", | ||||
|         "eslint": "^8.57.0 || ^9.0.0", | ||||
|         "typescript": ">=4.8.4 <6.0.0" | ||||
|       } | ||||
| @ -2542,17 +2542,17 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@typescript-eslint/parser": { | ||||
|       "version": "8.46.2", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.46.2.tgz", | ||||
|       "integrity": "sha512-BnOroVl1SgrPLywqxyqdJ4l3S2MsKVLDVxZvjI1Eoe8ev2r3kGDo+PcMihNmDE+6/KjkTubSJnmqGZZjQSBq/g==", | ||||
|       "version": "8.46.1", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.46.1.tgz", | ||||
|       "integrity": "sha512-6JSSaBZmsKvEkbRUkf7Zj7dru/8ZCrJxAqArcLaVMee5907JdtEbKGsZ7zNiIm/UAkpGUkaSMZEXShnN2D1HZA==", | ||||
|       "dev": true, | ||||
|       "license": "MIT", | ||||
|       "peer": true, | ||||
|       "dependencies": { | ||||
|         "@typescript-eslint/scope-manager": "8.46.2", | ||||
|         "@typescript-eslint/types": "8.46.2", | ||||
|         "@typescript-eslint/typescript-estree": "8.46.2", | ||||
|         "@typescript-eslint/visitor-keys": "8.46.2", | ||||
|         "@typescript-eslint/scope-manager": "8.46.1", | ||||
|         "@typescript-eslint/types": "8.46.1", | ||||
|         "@typescript-eslint/typescript-estree": "8.46.1", | ||||
|         "@typescript-eslint/visitor-keys": "8.46.1", | ||||
|         "debug": "^4.3.4" | ||||
|       }, | ||||
|       "engines": { | ||||
| @ -2568,14 +2568,14 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@typescript-eslint/project-service": { | ||||
|       "version": "8.46.2", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.46.2.tgz", | ||||
|       "integrity": "sha512-PULOLZ9iqwI7hXcmL4fVfIsBi6AN9YxRc0frbvmg8f+4hQAjQ5GYNKK0DIArNo+rOKmR/iBYwkpBmnIwin4wBg==", | ||||
|       "version": "8.46.1", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.46.1.tgz", | ||||
|       "integrity": "sha512-FOIaFVMHzRskXr5J4Jp8lFVV0gz5ngv3RHmn+E4HYxSJ3DgDzU7fVI1/M7Ijh1zf6S7HIoaIOtln1H5y8V+9Zg==", | ||||
|       "dev": true, | ||||
|       "license": "MIT", | ||||
|       "dependencies": { | ||||
|         "@typescript-eslint/tsconfig-utils": "^8.46.2", | ||||
|         "@typescript-eslint/types": "^8.46.2", | ||||
|         "@typescript-eslint/tsconfig-utils": "^8.46.1", | ||||
|         "@typescript-eslint/types": "^8.46.1", | ||||
|         "debug": "^4.3.4" | ||||
|       }, | ||||
|       "engines": { | ||||
| @ -2590,14 +2590,14 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@typescript-eslint/scope-manager": { | ||||
|       "version": "8.46.2", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.46.2.tgz", | ||||
|       "integrity": "sha512-LF4b/NmGvdWEHD2H4MsHD8ny6JpiVNDzrSZr3CsckEgCbAGZbYM4Cqxvi9L+WqDMT+51Ozy7lt2M+d0JLEuBqA==", | ||||
|       "version": "8.46.1", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.46.1.tgz", | ||||
|       "integrity": "sha512-weL9Gg3/5F0pVQKiF8eOXFZp8emqWzZsOJuWRUNtHT+UNV2xSJegmpCNQHy37aEQIbToTq7RHKhWvOsmbM680A==", | ||||
|       "dev": true, | ||||
|       "license": "MIT", | ||||
|       "dependencies": { | ||||
|         "@typescript-eslint/types": "8.46.2", | ||||
|         "@typescript-eslint/visitor-keys": "8.46.2" | ||||
|         "@typescript-eslint/types": "8.46.1", | ||||
|         "@typescript-eslint/visitor-keys": "8.46.1" | ||||
|       }, | ||||
|       "engines": { | ||||
|         "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | ||||
| @ -2608,9 +2608,9 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@typescript-eslint/tsconfig-utils": { | ||||
|       "version": "8.46.2", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.46.2.tgz", | ||||
|       "integrity": "sha512-a7QH6fw4S57+F5y2FIxxSDyi5M4UfGF+Jl1bCGd7+L4KsaUY80GsiF/t0UoRFDHAguKlBaACWJRmdrc6Xfkkag==", | ||||
|       "version": "8.46.1", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.46.1.tgz", | ||||
|       "integrity": "sha512-X88+J/CwFvlJB+mK09VFqx5FE4H5cXD+H/Bdza2aEWkSb8hnWIQorNcscRl4IEo1Cz9VI/+/r/jnGWkbWPx54g==", | ||||
|       "dev": true, | ||||
|       "license": "MIT", | ||||
|       "engines": { | ||||
| @ -2625,15 +2625,15 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@typescript-eslint/type-utils": { | ||||
|       "version": "8.46.2", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.46.2.tgz", | ||||
|       "integrity": "sha512-HbPM4LbaAAt/DjxXaG9yiS9brOOz6fabal4uvUmaUYe6l3K1phQDMQKBRUrr06BQkxkvIZVVHttqiybM9nJsLA==", | ||||
|       "version": "8.46.1", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.46.1.tgz", | ||||
|       "integrity": "sha512-+BlmiHIiqufBxkVnOtFwjah/vrkF4MtKKvpXrKSPLCkCtAp8H01/VV43sfqA98Od7nJpDcFnkwgyfQbOG0AMvw==", | ||||
|       "dev": true, | ||||
|       "license": "MIT", | ||||
|       "dependencies": { | ||||
|         "@typescript-eslint/types": "8.46.2", | ||||
|         "@typescript-eslint/typescript-estree": "8.46.2", | ||||
|         "@typescript-eslint/utils": "8.46.2", | ||||
|         "@typescript-eslint/types": "8.46.1", | ||||
|         "@typescript-eslint/typescript-estree": "8.46.1", | ||||
|         "@typescript-eslint/utils": "8.46.1", | ||||
|         "debug": "^4.3.4", | ||||
|         "ts-api-utils": "^2.1.0" | ||||
|       }, | ||||
| @ -2650,9 +2650,9 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@typescript-eslint/types": { | ||||
|       "version": "8.46.2", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.46.2.tgz", | ||||
|       "integrity": "sha512-lNCWCbq7rpg7qDsQrd3D6NyWYu+gkTENkG5IKYhUIcxSb59SQC/hEQ+MrG4sTgBVghTonNWq42bA/d4yYumldQ==", | ||||
|       "version": "8.46.1", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.46.1.tgz", | ||||
|       "integrity": "sha512-C+soprGBHwWBdkDpbaRC4paGBrkIXxVlNohadL5o0kfhsXqOC6GYH2S/Obmig+I0HTDl8wMaRySwrfrXVP8/pQ==", | ||||
|       "dev": true, | ||||
|       "license": "MIT", | ||||
|       "engines": { | ||||
| @ -2664,16 +2664,16 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@typescript-eslint/typescript-estree": { | ||||
|       "version": "8.46.2", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.46.2.tgz", | ||||
|       "integrity": "sha512-f7rW7LJ2b7Uh2EiQ+7sza6RDZnajbNbemn54Ob6fRwQbgcIn+GWfyuHDHRYgRoZu1P4AayVScrRW+YfbTvPQoQ==", | ||||
|       "version": "8.46.1", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.46.1.tgz", | ||||
|       "integrity": "sha512-uIifjT4s8cQKFQ8ZBXXyoUODtRoAd7F7+G8MKmtzj17+1UbdzFl52AzRyZRyKqPHhgzvXunnSckVu36flGy8cg==", | ||||
|       "dev": true, | ||||
|       "license": "MIT", | ||||
|       "dependencies": { | ||||
|         "@typescript-eslint/project-service": "8.46.2", | ||||
|         "@typescript-eslint/tsconfig-utils": "8.46.2", | ||||
|         "@typescript-eslint/types": "8.46.2", | ||||
|         "@typescript-eslint/visitor-keys": "8.46.2", | ||||
|         "@typescript-eslint/project-service": "8.46.1", | ||||
|         "@typescript-eslint/tsconfig-utils": "8.46.1", | ||||
|         "@typescript-eslint/types": "8.46.1", | ||||
|         "@typescript-eslint/visitor-keys": "8.46.1", | ||||
|         "debug": "^4.3.4", | ||||
|         "fast-glob": "^3.3.2", | ||||
|         "is-glob": "^4.0.3", | ||||
| @ -2719,16 +2719,16 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@typescript-eslint/utils": { | ||||
|       "version": "8.46.2", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.46.2.tgz", | ||||
|       "integrity": "sha512-sExxzucx0Tud5tE0XqR0lT0psBQvEpnpiul9XbGUB1QwpWJJAps1O/Z7hJxLGiZLBKMCutjTzDgmd1muEhBnVg==", | ||||
|       "version": "8.46.1", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.46.1.tgz", | ||||
|       "integrity": "sha512-vkYUy6LdZS7q1v/Gxb2Zs7zziuXN0wxqsetJdeZdRe/f5dwJFglmuvZBfTUivCtjH725C1jWCDfpadadD95EDQ==", | ||||
|       "dev": true, | ||||
|       "license": "MIT", | ||||
|       "dependencies": { | ||||
|         "@eslint-community/eslint-utils": "^4.7.0", | ||||
|         "@typescript-eslint/scope-manager": "8.46.2", | ||||
|         "@typescript-eslint/types": "8.46.2", | ||||
|         "@typescript-eslint/typescript-estree": "8.46.2" | ||||
|         "@typescript-eslint/scope-manager": "8.46.1", | ||||
|         "@typescript-eslint/types": "8.46.1", | ||||
|         "@typescript-eslint/typescript-estree": "8.46.1" | ||||
|       }, | ||||
|       "engines": { | ||||
|         "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | ||||
| @ -2743,13 +2743,13 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@typescript-eslint/visitor-keys": { | ||||
|       "version": "8.46.2", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.46.2.tgz", | ||||
|       "integrity": "sha512-tUFMXI4gxzzMXt4xpGJEsBsTox0XbNQ1y94EwlD/CuZwFcQP79xfQqMhau9HsRc/J0cAPA/HZt1dZPtGn9V/7w==", | ||||
|       "version": "8.46.1", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.46.1.tgz", | ||||
|       "integrity": "sha512-ptkmIf2iDkNUjdeu2bQqhFPV1m6qTnFFjg7PPDjxKWaMaP0Z6I9l30Jr3g5QqbZGdw8YdYvLp+XnqnWWZOg/NA==", | ||||
|       "dev": true, | ||||
|       "license": "MIT", | ||||
|       "dependencies": { | ||||
|         "@typescript-eslint/types": "8.46.2", | ||||
|         "@typescript-eslint/types": "8.46.1", | ||||
|         "eslint-visitor-keys": "^4.2.1" | ||||
|       }, | ||||
|       "engines": { | ||||
| @ -3891,9 +3891,9 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/collect-v8-coverage": { | ||||
|       "version": "1.0.3", | ||||
|       "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.3.tgz", | ||||
|       "integrity": "sha512-1L5aqIkwPfiodaMgQunkF1zRhNqifHBmtbbbxcr6yVxxBnliw4TDOW6NxpO8DJLgJ16OT+Y4ztZqP6p/FtXnAw==", | ||||
|       "version": "1.0.2", | ||||
|       "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.2.tgz", | ||||
|       "integrity": "sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==", | ||||
|       "dev": true, | ||||
|       "license": "MIT" | ||||
|     }, | ||||
| @ -9477,9 +9477,9 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/undici-types": { | ||||
|       "version": "7.16.0", | ||||
|       "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", | ||||
|       "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", | ||||
|       "version": "7.14.0", | ||||
|       "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.14.0.tgz", | ||||
|       "integrity": "sha512-QQiYxHuyZ9gQUIrmPo3IA+hUl4KYk8uSA7cHrcKd/l3p1OTpZcM0Tbp9x7FAtXdAYhlasd60ncPpgu6ihG6TOA==", | ||||
|       "dev": true, | ||||
|       "license": "MIT" | ||||
|     }, | ||||
|  | ||||
| @ -54,11 +54,11 @@ | ||||
|     "@gradle-tech/develocity-agent": "2.0.2", | ||||
|     "@jest/globals": "30.2.0", | ||||
|     "@types/jest": "30.0.0", | ||||
|     "@types/node": "24.9.0", | ||||
|     "@types/node": "24.7.2", | ||||
|     "@types/semver": "7.7.1", | ||||
|     "@types/unzipper": "0.10.11", | ||||
|     "@types/which": "3.0.4", | ||||
|     "@typescript-eslint/eslint-plugin": "8.46.2", | ||||
|     "@typescript-eslint/eslint-plugin": "8.46.1", | ||||
|     "@vercel/ncc": "0.38.4", | ||||
|     "dedent": "1.7.0", | ||||
|     "eslint": "9.24.0", | ||||
|  | ||||
| @ -34,7 +34,7 @@ export async function setup(config: BuildScanConfig): Promise<void> { | ||||
|     // except if they are defined in the configuration
 | ||||
|     if (config.getBuildScanPublishEnabled()) { | ||||
|         maybeExportVariable('DEVELOCITY_INJECTION_ENABLED', 'true') | ||||
|         maybeExportVariable('DEVELOCITY_INJECTION_DEVELOCITY_PLUGIN_VERSION', '4.2.2') | ||||
|         maybeExportVariable('DEVELOCITY_INJECTION_DEVELOCITY_PLUGIN_VERSION', '4.2.1') | ||||
|         maybeExportVariable('DEVELOCITY_INJECTION_CCUD_PLUGIN_VERSION', '2.1') | ||||
|         maybeExportVariable('DEVELOCITY_INJECTION_TERMS_OF_USE_URL', config.getBuildScanTermsOfUseUrl()) | ||||
|         maybeExportVariable('DEVELOCITY_INJECTION_TERMS_OF_USE_AGREE', config.getBuildScanTermsOfUseAgree()) | ||||
|  | ||||
| @ -1,8 +1,4 @@ | ||||
| [ | ||||
|   { | ||||
|     "version": "9.2.0-rc-2", | ||||
|     "checksum": "423cb469ccc0ecc31f0e4e1c309976198ccb734cdcbb7029d4bda0f18f57e8d9" | ||||
|   }, | ||||
|   { | ||||
|     "version": "9.2.0-rc-1", | ||||
|     "checksum": "423cb469ccc0ecc31f0e4e1c309976198ccb734cdcbb7029d4bda0f18f57e8d9" | ||||
|  | ||||
| @ -1,5 +1,5 @@ | ||||
| plugins { | ||||
|     id "com.gradle.develocity" version "4.2.2" | ||||
|     id "com.gradle.develocity" version "4.2.1" | ||||
|     id "com.gradle.common-custom-user-data-gradle-plugin" version "2.4.0" | ||||
| } | ||||
| 
 | ||||
|  | ||||
| @ -16,7 +16,7 @@ import java.nio.file.Files | ||||
| import java.util.zip.GZIPOutputStream | ||||
| 
 | ||||
| class BaseInitScriptTest extends Specification { | ||||
|     static final String DEVELOCITY_PLUGIN_VERSION = '4.2.2' | ||||
|     static final String DEVELOCITY_PLUGIN_VERSION = '4.2.1' | ||||
|     static final String CCUD_PLUGIN_VERSION = '2.1' | ||||
| 
 | ||||
|     static final TestGradleVersion GRADLE_3_X = new TestGradleVersion(GradleVersion.version('3.5.1'), 7, 9) | ||||
|  | ||||
| @ -248,7 +248,7 @@ task expectFailure { | ||||
|         when: | ||||
|         settingsFile.text = """ | ||||
|             plugins { | ||||
|                 id 'com.gradle.develocity' version '4.2.2' apply(false) | ||||
|                 id 'com.gradle.develocity' version '4.2.1' apply(false) | ||||
|             } | ||||
|             gradle.settingsEvaluated { | ||||
|                 apply plugin: 'com.gradle.develocity' | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user