Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/aiobotocore-2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermef committed Dec 15, 2023
2 parents 118c306 + b9f3f95 commit 0b239a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: sudo apt-get install -y python3-dev libcurl4-openssl-dev libgnutls28-dev
python3-all-dev make zlib1g-dev gcc libssl-dev build-essential
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
config-file: ./.github/codeql/codeql-config.yml
Expand All @@ -57,4 +57,4 @@ jobs:
- name: Set CodeQL python
run: echo "CODEQL_PYTHON=$(which python)" >> $GITHUB_ENV
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3

0 comments on commit 0b239a8

Please sign in to comment.