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