Skip to content

Commit 8d0a958

Browse files
authored
Pin GitHub Actions to commit SHAs (#320)
1 parent 3ccbe54 commit 8d0a958

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/slack-issue-notification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Post to Slack
12-
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # 2.1.1
12+
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1 (sha-pinned)
1313
with:
1414
method: chat.postMessage
1515
token: ${{ secrets.SLACK_BOT_TOKEN }}

0 commit comments

Comments
 (0)