Skip to content

Commit 6cd0f0c

Browse files
authored
Merge pull request #342 from microsoft/dependabot/github_actions/github/codeql-action-4
Bump github/codeql-action from 2 to 4
2 parents 5aa6d8b + 8a190eb commit 6cd0f0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
# Initializes the CodeQL tools for scanning.
3636
- name: Initialize CodeQL
37-
uses: github/codeql-action/init@v2
37+
uses: github/codeql-action/init@v4
3838
with:
3939
languages: ${{ matrix.language }}
4040
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -48,7 +48,7 @@ jobs:
4848
# If this step fails, then you should remove it and run the build manually (see below)
4949
- name: Autobuild
5050
if: ${{ matrix.language != 'java' }}
51-
uses: github/codeql-action/autobuild@v2
51+
uses: github/codeql-action/autobuild@v4
5252

5353
- name: Setup JDK
5454
uses: actions/setup-java@v5
@@ -73,6 +73,6 @@ jobs:
7373
# ./location_of_script_within_repo/buildscript.sh
7474

7575
- name: Perform CodeQL Analysis
76-
uses: github/codeql-action/analyze@v2
76+
uses: github/codeql-action/analyze@v4
7777
with:
7878
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)