Skip to content

Commit cc0220a

Browse files
renovate[bot]cmur2
authored andcommitted
ci: update github/codeql-action action to v4
1 parent 3a6b7b8 commit cc0220a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787

8888
# Initializes the CodeQL tools for scanning.
8989
- name: Initialize CodeQL
90-
uses: github/codeql-action/init@v3
90+
uses: github/codeql-action/init@v4
9191
with:
9292
languages: python
9393
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -96,4 +96,4 @@ jobs:
9696
# queries: ./path/to/local/query, your-org/your-repo/queries@main
9797

9898
- name: Perform CodeQL Analysis
99-
uses: github/codeql-action/analyze@v3
99+
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)