From 3ed369cf1eeb8716ff91f5f540d007eb228ef512 Mon Sep 17 00:00:00 2001 From: mkolasinski-splunk Date: Tue, 10 Oct 2023 12:09:52 +0200 Subject: [PATCH] chore: update addonfactory-test-matrix action to v1.11 --- .github/workflows/reusable-build-test-release.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/reusable-build-test-release.yml b/.github/workflows/reusable-build-test-release.yml index 1aeb77de1..89bd916f7 100644 --- a/.github/workflows/reusable-build-test-release.yml +++ b/.github/workflows/reusable-build-test-release.yml @@ -265,8 +265,8 @@ jobs: type=ref,event=pr - name: matrix id: matrix - uses: splunk/addonfactory-test-matrix-action@feat/add-unreleased-splunk - + uses: splunk/addonfactory-test-matrix-action@v1.11 + fossa-scan: runs-on: ubuntu-latest needs: @@ -1175,8 +1175,6 @@ jobs: - name: pull logs from s3 bucket if: ${{ !cancelled() }} run: | - echo "matrix.splunk.version" - echo ${{ matrix.splunk.version }} # shellcheck disable=SC2157 if [ -z "${{ steps.retry-wf.outputs.workflow-name }}" ]; then WORKFLOW_NAME=${{ steps.run-tests.outputs.workflow-name }}