summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVijayakumar <kumvijaya@gmail.com>2024-05-07 14:10:01 +0530
committerVijayakumar <kumvijaya@gmail.com>2024-05-07 14:28:58 +0530
commite40e9e81809c6c49cb012a01c63a3463bfa41f8e (patch)
treeaa806819730684ed5e5ab48e5387892ee5277947
parent7b2fdff2e9597818858482923ca74adc0cfde6e0 (diff)
downloadvyos-github-actions-e40e9e81809c6c49cb012a01c63a3463bfa41f8e.tar.gz
vyos-github-actions-e40e9e81809c6c49cb012a01c63a3463bfa41f8e.zip
T6310: updated codeql version
T6310: updated codeql version for other calls
-rw-r--r--.github/workflows/codeql-analysis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 75f8a1b..7176702 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -41,7 +41,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
with:
languages: ${{matrix.language}}
config-file: ${{inputs.codeql-cfg-path}}
@@ -50,7 +50,7 @@ jobs:
# If this step fails, configure a build command manually using build-command input. This command will be executed in the corresponding step.
- name: Autobuild
if: ${{!inputs.build-command}}
- uses: github/codeql-action/autobuild@v2
+ uses: github/codeql-action/autobuild@v3
- name: Manual build
if: ${{inputs.build-command}}
@@ -58,4 +58,4 @@ jobs:
${{inputs.build-command}}
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3