Skip to content

Commit 2d84f52

Browse files
chore(deps): update github/codeql-action action to v4
1 parent b7f1754 commit 2d84f52

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,10 +18,10 @@ jobs:
1818
- name: 🧱 Checkout repository
1919
uses: actions/checkout@v5
2020
- name: 🚀 Initialize CodeQL
21-
uses: github/codeql-action/init@v3
21+
uses: github/codeql-action/init@v4
2222
with:
2323
languages: ${{ matrix.language }}
2424
- name: 🚀 Perform CodeQL Analysis
25-
uses: github/codeql-action/analyze@v3
25+
uses: github/codeql-action/analyze@v4
2626
with:
2727
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)