Skip to content

Commit 59319f8

Browse files
authored
Merge pull request #990 from increments/fix-github-action-version-by-hash
Fix github action version by hash
2 parents 72dd54b + ea9ee47 commit 59319f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/notify_slack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
timeout-minutes: 5
1010
if: github.event.discussion && github.event.comment
1111
steps:
12-
- uses: slackapi/slack-github-action@v2.0.0
12+
- uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0
1313
with:
1414
method: chat.postMessage
1515
payload: |

0 commit comments

Comments
 (0)