Skip to content

Commit

Permalink
Small tweak about what ref to checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
ljstella committed Oct 16, 2024
1 parent 7192fca commit 615ab19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/appinspect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
steps:
- name: Check out the repository code
uses: actions/checkout@v4
with:
repository: 'splunk/security_content' # hardcode this for now
ref: ${{ github.base_ref }}

- uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 615ab19

Please sign in to comment.