Skip to content

Commit 9b11f2e

Browse files
authored
Merge pull request #2535 from microsoft/dependabot/github_actions/github/codeql-action-4
chore(deps): bump github/codeql-action from 3 to 4
2 parents 534594a + 2e07dc2 commit 9b11f2e

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
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Initialize CodeQL
3131
id: init_codeql
32-
uses: github/codeql-action/init@v3
32+
uses: github/codeql-action/init@v4
3333
with:
3434
queries: security-and-quality
3535

@@ -49,6 +49,6 @@ jobs:
4949
5050
- name: Perform CodeQL Analysis
5151
id: analyze_codeql
52-
uses: github/codeql-action/analyze@v3
52+
uses: github/codeql-action/analyze@v4
5353

5454
# Built with ❤ by [Pipeline Foundation](https://pipeline.foundation)

0 commit comments

Comments
 (0)