File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ jobs:
265265 - name : Post job results to Slack if the workflow failed
266266 if : failure() && steps.check_pr.outputs.is_pr == 'false'
267267 id : slack-report-failure
268- uses : slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0 .0
268+ uses : slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52 # v2.1 .0
269269 with :
270270 token : ${{ secrets.SON_OF_JEEVES_TOKEN }}
271271 method : chat.postMessage
@@ -279,7 +279,7 @@ jobs:
279279 - name : Post job results to Slack if the workflow succeeded
280280 if : success() && steps.check_pr.outputs.is_pr == 'false'
281281 id : slack-report-success
282- uses : slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0 .0
282+ uses : slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52 # v2.1 .0
283283 with :
284284 token : ${{ secrets.SON_OF_JEEVES_TOKEN }}
285285 method : chat.postMessage
You can’t perform that action at this time.
0 commit comments