Skip to content

Commit ead3d36

Browse files
chore(deps): update github/codeql-action action to v2.21.2 (#324)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9d4a28f commit ead3d36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ jobs:
6262
with:
6363
python-version-file: pyproject.toml
6464
- name: initialize CodeQL
65-
uses: github/codeql-action/init@v2.21.1
65+
uses: github/codeql-action/init@v2.21.2
6666
with:
6767
languages: ${{ matrix.language }}
6868
- name: perform CodeQL analysis
69-
uses: github/codeql-action/analyze@v2.21.1
69+
uses: github/codeql-action/analyze@v2.21.2
7070
with:
7171
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)