File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1111jobs :
1212  zarn :
1313    name : Security Static Analysis with ZARN 
14-     runs-on : ubuntu-20.04  
14+     runs-on : ubuntu-latest  
1515    steps :
1616    - name : Checkout code 
1717      uses : actions/checkout@v4 
2222    - name : Send result to Github Security 
2323      uses : github/codeql-action/upload-sarif@v3 
2424      with :
25-         sarif_file : result.sarif 
25+         sarif_file : result.sarif 
Original file line number Diff line number Diff line change @@ -3,10 +3,12 @@ package Nipe::Engine::Start {
33	use  warnings;
44	use  Nipe::Utils::Device;
55	use  Nipe::Utils::Status;
6+     use  Nipe::Engine::Stop;
67
78	our  $VERSION  = ' 0.0.5' 
89
910	sub  new  {
11+         my  $stop          = Nipe::Engine::Stop ->  new();
1012		my  %device        = Nipe::Utils::Device ->  new();
1113		my  $dnsPort       = ' 9061' 
1214		my  $transferPort  = ' 9051' 
@@ -84,4 +86,4 @@ package Nipe::Engine::Start {
8486	}
8587}
8688
87- 1;
89+ 1;
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments