From 87a79ca510899e47b352a86f0a80c7faf8ec056c Mon Sep 17 00:00:00 2001 From: arielswalker <166176736+arielswalker@users.noreply.github.com> Date: Tue, 10 Sep 2024 17:36:12 -0500 Subject: [PATCH] Update codeql-build.yml --- .github/workflows/codeql-build.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/codeql-build.yml b/.github/workflows/codeql-build.yml index 0e081a37f..0193a1f58 100644 --- a/.github/workflows/codeql-build.yml +++ b/.github/workflows/codeql-build.yml @@ -38,12 +38,6 @@ jobs: with: repository: arielswalker/cFS submodules: true - - - name: Checkout ${{ github.repository }} - uses: actions/checkout@v4 - with: - submodules: recursive - path: cfe - name: Make the Script Executable run: chmod +x ./.github/scripts/codeql.sh @@ -81,4 +75,4 @@ jobs: with: sarif_file: Codeql-${{ matrix.target }}.sarif token: ${{ secrets.GITHUB_TOKEN }} - checkout_path: cfe +