Skip to content

Commit 0d23f96

Browse files
authored
build(deps): bump github/codeql-action from 2 to 3 (#1486)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
2 parents 6272d8a + c004ea6 commit 0d23f96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626

2727
# Initializes the CodeQL tools for scanning.
2828
- name: Initialize CodeQL
29-
uses: github/codeql-action/init@v2
29+
uses: github/codeql-action/init@v3
3030
with:
3131
languages: ${{ matrix.language }}
3232

3333
- run: |
3434
dotnet build
3535
3636
- name: Perform CodeQL Analysis
37-
uses: github/codeql-action/analyze@v2
37+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)