Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	Set target system to Ubuntu
Browse files
    	
        .github/workflows/codeql.yml
    CHANGED
    
    | @@ -27,7 +27,7 @@ jobs: | |
| 27 | 
             
                #   - https://gh.io/supported-runners-and-hardware-resources
         | 
| 28 | 
             
                #   - https://gh.io/using-larger-runners (GitHub.com only)
         | 
| 29 | 
             
                # Consider using larger runners or machines with greater resources for possible analysis time improvements.
         | 
| 30 | 
            -
                runs-on:  | 
| 31 | 
             
                permissions:
         | 
| 32 | 
             
                  # required for all workflows
         | 
| 33 | 
             
                  security-events: write
         | 
|  | |
| 27 | 
             
                #   - https://gh.io/supported-runners-and-hardware-resources
         | 
| 28 | 
             
                #   - https://gh.io/using-larger-runners (GitHub.com only)
         | 
| 29 | 
             
                # Consider using larger runners or machines with greater resources for possible analysis time improvements.
         | 
| 30 | 
            +
                runs-on: ubuntu-latest
         | 
| 31 | 
             
                permissions:
         | 
| 32 | 
             
                  # required for all workflows
         | 
| 33 | 
             
                  security-events: write
         |