Skip to content

Commit e0d3801

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/github_actions/github/codeql-action-4'
2 parents 54706b5 + 57e8efc commit e0d3801

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code-quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ jobs:
6060
uses: actions/checkout@v6
6161

6262
- name: Initialize CodeQL
63-
uses: github/codeql-action/init@v3
63+
uses: github/codeql-action/init@v4
6464
with:
6565
languages: javascript-typescript
6666

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

0 commit comments

Comments
 (0)