[ci] Pin Discord webhook action to specific commit sha (#32649)
Pins the discord webhook action to `86dc739f3f165f16dadc5666051c367efa1692f4`, which is what the v6 tag points to. --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/32649). * #32650 * __->__ #32649 * #32648
lauren committed
Mar 17, 2025 at 14:13 UTC
c37d89827e64d7ed34d9a2a3edce9cd00baafb3e
3 files changed
+3
-3
.github/workflows/compiler_discord_notify.yml
+1
-1
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- name: Discord Webhook Action
22
- uses: tsickert/discord-webhook@v6.0.0
22
+ uses: tsickert/discord-webhook@86dc739f3f165f16dadc5666051c367efa1692f4
23
with:
24
webhook-url: ${{ secrets.COMPILER_DISCORD_WEBHOOK_URL }}
25
embed-author-name: ${{ github.event.pull_request.user.login }}
.github/workflows/runtime_discord_notify.yml
+1
-1
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- name: Discord Webhook Action
22
- uses: tsickert/discord-webhook@v6.0.0
22
+ uses: tsickert/discord-webhook@86dc739f3f165f16dadc5666051c367efa1692f4
23
with:
24
webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}
25
embed-author-name: ${{ github.event.pull_request.user.login }}
.github/workflows/runtime_releases_from_npm_manual.yml
+1
-1
@@ -44,7 +44,7 @@ jobs:
44
runs-on: ubuntu-latest
45
steps:
46
- name: Discord Webhook Action
47
- uses: tsickert/discord-webhook@v6.0.0
47
+ uses: tsickert/discord-webhook@86dc739f3f165f16dadc5666051c367efa1692f4
48
with:
49
webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}
50
embed-author-name: ${{ github.event.sender.login }}