From 9627f13c6377c307b5d827c13c8a3844f2d0a31e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 10:09:43 +0000 Subject: [PATCH] chore(deps): bump dawidd6/action-send-mail from 3 to 7 Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 3 to 7. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/v3...v7) --- updated-dependencies: - dependency-name: dawidd6/action-send-mail dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-cd-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd-pipeline.yml b/.github/workflows/ci-cd-pipeline.yml index fae032a..7880625 100644 --- a/.github/workflows/ci-cd-pipeline.yml +++ b/.github/workflows/ci-cd-pipeline.yml @@ -820,7 +820,7 @@ jobs: - name: Send email notification if: steps.parse-vulns.outputs.total_critical > 0 || steps.parse-vulns.outputs.total_high > 0 continue-on-error: true - uses: dawidd6/action-send-mail@v3 + uses: dawidd6/action-send-mail@v7 with: server_address: ${{ secrets.MAIL_SERVER }} server_port: ${{ secrets.MAIL_PORT || '587' }}