From: Bob Halley Date: Thu, 17 Feb 2022 16:00:28 +0000 (-0800) Subject: try to clean up a warning on the codeql job X-Git-Tag: v2.3.0rc1~130 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be4f13b5c4ac83f1ca985539e25e8b0b06dd20ea;p=thirdparty%2Fdnspython.git try to clean up a warning on the codeql job --- diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index f94074b4..8a7e81fe 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -58,3 +58,5 @@ jobs: - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v1 + with: + setup-python-dependencies: false