Skip to content

Commit

Permalink
workflows codeql: python installation
Browse files Browse the repository at this point in the history
  • Loading branch information
NickVeld committed Jul 12, 2021
1 parent a8fc04a commit c32543b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,18 @@ jobs:
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
# Learn more:
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed
language_version: [ '3.9' ]

steps:
- name: Checkout repository
uses: actions/checkout@v2

# Set up Python
- name: Set up Python ${{ matrix.language_version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.language_version }}

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
Expand Down

0 comments on commit c32543b

Please sign in to comment.