mirror of
				https://github.com/keanuplayz/TravBot-v3.git
				synced 2024-08-15 02:33:12 +00:00 
			
		
		
		
	Added CodeQL. (#5)
This commit is contained in:
		
							parent
							
								
									eed1438fb2
								
							
						
					
					
						commit
						4a6754d21e
					
				
					 2 changed files with 47 additions and 0 deletions
				
			
		
							
								
								
									
										6
									
								
								.github/codeql/codeql-config.yml
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								.github/codeql/codeql-config.yml
									
										
									
									
										vendored
									
									
										Normal file
									
								
							|  | @ -0,0 +1,6 @@ | |||
| name: "CodeQL Config" | ||||
| 
 | ||||
| queries: | ||||
|   - uses: security-and-quality | ||||
| paths: | ||||
|   - dist | ||||
							
								
								
									
										41
									
								
								.github/workflows/codeql-analysis.yml
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										41
									
								
								.github/workflows/codeql-analysis.yml
									
										
									
									
										vendored
									
									
										Normal file
									
								
							|  | @ -0,0 +1,41 @@ | |||
| name: "CodeQL" | ||||
| 
 | ||||
| on: | ||||
|   push: | ||||
|     branches: [typescript] | ||||
|   pull_request: | ||||
|     branches: [typescript] | ||||
|   schedule: | ||||
|     - cron: '0 5 * * 1' | ||||
| 
 | ||||
| jobs: | ||||
|   analyze: | ||||
|     name: Analyze | ||||
|     runs-on: ubuntu-latest | ||||
| 
 | ||||
|     steps: | ||||
|     - name: Checkout repository | ||||
|       uses: actions/checkout@v2 | ||||
|       with: | ||||
|         fetch-depth: 2 | ||||
| 
 | ||||
|     - run: git checkout HEAD^2 | ||||
|       if: ${{ github.event_name == 'pull_request' }} | ||||
| 
 | ||||
|     - name: Setup Node.JS | ||||
|       uses: actions/setup-node@v2-beta | ||||
|       with: | ||||
|         node-version: '12' | ||||
|     - run: npm ci | ||||
| 
 | ||||
|     - name: Build codebase | ||||
|       run: npm run build | ||||
| 
 | ||||
|     - name: Initialize CodeQL | ||||
|       uses: github/codeql-action/init@v1 | ||||
|       with: | ||||
|         config-file: ./.github/codeql/codeql-config.yml | ||||
|         languages: javascript | ||||
| 
 | ||||
|     - name: Perform CodeQL Analysis | ||||
|       uses: github/codeql-action/analyze@v1 | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue