File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 62
62
63
63
# Initializes the CodeQL tools for scanning.
64
64
- name : Initialize CodeQL
65
- uses : github/codeql-action/init@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # 3.24.6
65
+ uses : github/codeql-action/init@3ab4101902695724f9365a384f86c1074d94e18c # 3.24.7
66
66
with :
67
67
languages : ${{ matrix.language }}
68
68
# If you wish to specify custom queries, you can do so here or in a config file.
73
73
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
74
74
# If this step fails, then you should remove it and run the build manually (see below)
75
75
- name : Autobuild
76
- uses : github/codeql-action/autobuild@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # 3.24.6
76
+ uses : github/codeql-action/autobuild@3ab4101902695724f9365a384f86c1074d94e18c # 3.24.7
77
77
78
78
# ℹ️ Command-line programs to run using the OS shell.
79
79
# 📚 https://git.io/JvXDl
87
87
# make release
88
88
89
89
- name : Perform CodeQL Analysis
90
- uses : github/codeql-action/analyze@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # 3.24.6
90
+ uses : github/codeql-action/analyze@3ab4101902695724f9365a384f86c1074d94e18c # 3.24.7
Original file line number Diff line number Diff line change 66
66
retention-days : 5
67
67
68
68
- name : " Upload to code-scanning"
69
- uses : github/codeql-action/upload-sarif@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # 3.24.6
69
+ uses : github/codeql-action/upload-sarif@3ab4101902695724f9365a384f86c1074d94e18c # 3.24.7
70
70
with :
71
71
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments