Skip to content

Commit 127f4c1

Browse files
chore(deps): bump github/codeql-action action to v4
1 parent a182898 commit 127f4c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql-analysis.yml

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

2525
# Initializes the CodeQL tools for scanning.
2626
- name: Initialize CodeQL
27-
uses: github/codeql-action/init@v2
27+
uses: github/codeql-action/init@v4
2828

2929
# Override language selection by uncommenting this and choosing your languages
3030
# with:
@@ -34,4 +34,4 @@ jobs:
3434
yarn build
3535
3636
- name: Perform CodeQL Analysis
37-
uses: github/codeql-action/analyze@v2
37+
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)