From c834613978f42f85f9ee9e47e540df495e70f083 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 14:22:04 +0000 Subject: [PATCH] deps(actions): bump dawidd6/action-send-mail from 3 to 18 Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 3 to 18. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/v3...v18) --- updated-dependencies: - dependency-name: dawidd6/action-send-mail dependency-version: '18' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tid-secureci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tid-secureci.yml b/.github/workflows/tid-secureci.yml index 36e1979..778aa13 100644 --- a/.github/workflows/tid-secureci.yml +++ b/.github/workflows/tid-secureci.yml @@ -1138,7 +1138,7 @@ jobs: - name: Email report if: ${{ env.MAIL_ENABLED == 'true' }} - uses: dawidd6/action-send-mail@v3 + uses: dawidd6/action-send-mail@v18 with: server_address: ${{ secrets.smtp_server }} server_port: ${{ secrets.smtp_port || '587' }}