8383 type=ref,event=pr
8484 - name : matrix
8585 id : matrix
86- uses : splunk/addonfactory-test-matrix-action@v1.5.1
86+ uses : splunk/addonfactory-test-matrix-action@v1.6.0
8787
8888 compliance-sample-scanner :
8989 runs-on : ubuntu-latest
@@ -199,7 +199,7 @@ jobs:
199199# with:
200200# name: snyk-results
201201# path: snyk-scan_requirements.sarif
202-
202+
203203 build :
204204 name : build
205205 runs-on : ubuntu-latest
@@ -657,7 +657,7 @@ jobs:
657657 id : run-tests
658658 env :
659659 ARGO_TOKEN : ${{ steps.get-argo-token.outputs.argo-token }}
660- uses : splunk/wfe-test-runner-action@v1.5
660+ uses : splunk/wfe-test-runner-action@v1.6
661661 with :
662662 splunk : ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }}
663663 test-type : ${{ env.TEST_TYPE }}
@@ -670,6 +670,7 @@ jobs:
670670 addon-url : ${{ needs.setup.outputs.addon-upload-path }}
671671 addon-name : ${{ needs.setup.outputs.addon-name }}
672672 sc4s-version : ${{ matrix.sc4s.version }}
673+ sc4s-docker-registry : ${{ matrix.sc4s.docker_registry }}
673674 - name : Check if pod was deleted
674675 id : is-pod-deleted
675676 if : always()
@@ -826,7 +827,7 @@ jobs:
826827 id : run-tests
827828 env :
828829 ARGO_TOKEN : ${{ steps.get-argo-token.outputs.argo-token }}
829- uses : splunk/wfe-test-runner-action@v1.5
830+ uses : splunk/wfe-test-runner-action@v1.6
830831 with :
831832 splunk : ${{ matrix.splunk }}
832833 test-type : ${{ env.TEST_TYPE }}
@@ -839,6 +840,7 @@ jobs:
839840 addon-url : ${{ needs.setup.outputs.addon-upload-path }}
840841 addon-name : ${{ needs.setup.outputs.addon-name }}
841842 sc4s-version : ${{ matrix.sc4s.version }}
843+ sc4s-docker-registry : ${{ matrix.sc4s.docker_registry }}
842844 - name : Check if pod was deleted
843845 id : is-pod-deleted
844846 if : always()
@@ -982,7 +984,7 @@ jobs:
982984 id : run-tests
983985 env :
984986 ARGO_TOKEN : ${{ steps.get-argo-token.outputs.argo-token }}
985- uses : splunk/wfe-test-runner-action@v1.5
987+ uses : splunk/wfe-test-runner-action@v1.6
986988 with :
987989 splunk : ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }}
988990 test-type : ${{ env.TEST_TYPE }}
@@ -1139,7 +1141,7 @@ jobs:
11391141 id : run-tests
11401142 env :
11411143 ARGO_TOKEN : ${{ steps.get-argo-token.outputs.argo-token }}
1142- uses : splunk/wfe-test-runner-action@v1.5
1144+ uses : splunk/wfe-test-runner-action@v1.6
11431145 with :
11441146 splunk : ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }}
11451147 test-type : ${{ env.TEST_TYPE }}
0 commit comments