From 5d0a693e90524c337f088f91aa0e9432153c5d39 Mon Sep 17 00:00:00 2001 From: "eclipse-otterdog[bot]" <158182605+eclipse-otterdog[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 17:55:56 +0100 Subject: [PATCH] Pinning workflow .github/workflows/deploy-maven-site.yml (#575) Co-authored-by: eclipse-otterdog[bot] <158182605+eclipse-otterdog[bot]@users.noreply.github.com> --- .github/workflows/deploy-maven-site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-maven-site.yml b/.github/workflows/deploy-maven-site.yml index 6d957bd4..c803d7f3 100644 --- a/.github/workflows/deploy-maven-site.yml +++ b/.github/workflows/deploy-maven-site.yml @@ -22,7 +22,7 @@ jobs: - name: Setup Pages uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0 - name: Set up JDK 17 - uses: actions/setup-java@v4 + uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0 with: java-version: '17' distribution: 'temurin'