Skip to content

Commit

Permalink
updated runner version
Browse files Browse the repository at this point in the history
  • Loading branch information
rajkarkar-crest committed Sep 28, 2022
1 parent 97175ef commit 00fc9a8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ jobs:
id: run-tests
env:
ARGO_TOKEN: ${{ steps.get-argo-token.outputs.argo-token }}
uses: splunk/[email protected].1
uses: splunk/[email protected].2
with:
splunk: ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }}
test-type: ${{ env.TEST_TYPE }}
Expand Down Expand Up @@ -830,7 +830,7 @@ jobs:
id: run-tests
env:
ARGO_TOKEN: ${{ steps.get-argo-token.outputs.argo-token }}
uses: splunk/[email protected].1
uses: splunk/[email protected].2
with:
splunk: ${{ matrix.splunk.version }}
test-type: ${{ env.TEST_TYPE }}
Expand Down Expand Up @@ -987,7 +987,7 @@ jobs:
id: run-tests
env:
ARGO_TOKEN: ${{ steps.get-argo-token.outputs.argo-token }}
uses: splunk/[email protected].1
uses: splunk/[email protected].2
with:
splunk: ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }}
test-type: ${{ env.TEST_TYPE }}
Expand Down Expand Up @@ -1157,7 +1157,7 @@ jobs:
id: run-tests
env:
ARGO_TOKEN: ${{ steps.get-argo-token.outputs.argo-token }}
uses: splunk/[email protected].1
uses: splunk/[email protected].2
with:
splunk: ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }}
test-type: ${{ env.TEST_TYPE }}
Expand Down Expand Up @@ -1323,7 +1323,7 @@ jobs:
id: run-tests
env:
ARGO_TOKEN: ${{ steps.get-argo-token.outputs.argo-token }}
uses: splunk/[email protected].1
uses: splunk/[email protected].2
with:
splunk: ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }}
test-type: ${{ env.TEST_TYPE }}
Expand Down Expand Up @@ -1490,7 +1490,7 @@ jobs:
id: run-tests
env:
ARGO_TOKEN: ${{ steps.get-argo-token.outputs.argo-token }}
uses: splunk/[email protected].1
uses: splunk/[email protected].2
with:
splunk: ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }}
test-type: ${{ env.TEST_TYPE }}
Expand Down Expand Up @@ -1662,7 +1662,7 @@ jobs:
if: ${{ steps.get-escu-detections.outputs.escu-test-run == 'true' }}
env:
ARGO_TOKEN: ${{ steps.get-argo-token.outputs.argo-token }}
uses: splunk/[email protected].1
uses: splunk/[email protected].2
with:
splunk: ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }}
test-type: ${{ env.TEST_TYPE }}
Expand Down

0 comments on commit 00fc9a8

Please sign in to comment.