Skip to content

Commit

Permalink
Adapt codeql workflow for new install dependencies script
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernricks committed Jan 23, 2025
1 parent c81ead8 commit 117b419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis-c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v4

- name: Install build dependencies
run: sh .github/install-build-dependencies.sh
run: sh .github/install-dependencies.sh .github/build-dependencies.list
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
Expand Down

0 comments on commit 117b419

Please sign in to comment.