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: