Skip to content

Commit c0377bd

Browse files
authored
[INLONG-11964][CI] Update all occurrences of the CodeQL Action in your workflow files to v3 (#11965)
1 parent f53266c commit c0377bd

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
@@ -75,7 +75,7 @@ jobs:
7575

7676
# Initializes the CodeQL tools for scanning.
7777
- name: Initialize CodeQL
78-
uses: github/codeql-action/init@v2
78+
uses: github/codeql-action/init@v3
7979
with:
8080
languages: ${{ matrix.language }}
8181

@@ -98,7 +98,7 @@ jobs:
9898

9999
# Perform CodeQL Analysis
100100
- name: Perform CodeQL Analysis
101-
uses: github/codeql-action/analyze@v2
101+
uses: github/codeql-action/analyze@v3
102102

103103
- name: Clean up build packages
104104
run: mvn clean

0 commit comments

Comments
 (0)