|
23 | 23 | required: false
|
24 | 24 | description: "branch for k8s manifests to run the tests on"
|
25 | 25 | type: string
|
26 |
| - default: "v3.0.0" |
| 26 | + default: "v3.0.2" |
27 | 27 | secrets:
|
28 | 28 | GH_TOKEN_ADMIN:
|
29 | 29 | description: Github admin token
|
@@ -190,7 +190,7 @@ jobs:
|
190 | 190 | submodules: false
|
191 | 191 | persist-credentials: false
|
192 | 192 | - id: matrix
|
193 |
| - uses: splunk/addonfactory-test-matrix-action@v1.13 |
| 193 | + uses: splunk/addonfactory-test-matrix-action@v2.0.0 |
194 | 194 | - name: Combined Splunk and SC4S Versions
|
195 | 195 | id: combined_Splunkmatrix
|
196 | 196 | run: |
|
@@ -265,7 +265,7 @@ jobs:
|
265 | 265 | fetch-depth: "0"
|
266 | 266 | ref: ${{ github.head_ref }}
|
267 | 267 | - name: Secret Scanning Trufflehog
|
268 |
| - uses: trufflesecurity/trufflehog@v3.77.0 |
| 268 | + uses: trufflesecurity/trufflehog@v3.78.0 |
269 | 269 | with:
|
270 | 270 | extra_args: -x .github/workflows/exclude-patterns.txt --json --only-verified
|
271 | 271 | version: 3.77.0
|
@@ -911,7 +911,7 @@ jobs:
|
911 | 911 | sc4s: ${{ fromJson(needs.meta.outputs.matrix_supportedSC4S) }}
|
912 | 912 |
|
913 | 913 | container:
|
914 |
| - image: ghcr.io/splunk/workflow-engine-base:4.0.0 |
| 914 | + image: ghcr.io/splunk/workflow-engine-base:4.1.0 |
915 | 915 | env:
|
916 | 916 | ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
|
917 | 917 | ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
|
@@ -1144,7 +1144,7 @@ jobs:
|
1144 | 1144 | sc4s: ${{ fromJson(needs.meta.outputs.matrix_supportedSC4S) }}
|
1145 | 1145 |
|
1146 | 1146 | container:
|
1147 |
| - image: ghcr.io/splunk/workflow-engine-base:4.0.0 |
| 1147 | + image: ghcr.io/splunk/workflow-engine-base:4.1.0 |
1148 | 1148 | env:
|
1149 | 1149 | ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
|
1150 | 1150 | ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
|
@@ -1356,7 +1356,7 @@ jobs:
|
1356 | 1356 | vendor-version: ${{ fromJson(needs.meta.outputs.matrix_supportedUIVendors) }}
|
1357 | 1357 | marker: ${{ fromJson(inputs.ui_marker) }}
|
1358 | 1358 | container:
|
1359 |
| - image: ghcr.io/splunk/workflow-engine-base:4.0.0 |
| 1359 | + image: ghcr.io/splunk/workflow-engine-base:4.1.0 |
1360 | 1360 | env:
|
1361 | 1361 | ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
|
1362 | 1362 | ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
|
@@ -1589,7 +1589,7 @@ jobs:
|
1589 | 1589 | vendor-version: ${{ fromJson(needs.meta.outputs.matrix_supportedModinputFunctionalVendors) }}
|
1590 | 1590 | marker: ${{ fromJson(inputs.marker) }}
|
1591 | 1591 | container:
|
1592 |
| - image: ghcr.io/splunk/workflow-engine-base:4.0.0 |
| 1592 | + image: ghcr.io/splunk/workflow-engine-base:4.1.0 |
1593 | 1593 | env:
|
1594 | 1594 | ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
|
1595 | 1595 | ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
|
@@ -1818,7 +1818,7 @@ jobs:
|
1818 | 1818 | splunk: ${{ fromJson(needs.meta.outputs.matrix_combinedSplunkversion) }}
|
1819 | 1819 | os: [ "ubuntu:14.04", "ubuntu:16.04","ubuntu:18.04","ubuntu:22.04", "centos:7", "redhat:8.0", "redhat:8.2", "redhat:8.3", "redhat:8.4", "redhat:8.5" ]
|
1820 | 1820 | container:
|
1821 |
| - image: ghcr.io/splunk/workflow-engine-base:4.0.0 |
| 1821 | + image: ghcr.io/splunk/workflow-engine-base:4.1.0 |
1822 | 1822 | env:
|
1823 | 1823 | ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
|
1824 | 1824 | ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
|
|
0 commit comments