From 82d7ca808eec6e7f9334ed5ca1ea4c867cd16d9e Mon Sep 17 00:00:00 2001 From: Jannik Pulfer Date: Fri, 23 Aug 2024 13:04:56 +0200 Subject: [PATCH] Use correct ref in test pipeline --- .github/workflows/validate-formatting-action-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate-formatting-action-test.yml b/.github/workflows/validate-formatting-action-test.yml index c5584a520..ca0d22bb6 100644 --- a/.github/workflows/validate-formatting-action-test.yml +++ b/.github/workflows/validate-formatting-action-test.yml @@ -9,7 +9,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - ref: 774df1c7a71bdca0191d72cd93ecdd34de381b8b + ref: 3cee12f8288096079d22043411b2a194d3c194df - name: Set up JDK 21 uses: actions/setup-java@v4 @@ -26,7 +26,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Store short commit hash - run: echo "SHORT_COMMIT_HASH=774df1c" >> $GITHUB_ENV + run: echo "SHORT_COMMIT_HASH=3cee12f" >> $GITHUB_ENV - name: Store semver version run: echo "SEMVER_VERSION=0.0.1" >> $GITHUB_ENV