Skip to content

Commit 6d43da7

Browse files
authored
Merge pull request #1246 from microsoftgraph/dependabot/github_actions/github/codeql-action-4
chore(deps): bump github/codeql-action from 3 to 4
2 parents 7d451d2 + 6efdf48 commit 6d43da7

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@v3
56+
uses: github/codeql-action/init@v4
5757
with:
5858
languages: ${{ matrix.language }}
5959

@@ -82,6 +82,6 @@ jobs:
8282
run: ./gradlew --no-build-cache build
8383

8484
- name: Perform CodeQL Analysis
85-
uses: github/codeql-action/analyze@v3
85+
uses: github/codeql-action/analyze@v4
8686
with:
8787
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)