Skip to content

Commit

Permalink
chore(deps): update github/codeql-action action to v2.21.2 (#324)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 28, 2023
1 parent 9d4a28f commit ead3d36
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.1
uses: github/codeql-action/init@v2.21.2
with:
languages: ${{ matrix.language }}
- name: perform CodeQL analysis
uses: github/codeql-action/analyze@v2.21.1
uses: github/codeql-action/analyze@v2.21.2
with:
category: "/language:${{matrix.language}}"

0 comments on commit ead3d36

Please sign in to comment.