Skip to content

Commit 3dc545f

Browse files
Merge pull request #1087 from IgorKowalczyk/renovate/github-codeql-action-4.x
Update github/codeql-action action to v4
2 parents 25be0f4 + b40a7b7 commit 3dc545f

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)