Skip to content

Commit 8886300

Browse files
ci(action): update github/codeql-action action to v3
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c704fe5 commit 8886300

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@v4
2727
- name: Initialize CodeQL
28-
uses: github/codeql-action/init@v2
28+
uses: github/codeql-action/init@v3
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@v2
37+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)