Skip to content

Commit 26280a9

Browse files
authored
Merge pull request #4 from CleverCodeCravers/dependabot/github_actions/github/codeql-action-4
Bump github/codeql-action from 3 to 4
2 parents 2b9aa86 + cdceceb commit 26280a9

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
@@ -32,7 +32,7 @@ jobs:
3232
dotnet-version: '10.0.x'
3333

3434
- name: Initialize CodeQL
35-
uses: github/codeql-action/init@v3
35+
uses: github/codeql-action/init@v4
3636
with:
3737
languages: ${{ matrix.language }}
3838
queries: security-extended
@@ -41,6 +41,6 @@ jobs:
4141
run: dotnet build Source/timeout/
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)