File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 62
62
# cary: Pin the version to the SHA for 2.18.0, since there appears to
63
63
# be a problem with 2.18.1 leading to a "No space left on
64
64
# device" failure
65
- uses : github/codeql-action/init@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
65
+ uses : github/codeql-action/init@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
66
66
with :
67
67
# cary: the "linked" setting is necessary to force the run to pick up
68
68
# the version specified in the action.
93
93
94
94
- name : Perform CodeQL Analysis
95
95
# Pin the version to the SHA for 2.18.0
96
- uses : github/codeql-action/analyze@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
96
+ uses : github/codeql-action/analyze@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
97
97
with :
98
98
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 51
51
52
52
# Upload the results to GitHub's code scanning dashboard.
53
53
- name : " Upload to code-scanning"
54
- uses : github/codeql-action/upload-sarif@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
54
+ uses : github/codeql-action/upload-sarif@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
55
55
with :
56
56
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments