diff --git a/.github/workflows/frogbot-scan-pull-request.yml b/.github/workflows/frogbot-scan-pull-request.yml index cf274ab6c..76ea633fc 100644 --- a/.github/workflows/frogbot-scan-pull-request.yml +++ b/.github/workflows/frogbot-scan-pull-request.yml @@ -12,6 +12,8 @@ jobs: # "frogbot" GitHub environment can approve the pull request to be scanned. environment: frogbot steps: + - name: Checkout repository + uses: actions/checkout@v3 - uses: jfrog/frogbot@v2 env: JF_URL: ${{ secrets.JF_URL }} diff --git a/.github/workflows/frogbot-scan-repository.yml b/.github/workflows/frogbot-scan-repository.yml index f18dc4b99..676cc601f 100644 --- a/.github/workflows/frogbot-scan-repository.yml +++ b/.github/workflows/frogbot-scan-repository.yml @@ -16,6 +16,8 @@ jobs: # The repository scanning will be triggered periodically on the following branches. branch: ["master"] steps: + - name: Checkout repository + uses: actions/checkout@v3 - uses: jfrog/frogbot@v2 env: JF_URL: ${{ secrets.JF_URL }}