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 @@ -37,14 +37,14 @@ jobs:
37
37
38
38
# Initializes the CodeQL tools for scanning.
39
39
- name : Initialize CodeQL
40
- uses : github/codeql-action/init@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
40
+ uses : github/codeql-action/init@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3.25.5
41
41
with :
42
42
languages : ${{ matrix.language }}
43
43
44
44
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
45
45
# If this step fails, then you should remove it and run the build manually (see below)
46
46
- name : Autobuild
47
- uses : github/codeql-action/autobuild@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
47
+ uses : github/codeql-action/autobuild@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3.25.5
48
48
49
49
- name : Perform CodeQL Analysis
50
- uses : github/codeql-action/autobuild@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
50
+ uses : github/codeql-action/autobuild@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3.25.5
You can’t perform that action at this time.
0 commit comments