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@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
65
+ uses : github/codeql-action/init@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
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@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
96
+ uses : github/codeql-action/analyze@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
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@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
54
+ uses : github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
55
55
with :
56
56
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments