From ae5e952e1edb0eba395f87d453d771f64cf77dbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 09:44:33 +0000 Subject: [PATCH] Bump dawidd6/action-send-mail from 3.11.0 to 3.12.0 Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 3.11.0 to 3.12.0. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/4226df7daafa6fc901a43789c49bf7ab309066e7...2cea9617b09d79a095af21254fbcb7ae95903dde) --- updated-dependencies: - dependency-name: dawidd6/action-send-mail dependency-version: 3.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/runJdbcComparator.yml | 2 +- .github/workflows/securityScan.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/runJdbcComparator.yml b/.github/workflows/runJdbcComparator.yml index 61ffbd1b2..bcfdd2677 100644 --- a/.github/workflows/runJdbcComparator.yml +++ b/.github/workflows/runJdbcComparator.yml @@ -126,7 +126,7 @@ jobs: - name: Send Email if: steps.check_differences.outputs.has_differences == 'true' - uses: dawidd6/action-send-mail@4226df7daafa6fc901a43789c49bf7ab309066e7 # v3 + uses: dawidd6/action-send-mail@2cea9617b09d79a095af21254fbcb7ae95903dde # v3.12.0 with: server_address: smtp.gmail.com server_port: 465 diff --git a/.github/workflows/securityScan.yml b/.github/workflows/securityScan.yml index 94de356e7..40bdee53e 100644 --- a/.github/workflows/securityScan.yml +++ b/.github/workflows/securityScan.yml @@ -280,7 +280,7 @@ jobs: - name: Send Email if: (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && steps.findings.outputs.total_findings != '0' - uses: dawidd6/action-send-mail@4226df7daafa6fc901a43789c49bf7ab309066e7 # v3 + uses: dawidd6/action-send-mail@2cea9617b09d79a095af21254fbcb7ae95903dde # v3.12.0 with: server_address: smtp.gmail.com server_port: 465