|
43 | 43 | # Handling Slack notifications |
44 | 44 | ######### |
45 | 45 | - name: Convert markdown to slack markdown |
46 | | - uses: asyncapi/.github/.github/actions/slackify-markdown@master |
| 46 | + # This workflow is from our own org repo and safe to reference by 'master'. |
| 47 | + uses: asyncapi/.github/.github/actions/slackify-markdown@master # //NOSONAR |
47 | 48 | id: issuemarkdown |
48 | 49 | with: |
49 | 50 | markdown: "[${{github.event.issue.title}}](${{github.event.issue.html_url}}) \n ${{github.event.issue.body}}" |
|
89 | 90 | # Handling Slack notifications |
90 | 91 | ######### |
91 | 92 | - name: Convert markdown to slack markdown |
92 | | - uses: asyncapi/.github/.github/actions/slackify-markdown@master |
| 93 | + # This workflow is from our own org repo and safe to reference by 'master'. |
| 94 | + uses: asyncapi/.github/.github/actions/slackify-markdown@master # //NOSONAR |
93 | 95 | id: prmarkdown |
94 | 96 | with: |
95 | 97 | markdown: "[${{github.event.pull_request.title}}](${{github.event.pull_request.html_url}}) \n ${{github.event.pull_request.body}}" |
@@ -135,7 +137,8 @@ jobs: |
135 | 137 | # Handling Slack notifications |
136 | 138 | ######### |
137 | 139 | - name: Convert markdown to slack markdown |
138 | | - uses: asyncapi/.github/.github/actions/slackify-markdown@master |
| 140 | + # This workflow is from our own org repo and safe to reference by 'master'. |
| 141 | + uses: asyncapi/.github/.github/actions/slackify-markdown@master # //NOSONAR |
139 | 142 | id: discussionmarkdown |
140 | 143 | with: |
141 | 144 | markdown: "[${{github.event.discussion.title}}](${{github.event.discussion.html_url}}) \n ${{github.event.discussion.body}}" |
@@ -181,7 +184,8 @@ jobs: |
181 | 184 | # Handling Slack notifications |
182 | 185 | ######### |
183 | 186 | - name: Convert markdown to slack markdown |
184 | | - uses: asyncapi/.github/.github/actions/slackify-markdown@master |
| 187 | + # This workflow is from our own org repo and safe to reference by 'master'. |
| 188 | + uses: asyncapi/.github/.github/actions/slackify-markdown@master # //NOSONAR |
185 | 189 | id: issuemarkdown |
186 | 190 | with: |
187 | 191 | markdown: "[${{github.event.issue.title}}](${{github.event.comment.html_url}}) \n ${{github.event.comment.body}}" |
@@ -227,7 +231,8 @@ jobs: |
227 | 231 | # Handling Slack notifications |
228 | 232 | ######### |
229 | 233 | - name: Convert markdown to slack markdown |
230 | | - uses: asyncapi/.github/.github/actions/slackify-markdown@master |
| 234 | + # This workflow is from our own org repo and safe to reference by 'master'. |
| 235 | + uses: asyncapi/.github/.github/actions/slackify-markdown@master # //NOSONAR |
231 | 236 | id: prmarkdown |
232 | 237 | with: |
233 | 238 | markdown: "[${{github.event.issue.title}}](${{github.event.comment.html_url}}) \n ${{github.event.comment.body}}" |
@@ -273,7 +278,8 @@ jobs: |
273 | 278 | # Handling Slack notifications |
274 | 279 | ######### |
275 | 280 | - name: Convert markdown to slack markdown |
276 | | - uses: asyncapi/.github/.github/actions/slackify-markdown@master |
| 281 | + # This workflow is from our own org repo and safe to reference by 'master'. |
| 282 | + uses: asyncapi/.github/.github/actions/slackify-markdown@master # //NOSONAR |
277 | 283 | id: discussionmarkdown |
278 | 284 | with: |
279 | 285 | markdown: "[${{github.event.discussion.title}}](${{github.event.comment.html_url}}) \n ${{github.event.comment.body}}" |
|
0 commit comments