From 4bcfd1146b83a05a4bf969aa61c85aed5316c618 Mon Sep 17 00:00:00 2001 From: havencarlson Date: Fri, 10 Jun 2022 11:44:50 -0400 Subject: [PATCH] Fix nasa#487, added -f to rm for the components --- .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 }}