Skip to content

Commit 55622f3

Browse files
renovate[bot]relekang
authored andcommitted
chore(deps): update github/codeql-action action to v4
1 parent 681118c commit 55622f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ jobs:
3939
uses: actions/checkout@v5
4040

4141
- name: Initialize CodeQL
42-
uses: github/codeql-action/init@v3
42+
uses: github/codeql-action/init@v4
4343
with:
4444
languages: ${{ matrix.language }}
4545

4646
- name: Autobuild
47-
uses: github/codeql-action/autobuild@v3
47+
uses: github/codeql-action/autobuild@v4
4848

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

0 commit comments

Comments
 (0)