We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32b5793 commit 66d86eaCopy full SHA for 66d86ea
.github/workflows/codeql-analysis.yaml
@@ -132,7 +132,6 @@ jobs:
132
path: ${{ steps.set_log_path.outputs.path }}
133
retention-days: 3
134
135
- # NEW: Prepare the data for the privileged workflow
136
- name: Prepare PR comment data
137
if: >-
138
github.event_name == 'pull_request' &&
@@ -142,7 +141,6 @@ jobs:
142
141
echo "${{ github.event.pull_request.number }}" > pr_comment_data/pr_number.txt
143
cp "${{ steps.check_codeql.outputs.comment_path }}" pr_comment_data/comment_body.md
144
145
- # NEW: Upload the data artifact
146
- name: Upload PR comment data
147
148
0 commit comments