Skip to content

Commit

Permalink
Use new install script for running codeql action
Browse files Browse the repository at this point in the history
Drop usage of the gsad build container in the codeql action and use the
new install dependencies script instead.
  • Loading branch information
bjoernricks committed Jan 23, 2025
1 parent f182776 commit dab8980
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit dab8980

Please sign in to comment.