Skip to content

Commit 955f186

Browse files
chore(deps): update github/codeql-action action to v3
1 parent 869cd9a commit 955f186

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
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
2424

2525
- name: Initialize CodeQL
26-
uses: github/codeql-action/init@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2
26+
uses: github/codeql-action/init@39edc492dbe16b1465b0cafca41432d857bdb31a # v3
2727
with:
2828
languages: "csharp"
2929

3030
- name: Autobuild
31-
uses: github/codeql-action/autobuild@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2
31+
uses: github/codeql-action/autobuild@39edc492dbe16b1465b0cafca41432d857bdb31a # v3
3232

3333
- name: Perform CodeQL Analysis
34-
uses: github/codeql-action/analyze@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2
34+
uses: github/codeql-action/analyze@39edc492dbe16b1465b0cafca41432d857bdb31a # v3

0 commit comments

Comments
 (0)