Skip to content

Commit d9994bc

Browse files
ci(action): update github/codeql-action action to v4
1 parent 73ec1fc commit d9994bc

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
@@ -25,7 +25,7 @@ jobs:
2525
- name: Checkout repository
2626
uses: actions/checkout@v5
2727
- name: Initialize CodeQL
28-
uses: github/codeql-action/init@v3
28+
uses: github/codeql-action/init@v4
2929
with:
3030
languages: ${{ matrix.language }}
3131
- name: Autobuild
@@ -34,4 +34,4 @@ jobs:
3434
uses: >-
3535
github/codeql-action/autobuild@86f3159a697a097a813ad9bfa0002412d97690a4
3636
- name: Perform CodeQL Analysis
37-
uses: github/codeql-action/analyze@v3
37+
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)