Update codeql-analysis.yml

This commit is contained in:
Jasmine Schladen 2021-03-17 12:09:55 -07:00 committed by GitHub
parent c977826d62
commit 28a4d21bcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -36,7 +36,11 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
# Install libldap2-dev, which is required for python-ldap
- name: Install libldap2-dev
run: sudo apt-get install libldap2-dev
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1