From 4fbea79e9a501afd815fefa12ca588e838a551bd Mon Sep 17 00:00:00 2001 From: JLBuenoLopez-eProsima Date: Tue, 9 May 2023 10:37:43 +0200 Subject: [PATCH] Refs #18503: use eProsima CI external actions [draft] Signed-off-by: JLBuenoLopez-eProsima --- .github/workflows/update_dependencies.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update_dependencies.yaml b/.github/workflows/update_dependencies.yaml index 6acd715..f5eac95 100644 --- a/.github/workflows/update_dependencies.yaml +++ b/.github/workflows/update_dependencies.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: eProsima-CI/external/checkout@v0.3 - id: list-branches run: echo "branches=$(python3 .github/workflows/list_branches.py --token ${{ secrets.RICHIPROSIMA_DDS_SUITE_TOKEN }})" >> $GITHUB_OUTPUT @@ -26,7 +26,7 @@ jobs: tracked_branch: ${{ fromJson(needs.list-branches.outputs.branches) }} steps: - - uses: actions/checkout@v3 + - uses: eProsima-CI/external/checkout@v0.3 with: ref: ${{ matrix.tracked_branch }} @@ -50,7 +50,7 @@ jobs: --output_file dds-suite.repos)" >> $GITHUB_OUTPUT - name: Create pull request - uses: peter-evans/create-pull-request@v4 + uses: eProsima-CI/external/create-pull-request@feature/mirror-create-pr-external-actions with: token: ${{ secrets.RICHIPROSIMA_DDS_SUITE_TOKEN }} committer: eProsima