Module: kamailio Branch: master Commit: 4cbcec438c0a6a8ba4899ef4d9e9511acde33de6 URL: https://github.com/kamailio/kamailio/commit/4cbcec438c0a6a8ba4899ef4d9e9511acde33de6
Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org> Date: 2024-12-10T19:31:07+01:00 github: execute codeql on pkg-kamailio-docker container [skip ci] --- Modified: .github/workflows/codeql.yml --- Diff: https://github.com/kamailio/kamailio/commit/4cbcec438c0a6a8ba4899ef4d9e9511acde33de6.diff Patch: https://github.com/kamailio/kamailio/commit/4cbcec438c0a6a8ba4899ef4d9e9511acde33de6.patch --- diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 0328ba9233a..84460230bba 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -19,19 +19,20 @@ jobs: matrix: language: [ javascript, cpp, python ] + container: + image: ghcr.io/kamailio/pkg-kamailio-docker:${{ github.ref_name }}-bookworm + credentials: + username: ${{ github.actor }} + password: ${{ secrets.GITHUB_TOKEN }} + volumes: + - ${{ github.workspace }}:/code + steps: - name: Checkout uses: actions/checkout@v4 with: submodules: recursive - - name: Install Packages (cpp) - if: ${{ matrix.language == 'cpp' }} - run: | - sudo apt-get update - sudo apt-get install --yes bison default-libmysqlclient-dev flex libcurl4-openssl-dev libjansson-dev libhiredis-dev libevent-dev liblua5.1-0-dev libpcre3-dev libncurses5-dev libpq-dev libreadline-dev libssl-dev libunistring-dev libmicrohttpd-dev libxml2-dev pkg-config python3 python3-dev uuid-dev zlib1g-dev - sudo apt-get clean - - name: Configure (cpp) if: ${{ matrix.language == 'cpp' }} run: make include_modules='app_lua app_python3 cnxcc db_mysql db_postgres db_redis dialplan http_client jansson lcr ndb_redis presence presence_xml presence_dialoginfo pua pua_dialoginfo topos_redis uuid websocket xmlops' cfg _______________________________________________ Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org To unsubscribe send an email to sr-dev-le...@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender!