From 8bcf08cf80cfce82905a0520841f2edbf022b2e5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 21 Apr 2026 20:21:39 +0000 Subject: [PATCH] chore: update OpenVidu/actions to v1.0.19 --- .../workflows/openvidu-components-angular-tests.yml | 12 ++++++------ .github/workflows/openvidu-integration-tests.yml | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/openvidu-components-angular-tests.yml b/.github/workflows/openvidu-components-angular-tests.yml index cb49da92e..56b23ffec 100644 --- a/.github/workflows/openvidu-components-angular-tests.yml +++ b/.github/workflows/openvidu-components-angular-tests.yml @@ -35,7 +35,7 @@ jobs: with: node-version: ${{ env.NODE_VERSION }} - name: Install safe-chain - uses: OpenVidu/actions/install-safe-chain@e585b0ac266d7afffc6cba105b380ad6a477a4c0 # v1.0.18 + uses: OpenVidu/actions/install-safe-chain@58e9bb7b49e14849ee3cde9b532c4af48fe1d827 # v1.0.19 - name: Commit URL run: echo https://github.com/OpenVidu/openvidu/commit/${{ inputs.commit_sha || github.sha }} - name: Send Dispatch Event @@ -96,7 +96,7 @@ jobs: with: node-version: ${{ env.NODE_VERSION }} - name: Install safe-chain - uses: OpenVidu/actions/install-safe-chain@e585b0ac266d7afffc6cba105b380ad6a477a4c0 # v1.0.18 + uses: OpenVidu/actions/install-safe-chain@58e9bb7b49e14849ee3cde9b532c4af48fe1d827 # v1.0.19 - name: Install wait-on package run: npm install -g wait-on - name: Run Chrome @@ -107,15 +107,15 @@ jobs: docker run --network=host -d -p 4444:4444 ${{ env.CHROME_IMAGE }} fi - name: Run openvidu-local-deployment - uses: OpenVidu/actions/start-openvidu-local-deployment@e585b0ac266d7afffc6cba105b380ad6a477a4c0 # v1.0.18 + uses: OpenVidu/actions/start-openvidu-local-deployment@58e9bb7b49e14849ee3cde9b532c4af48fe1d827 # v1.0.19 - name: Start OpenVidu Call backend - uses: OpenVidu/actions/start-openvidu-call@e585b0ac266d7afffc6cba105b380ad6a477a4c0 # v1.0.18 + uses: OpenVidu/actions/start-openvidu-call@58e9bb7b49e14849ee3cde9b532c4af48fe1d827 # v1.0.19 - name: Build and Serve openvidu-components-angular Testapp - uses: OpenVidu/actions/start-openvidu-components-testapp@e585b0ac266d7afffc6cba105b380ad6a477a4c0 # v1.0.18 + uses: OpenVidu/actions/start-openvidu-components-testapp@58e9bb7b49e14849ee3cde9b532c4af48fe1d827 # v1.0.19 - name: Run Tests env: LAUNCH_MODE: CI run: npm run ${{ matrix.script }} --prefix openvidu-components-angular - name: Cleanup if: always() - uses: OpenVidu/actions/cleanup@e585b0ac266d7afffc6cba105b380ad6a477a4c0 # v1.0.18 + uses: OpenVidu/actions/cleanup@58e9bb7b49e14849ee3cde9b532c4af48fe1d827 # v1.0.19 diff --git a/.github/workflows/openvidu-integration-tests.yml b/.github/workflows/openvidu-integration-tests.yml index 276e4ba8e..1c6d9e4a9 100644 --- a/.github/workflows/openvidu-integration-tests.yml +++ b/.github/workflows/openvidu-integration-tests.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Configure OpenVidu Local Deployment - uses: OpenVidu/actions/start-openvidu-local-deployment@e585b0ac266d7afffc6cba105b380ad6a477a4c0 # v1.0.18 + uses: OpenVidu/actions/start-openvidu-local-deployment@58e9bb7b49e14849ee3cde9b532c4af48fe1d827 # v1.0.19 with: ref-openvidu-local-deployment: development pre_startup_commands: | @@ -35,7 +35,7 @@ jobs: with: node-version: 24 - name: Install safe-chain - uses: OpenVidu/actions/install-safe-chain@e585b0ac266d7afffc6cba105b380ad6a477a4c0 # v1.0.18 + uses: OpenVidu/actions/install-safe-chain@58e9bb7b49e14849ee3cde9b532c4af48fe1d827 # v1.0.19 - name: Install dependencies working-directory: ./openvidu/openvidu-test-integration @@ -54,5 +54,5 @@ jobs: retention-days: 7 - name: Cleanup if: always() - uses: OpenVidu/actions/cleanup@e585b0ac266d7afffc6cba105b380ad6a477a4c0 # v1.0.18 + uses: OpenVidu/actions/cleanup@58e9bb7b49e14849ee3cde9b532c4af48fe1d827 # v1.0.19