Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Commit 92b1a5d

Browse files
chore(deps): update github/codeql-action action to v3 (#126)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 360738a commit 92b1a5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ jobs:
3434
uses: actions/checkout@v4
3535

3636
- name: Initialize CodeQL
37-
uses: github/codeql-action/init@v2
37+
uses: github/codeql-action/init@v3
3838
with:
3939
languages: ${{ matrix.language }}
4040
queries: +security-and-quality
4141

4242
- name: Autobuild
43-
uses: github/codeql-action/autobuild@v2
43+
uses: github/codeql-action/autobuild@v3
4444

4545
- name: Perform CodeQL Analysis
46-
uses: github/codeql-action/analyze@v2
46+
uses: github/codeql-action/analyze@v3
4747
with:
4848
category: '/language:${{ matrix.language }}'

0 commit comments

Comments
 (0)