diff --git a/.github/workflows/terraform.yaml b/.github/workflows/terraform.yaml index f0aeec1..0b83b12 100644 --- a/.github/workflows/terraform.yaml +++ b/.github/workflows/terraform.yaml @@ -99,7 +99,7 @@ jobs: - name: Notify Slack if: failure() - uses: slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844 # v1.23.0 + uses: slackapi/slack-github-action@70cd7be8e40a46e8b0eced40b0de447bdb42f68e # v1.26.0 with: channel-id: ${{ env.SLACK_CHANNEL }} slack-message: "Flightdeck acceptance terraform has failed to ${{ inputs.terraform_command }} on the ${{ inputs.module }} module." diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 277da19..38f4ebd 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -75,7 +75,7 @@ jobs: - name: Notify Slack if: failure() - uses: slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844 # v1.23.0 + uses: slackapi/slack-github-action@70cd7be8e40a46e8b0eced40b0de447bdb42f68e # v1.26.0 with: channel-id: ${{ env.SLACK_CHANNEL }} slack-message: "Flightdeck acceptance tests have failed on the testing cluster."