File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
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
5353 - uses : apache/skywalking-eyes@v0.6.0
5454
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
6767 SEMGREP_KEY : ${{ secrets.SEMGREP_PUBLISH_TOKEN }}
6868
6969 test-splunk-unit :
70- runs-on : ubuntu-latest
70+ runs-on : ubuntu-22.04
7171 steps :
7272 - uses : actions/checkout@v4
7373 with :
8080
8181
8282 test-splunk-external :
83- runs-on : ubuntu-latest
83+ runs-on : ubuntu-22.04
8484 needs :
8585 - meta
8686 - pre-commit
You can’t perform that action at this time.
0 commit comments