Skip to content

Commit

Permalink
build(jfrog): add missing checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
parfeon committed Feb 21, 2024
1 parent 3bf61db commit 1fc4a71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/frogbot-scan-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/frogbot-scan-repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 1fc4a71

Please sign in to comment.