Skip to content

Commit

Permalink
include submodule updating
Browse files Browse the repository at this point in the history
  • Loading branch information
tposejank committed Jun 26, 2024
1 parent 8deef86 commit fb1760c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 33 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ jobs:
with:
submodules: 'recursive'

# Update references
- name: Git Submodule Update
run: |
git pull --recurse-submodules
git submodule update --remote --recursive
- name: Commit changes to submodule
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Update submodule

- name: Set up Python
uses: actions/setup-python@v2
with:
Expand Down
33 changes: 0 additions & 33 deletions .github/workflows/submodules.yml

This file was deleted.

0 comments on commit fb1760c

Please sign in to comment.