From 611c94cba48af1a25f7e905f29355502431b9cf8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Aug 2025 13:58:11 +0000 Subject: [PATCH] chore(deps): update sarisia/actions-status-discord action to v1.15.4 --- .github/workflows/deploy.yml | 2 +- .github/workflows/lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fee359e..0c1ba81 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -760,7 +760,7 @@ jobs: DISCORD_WEBHOOK: ${{ inputs.webhook-url }} - name: Send Discord notification - uses: sarisia/actions-status-discord@5ddd3b114a98457dd80a39b2f00b6a998cd69008 # v1.15.3 + uses: sarisia/actions-status-discord@11a0bfe3b50977e38aa2bd4a4ebd296415e83c19 # v1.15.4 with: webhook: ${{ steps.op-load-discord.outputs.DISCORD_WEBHOOK }} status: ${{ needs.deploy.outputs.deployment_needed != 'true' && 'success' || needs.deploy.outputs.deploy_status == 'success' && needs.deploy.outputs.health_status == 'success' && 'success' || 'failure' }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e12be68..9bd8099 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -147,7 +147,7 @@ jobs: DISCORD_WEBHOOK: ${{ inputs.webhook-url }} - name: Send Discord notification - uses: sarisia/actions-status-discord@5ddd3b114a98457dd80a39b2f00b6a998cd69008 # v1.15.3 + uses: sarisia/actions-status-discord@11a0bfe3b50977e38aa2bd4a4ebd296415e83c19 # v1.15.4 if: ${{ needs.lint-summary.result == 'failure' || (needs.lint-summary.result == 'success' && github.event_name != 'pull_request') }} with: webhook: ${{ steps.op-load-discord.outputs.DISCORD_WEBHOOK }}