Skip to content

Commit 8b0de5e

Browse files
Update codeql-analysis.yml
1 parent 6f9c553 commit 8b0de5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
# Initializes the CodeQL tools for scanning.
4343
- name: Initialize CodeQL
44-
uses: github/codeql-action/init@v2
44+
uses: github/codeql-action/init@v3
4545
with:
4646
languages: ${{matrix.language}}
4747
config-file: ${{inputs.codeql-cfg-path}}
@@ -50,12 +50,12 @@ jobs:
5050
# If this step fails, configure a build command manually using build-command input. This command will be executed in the corresponding step.
5151
- name: Autobuild
5252
if: ${{!inputs.build-command}}
53-
uses: github/codeql-action/autobuild@v2
53+
uses: github/codeql-action/autobuild@v3
5454

5555
- name: Manual build
5656
if: ${{inputs.build-command}}
5757
run: |
5858
${{inputs.build-command}}
5959
6060
- name: Perform CodeQL Analysis
61-
uses: github/codeql-action/analyze@v2
61+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)