File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ permissions:
2323jobs :
2424 workflow_approval :
2525 name : Approve workflow
26- runs-on : ubuntu-latest
26+ runs-on : ubuntu-24.04
2727 environment : workflow-approval
2828 steps :
2929 - name : Approve workflow
3030 run : echo For security reasons, all pull requests need to be approved first before running any automated CI.
3131
3232 fossa-scan :
3333 continue-on-error : true
34- runs-on : ubuntu-latest
34+ runs-on : ubuntu-24.04
3535 needs :
3636 - workflow_approval
3737 steps :
5959 FOSSA_API_KEY : ${{ secrets.FOSSA_API_KEY }}
6060
6161 semgrep :
62- runs-on : ubuntu-latest
62+ runs-on : ubuntu-24.04
6363 needs :
6464 - workflow_approval
6565 name : security-sast-semgrep
8888
8989 build-unit-test :
9090 name : build and run unit test
91- runs-on : ubuntu-latest
91+ runs-on : ubuntu-24.04
9292 needs :
9393 - workflow_approval
9494 steps :
@@ -150,8 +150,8 @@ jobs:
150150 confluent_major_version : " 7.9"
151151 confluent_package_version : " 7.9.2"
152152 env :
153- CI_SPLUNK_VERSION : " 9 .0.2 "
154- CI_SPLUNK_FILENAME : splunk-9 .0.2-17e00c557dc1-Linux-x86_64 .tgz
153+ CI_SPLUNK_VERSION : " 10 .0.0 "
154+ CI_SPLUNK_FILENAME : splunk-10 .0.0-e8eb0c4654f8-linux-amd64 .tgz
155155 CI_SPLUNK_HOST : 127.0.0.1
156156 CI_SPLUNK_PORT : 8089
157157 CI_SPLUNK_USERNAME : admin
@@ -173,7 +173,7 @@ jobs:
173173
174174 - name : Install Splunk
175175 run : |
176- cd /opt && wget -O $CI_SPLUNK_FILENAME 'https://d7wz6hmoaavd0.cloudfront.net /products/splunk/releases/'$CI_SPLUNK_VERSION'/linux/'$CI_SPLUNK_FILENAME''
176+ cd /opt && wget -O $CI_SPLUNK_FILENAME 'https://download.splunk.com /products/splunk/releases/'$CI_SPLUNK_VERSION'/linux/'$CI_SPLUNK_FILENAME''
177177 sudo tar xzvf $CI_SPLUNK_FILENAME
178178 # Set user seed
179179 hashed_pwd=$(sudo /opt/splunk/bin/splunk hash-passwd $CI_SPLUNK_PASSWORD)
You can’t perform that action at this time.
0 commit comments