From 9de166d594ffcb969cea25a73fd02ab68216c23f Mon Sep 17 00:00:00 2001 From: Rodolphe Fontaine <30529563+Rodi26@users.noreply.github.com> Date: Thu, 17 Oct 2024 12:39:07 +0200 Subject: [PATCH] force java 21 --- .github/workflows/frogbot-scan-repository.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/frogbot-scan-repository.yml b/.github/workflows/frogbot-scan-repository.yml index 965ec1737..25ec9e2ea 100644 --- a/.github/workflows/frogbot-scan-repository.yml +++ b/.github/workflows/frogbot-scan-repository.yml @@ -20,6 +20,11 @@ jobs: steps: - name: checkout Git repository uses: actions/checkout@v4 + - name: Set up JDK 21 + uses: actions/setup-java@v4 + with: + distribution: 'temurin' # See 'Supported distributions' for available options + java-version: '21' - uses: jfrog/frogbot@v2.9.2 env: # [Mandatory]