Skip to content

Commit 2bea17c

Browse files
authored
Merge pull request #255 from common-workflow-language/dependabot/github_actions/github/codeql-action-4
Bump github/codeql-action from 3 to 4
2 parents 062da72 + 22cd6f6 commit 2bea17c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232

3333
# Initializes the CodeQL tools for scanning.
3434
- name: Initialize CodeQL
35-
uses: github/codeql-action/init@v3
35+
uses: github/codeql-action/init@v4
3636
with:
3737
languages: python
3838

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

0 commit comments

Comments
 (0)