File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ jobs:
25
25
26
26
steps :
27
27
- name : Checkout repository
28
- uses : actions/checkout@v2
28
+ uses : actions/checkout@v4
29
29
30
30
# Initializes the CodeQL tools for scanning.
31
31
- name : Initialize CodeQL
32
- uses : github/codeql-action/init@v1
32
+ uses : github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
33
33
with :
34
34
languages : ${{ matrix.language }}
35
35
queries : +security-and-quality
41
41
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
42
42
# If this step fails, then you should remove it and run the build manually (see below)
43
43
- name : Autobuild
44
- uses : github/codeql-action/autobuild@v1
44
+ uses : github/codeql-action/autobuild@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
45
45
46
46
# ℹ️ Command-line programs to run using the OS shell.
47
47
# 📚 https://git.io/JvXDl
55
55
# make release
56
56
57
57
- name : Perform CodeQL Analysis
58
- uses : github/codeql-action/analyze@v1
58
+ uses : github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
You can’t perform that action at this time.
0 commit comments