File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ concurrency:
1515
1616jobs :
1717  meta :
18-     runs-on : ubuntu-latest  
18+     runs-on : ubuntu-22.04  
1919    outputs :
2020      matrix_supportedSplunk : ${{ steps.matrix.outputs.supportedSplunk }} 
2121    steps :
2525
2626  fossa-scan :
2727    continue-on-error : true 
28-     runs-on : ubuntu-latest  
28+     runs-on : ubuntu-22.04  
2929    steps :
3030      - uses : actions/checkout@v4 
3131      - name : run fossa anlyze and create report 
@@ -47,13 +47,13 @@ jobs:
4747          FOSSA_API_KEY : ${{ secrets.FOSSA_API_KEY }} 
4848
4949  compliance-copyrights :
50-     runs-on : ubuntu-latest  
50+     runs-on : ubuntu-22.04  
5151    steps :
5252      - uses : actions/checkout@v4 
53535454
5555  pre-commit :
56-     runs-on : ubuntu-latest  
56+     runs-on : ubuntu-22.04  
5757    steps :
5858      - uses : actions/checkout@v4 
5959      - uses : actions/setup-python@v5 
6262      - 
uses : 
pre-commit/[email protected]  6363
6464  semgrep :
65-     runs-on : ubuntu-latest  
65+     runs-on : ubuntu-22.04  
6666    name : security-sast-semgrep 
6767    steps :
6868      - uses : actions/checkout@v4 
7272          publishToken : ${{ secrets.SEMGREP_PUBLISH_TOKEN }} 
7373
7474  test-splunk-unit :
75-     runs-on : ubuntu-latest  
75+     runs-on : ubuntu-22.04  
7676    steps :
7777      - uses : actions/checkout@v4 
7878        with :
8585
8686
8787test-splunk-external :
88-     runs-on : ubuntu-latest  
88+     runs-on : ubuntu-22.04  
8989    needs :
9090      - meta 
9191      - pre-commit 
@@ -137,7 +137,7 @@ jobs:
137137      - fossa-scan 
138138      - compliance-copyrights 
139139      - test-splunk-unit 
140-     runs-on : ubuntu-latest  
140+     runs-on : ubuntu-22.04  
141141    strategy :
142142      fail-fast : false 
143143      matrix :
@@ -171,7 +171,7 @@ jobs:
171171    needs :
172172      - test-splunk-external 
173173      - test-splunk-matrix 
174-     runs-on : ubuntu-latest  
174+     runs-on : ubuntu-22.04  
175175    steps :
176176      - uses : actions/checkout@v4 
177177        with :
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments