Skip to content

Commit

Permalink
Fetch submodule branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan-Wilson committed Jul 9, 2024
1 parent 5a2e013 commit 919b737
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/submodule-pin-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive

- name: Check all submodules are under origin/HEAD
- name: Check all submodules are ancestors of origin/HEAD or configured branch
run: ${{ github.workspace }}/.github/workflows/submodule-pin-check.sh

0 comments on commit 919b737

Please sign in to comment.