From 8a004a2cdd21aca00df73e7548d2ff2c1e7e2d32 Mon Sep 17 00:00:00 2001 From: eclipse-embed-cdt-bot <70755217+eclipse-embed-cdt-bot@users.noreply.github.com> Date: Mon, 22 Jan 2024 21:44:57 +0100 Subject: [PATCH] Updating file '.github/workflows/validate.yml' with otterdog. --- .github/workflows/validate.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 3d6cdf2..40c5a30 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -15,8 +15,11 @@ jobs: if: ${{ !contains (github.repository, '/.eclipsefdn-template') }} runs-on: ubuntu-latest steps: - - name: Checkout OtterDog - run: git clone https://gitlab.eclipse.org/eclipsefdn/security/otterdog.git + - name: Checkout eclipse-csi/otterdog + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + with: + repository: eclipse-csi/otterdog + path: otterdog - name: Checkout EclipseFdn/otterdog-configs uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1