From a3047ad952fbc10af9455bd161efe66d310d6eaf Mon Sep 17 00:00:00 2001 From: havencarlson Date: Fri, 10 Jun 2022 11:44:50 -0400 Subject: [PATCH] Fix #487, force remove old submodule directory in CodeQL workflow --- .github/workflows/codeql-reusable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-reusable.yml b/.github/workflows/codeql-reusable.yml index 091df690e..cb8d97183 100644 --- a/.github/workflows/codeql-reusable.yml +++ b/.github/workflows/codeql-reusable.yml @@ -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 }}