mirror of
https://github.com/upa/mscp.git
synced 2026-05-21 21:07:31 +08:00
fix codeql.yml: init submodules and apply patch to libssh
This commit is contained in:
9
.github/workflows/codeql.yml
vendored
9
.github/workflows/codeql.yml
vendored
@@ -38,11 +38,16 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
submodules: true
|
||||||
|
|
||||||
- name: Install build dependency
|
- name: install build dependency
|
||||||
run: sudo ./scripts/install-build-deps.sh
|
run: sudo ./scripts/install-build-deps.sh
|
||||||
|
|
||||||
|
- name: patch to libssh
|
||||||
|
run: patch -d libssh -p1 < patch/libssh-0.10.4.patch
|
||||||
|
|
||||||
# Initializes the CodeQL tools for scanning.
|
# Initializes the CodeQL tools for scanning.
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@v2
|
uses: github/codeql-action/init@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user