Skip to content

Commit

Permalink
chore(deps): update github/codeql-action action to v2.21.9
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 29, 2024
1 parent 77dba04 commit f4145c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
with:
python-version-file: pyproject.toml
- name: initialize CodeQL
uses: github/codeql-action/init@v2.21.2
uses: github/codeql-action/init@v2.21.9
with:
languages: ${{ matrix.language }}
- name: perform CodeQL analysis
uses: github/codeql-action/analyze@v2.21.2
uses: github/codeql-action/analyze@v2.21.9
with:
category: "/language:${{matrix.language}}"

0 comments on commit f4145c2

Please sign in to comment.