From 9090f991835c01c82c950b9978b4d0bfc0654f39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ricks?= Date: Thu, 23 Jan 2025 16:23:07 +0100 Subject: [PATCH] Use new install script for running codeql action Drop usage of the gsad build container in the codeql action and use the new install dependencies script instead. --- .github/workflows/codeql-analysis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 4f06e3f76..42015de98 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -19,7 +19,7 @@ jobs: actions: read contents: read security-events: write - container: greenbone/gsad-build:stable + container: registry.community.greenbone.net/community/gvm-libs:stable steps: - name: Checkout repository @@ -29,6 +29,8 @@ jobs: with: languages: C # build between init and analyze ... + - name: Install build dependencies + run: sh .github/install-dependencies.sh .github/build-dependencies.list - name: Configure and compile gsad run: | mkdir build