File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ jobs:
30
30
31
31
# Initializes the CodeQL tools for scanning.
32
32
- name : Initialize CodeQL
33
- uses : github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
33
+ uses : github/codeql-action/init@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3.28.14
34
34
# Override language selection by uncommenting this and choosing your languages
35
35
# with:
36
36
# languages: go
37
37
38
38
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
39
39
# If this step fails, then you should remove it and run the build manually (see below)
40
40
- name : Autobuild
41
- uses : github/codeql-action/autobuild@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
41
+ uses : github/codeql-action/autobuild@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3.28.14
42
42
43
43
# ℹ️ Command-line programs to run using the OS shell.
44
44
# 📚 https://git.io/JvXDl
52
52
# make release
53
53
54
54
- name : Perform CodeQL Analysis
55
- uses : github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
55
+ uses : github/codeql-action/analyze@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3.28.14
You can’t perform that action at this time.
0 commit comments