Skip to content

Commit 227c15d

Browse files
chore(deps): update github/codeql-action action to v2.2.1 (#408)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9cbf946 commit 227c15d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
fetch-depth: 0
2424

2525
- name: Initialize CodeQL
26-
uses: github/codeql-action/init@v2.1.38
26+
uses: github/codeql-action/init@v2.2.1
2727
with:
2828
languages: 'csharp'
2929

3030
- name: Autobuild
31-
uses: github/codeql-action/autobuild@v2.1.38
31+
uses: github/codeql-action/autobuild@v2.2.1
3232

3333
- name: Perform CodeQL Analysis
34-
uses: github/codeql-action/analyze@v2.1.38
34+
uses: github/codeql-action/analyze@v2.2.1

0 commit comments

Comments
 (0)