diff --git a/.github/workflows/merge-develop.yml b/.github/workflows/merge-develop.yml index 374a6a3..44df7ff 100644 --- a/.github/workflows/merge-develop.yml +++ b/.github/workflows/merge-develop.yml @@ -82,7 +82,7 @@ jobs: - name: publish junit reports if: success() || failure() - uses: mikepenz/action-junit-report@5e05ac00ad0604dfb7e313ae412aa3284f4906d6 + uses: mikepenz/action-junit-report@bccf2e31636835cf0874589931c4116687171386 with: check_name: junit reports report_paths: reports/junit/*.xml diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 894a862..8d2ba9f 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -182,7 +182,7 @@ jobs: - name: publish junit reports if: success() || failure() - uses: mikepenz/action-junit-report@5e05ac00ad0604dfb7e313ae412aa3284f4906d6 + uses: mikepenz/action-junit-report@bccf2e31636835cf0874589931c4116687171386 with: check_name: junit reports report_paths: reports/junit/*.xml @@ -341,7 +341,7 @@ jobs: if: ${{ always() && github.repository == 'NHSDigital/mesh-client' && github.actor == 'dependabot[bot]' && contains(needs.*.result, 'failure') }} steps: - name: Slack Notification - uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a + uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 with: webhook: ${{ secrets.DEPENDABOT_SLACK_WEBHOOK_URL }} webhook-type: incoming-webhook