Skip to content

Commit 4340e78

Browse files
committed
Update Splunk version; change image
1 parent b2336aa commit 4340e78

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci_build_test.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ permissions:
2323
jobs:
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:
@@ -59,7 +59,7 @@ jobs:
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
@@ -88,7 +88,7 @@ jobs:
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)

0 commit comments

Comments
 (0)