From 2db928e06da380e9581a4f42274b4ece4121b23d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 17 Apr 2026 09:40:35 +0000 Subject: [PATCH] chore: update OpenVidu/actions to v1.0.18 --- .../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 7cb538a76..cb49da92e 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@0125dee363f943e399bf576e8e4c162fafcc5bdd # v1.0.16 + uses: OpenVidu/actions/install-safe-chain@e585b0ac266d7afffc6cba105b380ad6a477a4c0 # v1.0.18 - 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@0125dee363f943e399bf576e8e4c162fafcc5bdd # v1.0.16 + uses: OpenVidu/actions/install-safe-chain@e585b0ac266d7afffc6cba105b380ad6a477a4c0 # v1.0.18 - 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@9a2f61e73052475bd4572ce2f3a574476a37eae5 # v1.0.8 + uses: OpenVidu/actions/start-openvidu-local-deployment@e585b0ac266d7afffc6cba105b380ad6a477a4c0 # v1.0.18 - name: Start OpenVidu Call backend - uses: OpenVidu/actions/start-openvidu-call@9a2f61e73052475bd4572ce2f3a574476a37eae5 # v1.0.8 + uses: OpenVidu/actions/start-openvidu-call@e585b0ac266d7afffc6cba105b380ad6a477a4c0 # v1.0.18 - name: Build and Serve openvidu-components-angular Testapp - uses: OpenVidu/actions/start-openvidu-components-testapp@9a2f61e73052475bd4572ce2f3a574476a37eae5 # v1.0.8 + uses: OpenVidu/actions/start-openvidu-components-testapp@e585b0ac266d7afffc6cba105b380ad6a477a4c0 # v1.0.18 - name: Run Tests env: LAUNCH_MODE: CI run: npm run ${{ matrix.script }} --prefix openvidu-components-angular - name: Cleanup if: always() - uses: OpenVidu/actions/cleanup@9a2f61e73052475bd4572ce2f3a574476a37eae5 # v1.0.8 + uses: OpenVidu/actions/cleanup@e585b0ac266d7afffc6cba105b380ad6a477a4c0 # v1.0.18 diff --git a/.github/workflows/openvidu-integration-tests.yml b/.github/workflows/openvidu-integration-tests.yml index b04d8b028..276e4ba8e 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@9a2f61e73052475bd4572ce2f3a574476a37eae5 # v1.0.8 + uses: OpenVidu/actions/start-openvidu-local-deployment@e585b0ac266d7afffc6cba105b380ad6a477a4c0 # v1.0.18 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@0125dee363f943e399bf576e8e4c162fafcc5bdd # v1.0.16 + uses: OpenVidu/actions/install-safe-chain@e585b0ac266d7afffc6cba105b380ad6a477a4c0 # v1.0.18 - 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@9a2f61e73052475bd4572ce2f3a574476a37eae5 # v1.0.8 + uses: OpenVidu/actions/cleanup@e585b0ac266d7afffc6cba105b380ad6a477a4c0 # v1.0.18