Skip to content

Commit 5db9153

Browse files
authored
Merge pull request #310 from twcclegg/dependabot/github_actions/github/codeql-action-4
build(deps): bump github/codeql-action from 3 to 4
2 parents 34559aa + 57ba948 commit 5db9153

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
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
dotnet-version: 9.x
4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@v3
45+
uses: github/codeql-action/init@v4
4646
with:
4747
languages: ${{ matrix.language }}
4848
build-mode: ${{ matrix.build-mode }}
@@ -67,6 +67,6 @@ jobs:
6767
dotnet build
6868
6969
- name: Perform CodeQL Analysis
70-
uses: github/codeql-action/analyze@v3
70+
uses: github/codeql-action/analyze@v4
7171
with:
7272
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)