Skip to content

Commit 605983b

Browse files
authored
Merge pull request #662 from t1m0thyj/dependabot/github_actions/github/codeql-action-4
Bump github/codeql-action from 3 to 4
2 parents f06be57 + 4b2297b commit 605983b

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
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@v5
3232

3333
- name: Initialize CodeQL
34-
uses: github/codeql-action/init@v3
34+
uses: github/codeql-action/init@v4
3535
with:
3636
languages: ${{ matrix.language }}
3737

@@ -41,6 +41,6 @@ jobs:
4141
dotnet build src\WinDynamicDesktop.csproj
4242
4343
- name: Perform CodeQL Analysis
44-
uses: github/codeql-action/analyze@v3
44+
uses: github/codeql-action/analyze@v4
4545
with:
4646
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)