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@60168efe1c415ce0f5521ea06d5c2062adbeed1b # 3.28.17
61
+ uses : github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f # 3.28.18
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@60168efe1c415ce0f5521ea06d5c2062adbeed1b # 3.28.17
91
+ uses : github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f # 3.28.18
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@60168efe1c415ce0f5521ea06d5c2062adbeed1b # 3.28.17
67
+ uses : github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # 3.28.18
68
68
with :
69
69
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments