diff --git a/.github/workflows/terraform.yaml b/.github/workflows/terraform.yaml index 10e800fc..7eb4bb1b 100644 --- a/.github/workflows/terraform.yaml +++ b/.github/workflows/terraform.yaml @@ -117,7 +117,7 @@ jobs: - name: Notify Slack if: failure() - uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0 + uses: slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52 # v2.1.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 156e42b6..fbf2a198 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@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0 + uses: slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52 # v2.1.0 with: channel-id: ${{ env.SLACK_CHANNEL }} slack-message: "Flightdeck acceptance tests have failed on the testing cluster."