mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-29 22:47:42 +00:00 
			
		
		
		
	Merge pull request #6085 from turrisxyz/Dependency-GitHub
This commit is contained in:
		
							
								
								
									
										14
									
								
								.github/workflows/depsreview.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								.github/workflows/depsreview.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,14 @@ | |||||||
|  | name: 'Dependency Review' | ||||||
|  | on: [pull_request] | ||||||
|  |  | ||||||
|  | permissions: | ||||||
|  |   contents: read | ||||||
|  |  | ||||||
|  | jobs: | ||||||
|  |   dependency-review: | ||||||
|  |     runs-on: ubuntu-latest | ||||||
|  |     steps: | ||||||
|  |       - name: 'Checkout Repository' | ||||||
|  |         uses: actions/checkout@v3 | ||||||
|  |       - name: 'Dependency Review' | ||||||
|  |         uses: actions/dependency-review-action@v1 | ||||||
		Reference in New Issue
	
	Block a user