Skip to content

Commit 3338d30

Browse files
chore(deps): update github/codeql-action action to v4 (#122)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 59c7b3f commit 3338d30

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Checkout repository
2525
uses: actions/checkout@v5
2626
- name: Initialize CodeQL
27-
uses: github/codeql-action/init@v3
27+
uses: github/codeql-action/init@v4
2828
with:
2929
languages: ${{ matrix.language }}
3030
- name: Setup .NET
@@ -39,4 +39,4 @@ jobs:
3939
- name: Build
4040
run: dotnet build -c Release -v minimal --no-restore --no-self-contained
4141
- name: Perform CodeQL Analysis
42-
uses: github/codeql-action/analyze@v3
42+
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)