Skip to content

Commit 1890633

Browse files
chore(deps): update github/codeql-action action to v4.32.3 (#691)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fe1b072 commit 1890633

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
@@ -27,7 +27,7 @@ jobs:
2727
show-progress: false
2828

2929
- name: Initialise CodeQL
30-
uses: github/codeql-action/init@v4.32.2
30+
uses: github/codeql-action/init@v4.32.3
3131
with:
3232
languages: csharp
3333

@@ -42,6 +42,6 @@ jobs:
4242
run: dotnet build lc-hax -restoreProperty:RestoreLockedMode=true
4343

4444
- name: Perform CodeQL Analysis
45-
uses: github/codeql-action/analyze@v4.32.2
45+
uses: github/codeql-action/analyze@v4.32.3
4646
with:
4747
category: /language:csharp

0 commit comments

Comments
 (0)