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 }}