mirror of
				https://github.com/actions/upload-artifact.git
				synced 2025-10-31 23:43:43 +00:00 
			
		
		
		
	update cache
This commit is contained in:
		
							parent
							
								
									395fc076c8
								
							
						
					
					
						commit
						e9322adf31
					
				
							
								
								
									
										2
									
								
								dist/merge/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/merge/index.js
									
									
									
									
										vendored
									
									
								
							| @ -5622,7 +5622,7 @@ class ArtifactHttpClient { | |||||||
|     maskSigUrl(url, urlType) { |     maskSigUrl(url, urlType) { | ||||||
|         const sigIndex = url.indexOf('sig='); |         const sigIndex = url.indexOf('sig='); | ||||||
|         if (sigIndex !== -1) { |         if (sigIndex !== -1) { | ||||||
|             const sigValue = url.substring(sigIndex + 4).split('&')[0]; |             const sigValue = url.substring(sigIndex + 4); | ||||||
|             (0, core_1.setSecret)(sigValue); |             (0, core_1.setSecret)(sigValue); | ||||||
|             const maskedUrl = `${url.substring(0, sigIndex + 4)}***`; |             const maskedUrl = `${url.substring(0, sigIndex + 4)}***`; | ||||||
|             (0, core_1.debug)(`Masked ${urlType}: ${maskedUrl}`); |             (0, core_1.debug)(`Masked ${urlType}: ${maskedUrl}`); | ||||||
|  | |||||||
							
								
								
									
										2
									
								
								dist/upload/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/upload/index.js
									
									
									
									
										vendored
									
									
								
							| @ -5622,7 +5622,7 @@ class ArtifactHttpClient { | |||||||
|     maskSigUrl(url, urlType) { |     maskSigUrl(url, urlType) { | ||||||
|         const sigIndex = url.indexOf('sig='); |         const sigIndex = url.indexOf('sig='); | ||||||
|         if (sigIndex !== -1) { |         if (sigIndex !== -1) { | ||||||
|             const sigValue = url.substring(sigIndex + 4).split('&')[0]; |             const sigValue = url.substring(sigIndex + 4); | ||||||
|             (0, core_1.setSecret)(sigValue); |             (0, core_1.setSecret)(sigValue); | ||||||
|             const maskedUrl = `${url.substring(0, sigIndex + 4)}***`; |             const maskedUrl = `${url.substring(0, sigIndex + 4)}***`; | ||||||
|             (0, core_1.debug)(`Masked ${urlType}: ${maskedUrl}`); |             (0, core_1.debug)(`Masked ${urlType}: ${maskedUrl}`); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user