We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9444c96 commit fc3603eCopy full SHA for fc3603e
1 file changed
.github/workflows/application.yml
@@ -110,21 +110,6 @@ jobs:
110
id: composer_diff
111
with:
112
base: old-composer.lock
113
-
114
- -
115
- name: Show diff in comment to PR
116
- uses: marocchino/sticky-pull-request-comment@v2
117
- if: ${{ steps.composer_diff.outputs.composer_diff_exit_code != 0 }}
118
- with:
119
- recreate: true
120
- header: composer-diff # Creates a collapsed comment with the report
121
- message: |
122
- <details>
123
- <summary>Composer package changes</summary>
124
125
- ${{ steps.composer_diff.outputs.composer_diff }}
126
127
- </details>
128
129
130
name: Check for security vulnerabilities
0 commit comments