You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							14 lines
						
					
					
						
							372 B
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							14 lines
						
					
					
						
							372 B
						
					
					
				
								name: 'Dependency Review'
							 | 
						|
								on: [pull_request]
							 | 
						|
								
							 | 
						|
								permissions:
							 | 
						|
								  contents: read
							 | 
						|
								
							 | 
						|
								jobs:
							 | 
						|
								  dependency-review:
							 | 
						|
								    runs-on: ubuntu-latest
							 | 
						|
								    steps:
							 | 
						|
								      - name: 'Checkout Repository'
							 | 
						|
								        uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
							 | 
						|
								      - name: 'Dependency Review'
							 | 
						|
								        uses: actions/dependency-review-action@40c09b7dc99638e5ddb0bfd91c1673effc064d8a
							 |