diff --git a/.github/workflows/merge-develop.yml b/.github/workflows/merge-develop.yml index 4cd2408..7e63f0d 100644 --- a/.github/workflows/merge-develop.yml +++ b/.github/workflows/merge-develop.yml @@ -49,7 +49,7 @@ jobs: - name: code coverage report if: ${{ github.event_name == 'pull_request' }} - uses: orgoro/coverage@7dbd48c7f7ed09df337ff40058340c85bc93cb3d + uses: orgoro/coverage@ca0c362dc1a4f100447309405e6dfea47e251495 with: coverageFile: reports/coverage.xml token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index e815233..565c935 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -137,7 +137,7 @@ jobs: - name: code coverage report if: ${{ github.event_name == 'pull_request' }} - uses: orgoro/coverage@7dbd48c7f7ed09df337ff40058340c85bc93cb3d + uses: orgoro/coverage@ca0c362dc1a4f100447309405e6dfea47e251495 with: coverageFile: reports/coverage.xml token: ${{ secrets.GITHUB_TOKEN }} @@ -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@af78098f536edbc4de71162a307590698245be95 + uses: slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c with: webhook: ${{ secrets.DEPENDABOT_SLACK_WEBHOOK_URL }} webhook-type: incoming-webhook