Skip to content

Commit 1dc61d2

Browse files
authored
Merge pull request #804 from microsoftgraph/dependabot/github_actions/feature/6.0/github/codeql-action-3
Bump github/codeql-action from 2 to 3
2 parents ad692af + c28e057 commit 1dc61d2

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
@@ -53,7 +53,7 @@ jobs:
5353

5454
# Initializes the CodeQL tools for scanning.
5555
- name: Initialize CodeQL
56-
uses: github/codeql-action/init@v2
56+
uses: github/codeql-action/init@v3
5757
with:
5858
languages: ${{ matrix.language }}
5959
threads: 4
@@ -86,6 +86,6 @@ jobs:
8686
run: gradle clean build "-Dorg.gradle.jvmargs=-Xmx4g -Xms1g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8"
8787

8888
- name: Perform CodeQL Analysis
89-
uses: github/codeql-action/analyze@v2
89+
uses: github/codeql-action/analyze@v3
9090
with:
9191
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)