Skip to content

Commit c37d898

Browse files
authored
[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
1 parent 6c6699f commit c37d898

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .github/workflows/compiler_discord_notify.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Discord Webhook Action
22-
uses: tsickert/discord-webhook@v6.0.0
22+
uses: tsickert/discord-webhook@86dc739f3f165f16dadc5666051c367efa1692f4
2323
with:
2424
webhook-url: ${{ secrets.COMPILER_DISCORD_WEBHOOK_URL }}
2525
embed-author-name: ${{ github.event.pull_request.user.login }}

Diff for: .github/workflows/runtime_discord_notify.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Discord Webhook Action
22-
uses: tsickert/discord-webhook@v6.0.0
22+
uses: tsickert/discord-webhook@86dc739f3f165f16dadc5666051c367efa1692f4
2323
with:
2424
webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}
2525
embed-author-name: ${{ github.event.pull_request.user.login }}

Diff for: .github/workflows/runtime_releases_from_npm_manual.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
steps:
4646
- name: Discord Webhook Action
47-
uses: tsickert/discord-webhook@v6.0.0
47+
uses: tsickert/discord-webhook@86dc739f3f165f16dadc5666051c367efa1692f4
4848
with:
4949
webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}
5050
embed-author-name: ${{ github.event.sender.login }}

0 commit comments

Comments
 (0)