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