File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,14 @@ jobs:
34
34
uses : actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
35
35
36
36
- name : Initialize CodeQL
37
- uses : github/codeql-action/init@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
37
+ uses : github/codeql-action/init@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7
38
38
with :
39
39
languages : ${{ matrix.language }}
40
40
41
41
- name : Autobuild
42
- uses : github/codeql-action/autobuild@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
42
+ uses : github/codeql-action/autobuild@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7
43
43
44
44
- name : Perform CodeQL Analysis
45
- uses : github/codeql-action/analyze@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
45
+ uses : github/codeql-action/analyze@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7
46
46
with :
47
47
category : " /language:${{ matrix.language }}"
You can’t perform that action at this time.
0 commit comments