Skip to content

Commit 66d86ea

Browse files
committed
Remove unnecessary comments
1 parent 32b5793 commit 66d86ea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/codeql-analysis.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ jobs:
132132
path: ${{ steps.set_log_path.outputs.path }}
133133
retention-days: 3
134134

135-
# NEW: Prepare the data for the privileged workflow
136135
- name: Prepare PR comment data
137136
if: >-
138137
github.event_name == 'pull_request' &&
@@ -142,7 +141,6 @@ jobs:
142141
echo "${{ github.event.pull_request.number }}" > pr_comment_data/pr_number.txt
143142
cp "${{ steps.check_codeql.outputs.comment_path }}" pr_comment_data/comment_body.md
144143
145-
# NEW: Upload the data artifact
146144
- name: Upload PR comment data
147145
if: >-
148146
github.event_name == 'pull_request' &&

0 commit comments

Comments
 (0)