From 990e897a78ac851c898d46069d92a48138c12aee Mon Sep 17 00:00:00 2001 From: Thomas Neidhart Date: Mon, 22 Jan 2024 21:36:32 +0100 Subject: [PATCH] Use otterdog from eclipse-csi --- .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