ci: Add install-dependencies action
This commit is contained in:
committed by
Chris Rizzitello
parent
a362174e73
commit
b2532c81b9
7
.github/workflows/codeql-analysis.yml
vendored
7
.github/workflows/codeql-analysis.yml
vendored
@ -42,10 +42,9 @@ jobs:
|
||||
uses: sithlord48/fancy-checkout@v1.0.0
|
||||
|
||||
- name: Install dependencies
|
||||
run: ./scripts/install_deps.py
|
||||
env:
|
||||
# Prevent apt prompting for input.
|
||||
DEBIAN_FRONTEND: noninteractive
|
||||
uses: ./.github/actions/install-dependencies
|
||||
with:
|
||||
like: "debian"
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v3
|
||||
|
||||
Reference in New Issue
Block a user