Skip to content

Commit

Permalink
Merge pull request #501 from havencarlson/main
Browse files Browse the repository at this point in the history
Fix #487, force remove old submodule directory in CodeQL workflow
  • Loading branch information
astrogeco committed Jun 16, 2022
2 parents 561b128 + a3047ad commit e158073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
git log -1 --pretty=oneline
git submodule
rm -r .git
rm -r ${{ inputs.component-path }}
rm -rf ${{ inputs.component-path }}
ln -s ${{github.workspace}} ${{ inputs.component-path }}
Expand Down

0 comments on commit e158073

Please sign in to comment.