Skip to content

Commit e35e7b1

Browse files
authored
Merge pull request #4444 from c2corg/dependabot/github_actions/github/codeql-action-4
chore(deps): bump github/codeql-action from 3 to 4
2 parents d1b029b + 699d84d commit e35e7b1

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
@@ -18,7 +18,7 @@ jobs:
1818

1919
# Initializes the CodeQL tools for scanning.
2020
- name: Initialize CodeQL
21-
uses: github/codeql-action/init@v3
21+
uses: github/codeql-action/init@v4
2222
with:
2323
languages: javascript, python
2424

@@ -34,4 +34,4 @@ jobs:
3434
# make release
3535

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

0 commit comments

Comments
 (0)