Skip to content

Commit 9ec47d0

Browse files
authored
Merge pull request #838 from microsoft/dependabot/github_actions/github/codeql-action-2
Bump github/codeql-action from 1 to 2
2 parents fcb7fd1 + 1a63ab8 commit 9ec47d0

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
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Initialize CodeQL
2525
id: init_codeql
26-
uses: github/codeql-action/init@v1
26+
uses: github/codeql-action/init@v2
2727
with:
2828
queries: security-and-quality
2929

@@ -43,6 +43,6 @@ jobs:
4343
4444
- name: Perform CodeQL Analysis
4545
id: analyze_codeql
46-
uses: github/codeql-action/analyze@v1
46+
uses: github/codeql-action/analyze@v2
4747

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

0 commit comments

Comments
 (0)