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@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # 3.28.9
65
+ uses : github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # 3.28.10
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@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # 3.28.9
76
+ uses : github/codeql-action/autobuild@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # 3.28.10
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@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # 3.28.9
90
+ uses : github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # 3.28.10
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@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # 3.28.9
69
+ uses : github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # 3.28.10
70
70
with :
71
71
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments