File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 58
58
59
59
# Initializes the CodeQL tools for scanning.
60
60
- name : Initialize CodeQL
61
- uses : github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # 3.28.10
61
+ uses : github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # 3.28.11
62
62
with :
63
63
languages : ${{ matrix.language }}
64
64
# If you wish to specify custom queries, you can do so here or in a config file.
88
88
# make release
89
89
90
90
- name : Perform CodeQL Analysis
91
- uses : github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # 3.28.10
91
+ uses : github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # 3.28.11
Original file line number Diff line number Diff line change 64
64
retention-days : 5
65
65
66
66
- name : " Upload to code-scanning"
67
- uses : github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # 3.28.10
67
+ uses : github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # 3.28.11
68
68
with :
69
69
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments