From eddd1d6359311fcc8c7a16b3ba436b0744c4ee7e Mon Sep 17 00:00:00 2001 From: Robert Schardt Date: Tue, 1 Oct 2024 10:21:33 +0200 Subject: [PATCH] Fix: Fix trailing slash --- .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 60120ee..e2f9268 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: ./.github/actions/install-dependencies-action@DEVOPS-1244_rschardt/ + - uses: ./.github/actions/install-dependencies-action/@DEVOPS-1244_rschardt # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL