From e410fb0b246a2c2a9bb32f5c2730f962a5af6441 Mon Sep 17 00:00:00 2001 From: Rodolphe Fontaine <30529563+Rodi26@users.noreply.github.com> Date: Thu, 17 Oct 2024 18:22:44 +0200 Subject: [PATCH] update scan --- .github/workflows/frogbot-scan-repository.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/frogbot-scan-repository.yml b/.github/workflows/frogbot-scan-repository.yml index 25ec9e2ea..fd848885d 100644 --- a/.github/workflows/frogbot-scan-repository.yml +++ b/.github/workflows/frogbot-scan-repository.yml @@ -18,8 +18,6 @@ jobs: # The repository scanning will be triggered periodically on the following branches. branch: ["main"] steps: - - name: checkout Git repository - uses: actions/checkout@v4 - name: Set up JDK 21 uses: actions/setup-java@v4 with: