From: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Tue, 7 Mar 2023 17:24:56 +0000 (-0700) Subject: use jfrog docker repo and ninja for codeql. (#1030) X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~1^2~109^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a8db69b51c0f4fa86fbd531d49a22671db2c111a;p=gpsbabel.git use jfrog docker repo and ninja for codeql. (#1030) --- diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 63e5f675d..079144551 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -26,7 +26,10 @@ jobs: analyze: name: Analyze runs-on: ubuntu-latest - container: tsteven4/gpsbabel_build_environment_focal + container: + image: gpsbabel-docker.jfrog.io/tsteven4/gpsbabel_build_environment_focal + env: + CMAKE_GENERATOR: Ninja strategy: fail-fast: false