Skip to content

Commit

Permalink
chore(deps): update github/codeql-action action to v2.21.8
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 Sep 19, 2023
1 parent ead3d36 commit d202cde
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 @@ -62,10 +62,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.8
with:
languages: ${{ matrix.language }}
- name: perform CodeQL analysis
uses: github/codeql-action/analyze@v2.21.2
uses: github/codeql-action/analyze@v2.21.8
with:
category: "/language:${{matrix.language}}"

0 comments on commit d202cde

Please sign in to comment.