Bump runforesight/foresight-test-kit-action from 1.2.1 to 1.3.0 (#15099)
Bumps [runforesight/foresight-test-kit-action](https://github.com/runforesight/foresight-test-kit-action) from 1.2.1 to 1.3.0. - [Release notes](https://github.com/runforesight/foresight-test-kit-action/releases) - [Commits](https://github.com/runforesight/foresight-test-kit-action/compare/v1.2.1...v1.3.0) --- updated-dependencies: - dependency-name: runforesight/foresight-test-kit-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stian Thorgersen <stianst@gmail.com>
This commit is contained in:
parent
d42ace3da5
commit
f047524e14
1 changed files with 7 additions and 7 deletions
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
|
@ -84,7 +84,7 @@ jobs:
|
|||
fi
|
||||
|
||||
- name: Analyze Test and/or Coverage Results
|
||||
uses: runforesight/foresight-test-kit-action@v1.2.1
|
||||
uses: runforesight/foresight-test-kit-action@v1.3.0
|
||||
if: always() && github.repository == 'keycloak/keycloak'
|
||||
with:
|
||||
api_key: ${{ secrets.FORESIGHT_API_KEY }}
|
||||
|
@ -176,7 +176,7 @@ jobs:
|
|||
fi
|
||||
|
||||
- name: Analyze Test and/or Coverage Results
|
||||
uses: runforesight/foresight-test-kit-action@v1.2.1
|
||||
uses: runforesight/foresight-test-kit-action@v1.3.0
|
||||
if: always() && github.repository == 'keycloak/keycloak'
|
||||
with:
|
||||
api_key: ${{ secrets.FORESIGHT_API_KEY }}
|
||||
|
@ -261,7 +261,7 @@ jobs:
|
|||
exit $TEST_RESULT
|
||||
|
||||
- name: Analyze Test and/or Coverage Results
|
||||
uses: runforesight/foresight-test-kit-action@v1.2.1
|
||||
uses: runforesight/foresight-test-kit-action@v1.3.0
|
||||
if: always() && github.repository == 'keycloak/keycloak'
|
||||
with:
|
||||
api_key: ${{ secrets.FORESIGHT_API_KEY }}
|
||||
|
@ -334,7 +334,7 @@ jobs:
|
|||
exit $TEST_RESULT
|
||||
|
||||
- name: Analyze Test and/or Coverage Results
|
||||
uses: runforesight/foresight-test-kit-action@v1.2.1
|
||||
uses: runforesight/foresight-test-kit-action@v1.3.0
|
||||
if: always() && github.repository == 'keycloak/keycloak'
|
||||
with:
|
||||
api_key: ${{ secrets.FORESIGHT_API_KEY }}
|
||||
|
@ -431,7 +431,7 @@ jobs:
|
|||
exit $TEST_RESULT
|
||||
|
||||
- name: Analyze Test and/or Coverage Results
|
||||
uses: runforesight/foresight-test-kit-action@v1.2.1
|
||||
uses: runforesight/foresight-test-kit-action@v1.3.0
|
||||
if: always() && github.repository == 'keycloak/keycloak'
|
||||
with:
|
||||
api_key: ${{ secrets.FORESIGHT_API_KEY }}
|
||||
|
@ -492,7 +492,7 @@ jobs:
|
|||
exit $TEST_RESULT
|
||||
|
||||
- name: Analyze Test and/or Coverage Results
|
||||
uses: runforesight/foresight-test-kit-action@v1.2.1
|
||||
uses: runforesight/foresight-test-kit-action@v1.3.0
|
||||
if: always() && github.repository == 'keycloak/keycloak'
|
||||
with:
|
||||
api_key: ${{ secrets.FORESIGHT_API_KEY }}
|
||||
|
@ -561,7 +561,7 @@ jobs:
|
|||
exit $TEST_RESULT
|
||||
|
||||
- name: Analyze Test and/or Coverage Results
|
||||
uses: runforesight/foresight-test-kit-action@v1.2.1
|
||||
uses: runforesight/foresight-test-kit-action@v1.3.0
|
||||
if: always() && github.repository == 'keycloak/keycloak'
|
||||
with:
|
||||
api_key: ${{ secrets.FORESIGHT_API_KEY }}
|
||||
|
|
Loading…
Reference in a new issue