Skip to content

Commit abb372a

Browse files
Bump github/codeql-action from 3 to 4 (#46)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dbf8613 commit abb372a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
# Initializes the CodeQL tools for scanning.
4747
- name: Initialize CodeQL
48-
uses: github/codeql-action/init@v3
48+
uses: github/codeql-action/init@v4
4949
with:
5050
languages: ${{ matrix.language }}
5151
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -82,6 +82,6 @@ jobs:
8282
run: dotnet build -c Release --no-restore
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)