diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index b6e9a1f..60120ee 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -25,7 +25,8 @@ jobs: language: [ 'c' ] steps: - - uses: ./.github/actions/install-dependencies-action@DEVOPS-1244_rschardt + - uses: actions/checkout@v4 + - uses: ./.github/actions/install-dependencies-action@DEVOPS-1244_rschardt/ # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL