Commit 19b66e6 1 parent 9963304 commit 19b66e6 Copy full SHA for 19b66e6
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ jobs:
21
21
with :
22
22
dotnet-version : 7.0.x
23
23
- name : Initialize CodeQL
24
- uses : github/codeql-action/init@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
24
+ uses : github/codeql-action/init@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
25
25
with :
26
26
languages : csharp
27
27
- name : Install dependencies
28
28
run : dotnet restore
29
29
- name : Build
30
30
run : dotnet build --configuration Release --no-restore
31
31
- name : Perform CodeQL Analysis
32
- uses : github/codeql-action/analyze@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
32
+ uses : github/codeql-action/analyze@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
33
33
with :
34
34
category : " /language:csharp"
You can’t perform that action at this time.
0 commit comments