diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 00a9982fab..e5bd9a2210 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -100,7 +100,7 @@ jobs: -H "X-GitHub-Api-Version: 2022-11-28" \ "https://api.github.com/repos/ONLYOFFICE/core/commits?per_page=1&path=/Common/3dParty&sha=${{ github.base_ref || github.ref_name }}" | \ jq -r '.[].sha')" >> "$GITHUB_OUTPUT" - echo "qt-key=$(cat /build_tools/tools/linux/automate.py | egrep -m1 -o "qt_source_([0-9])?.([0-9])?.([0-9])?")" >> "$GITHUB_OUTPUT" + echo "qt-key=$(cat /build/build_tools/tools/linux/automate.py | egrep -m1 -o "qt_source_([0-9])?.([0-9])?.([0-9])?")" >> "$GITHUB_OUTPUT" # Restore 3dParty from cache if cache key is match - uses: actions/cache/restore@v3