Skip to content

Commit 9e79d58

Browse files
chore(deps): update github/codeql-action action to v4
1 parent edb692d commit 9e79d58

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
@@ -15,9 +15,9 @@ jobs:
1515

1616
# Initializes the CodeQL tools for scanning.
1717
- name: Initialize CodeQL
18-
uses: github/codeql-action/init@v3
18+
uses: github/codeql-action/init@v4
1919
with:
2020
languages: typescript
2121

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

0 commit comments

Comments
 (0)