Merge main into check-api-version.

This commit is contained in:
Chris Gavin 2020-11-02 09:02:05 +00:00
commit 5e2fa08dae
No known key found for this signature in database
GPG key ID: 07F950B80C27E4DA
8 changed files with 19 additions and 15 deletions

View file

@ -43,10 +43,11 @@ jobs:
- uses: actions/checkout@v2
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: ./init
with:
tools: latest
languages: python
setup-python-dependencies: false
- name: Test Auto Package Installation
run: |
@ -105,10 +106,11 @@ jobs:
- uses: actions/checkout@v2
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: ./init
with:
tools: latest
languages: python
setup-python-dependencies: false
- name: Test Auto Package Installation
run: |