From abe6907bd446c5f191bc5bb30fbe008dd439deb8 Mon Sep 17 00:00:00 2001 From: Jukka Laitinen Date: Wed, 27 Sep 2023 15:45:41 +0300 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index fdb8cc43da8f5..b7b2b07cd95f3 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -51,7 +51,7 @@ jobs: uses: actions/checkout@v3 with: repository: 'git@github.com:tiiuae/incubator-nuttx-apps.git' - path: '../apps' + path: 'apps' # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL