Skip to content

build(deps): Bump dawidd6/action-send-mail from 3.12.0 to 18 in the actions group - #131

Merged
hyperpolymath merged 1 commit into
mainfrom
dependabot/github_actions/actions-9a9db0510e
Aug 28, 2026
Merged

build(deps): Bump dawidd6/action-send-mail from 3.12.0 to 18 in the actions group#131
hyperpolymath merged 1 commit into
mainfrom
dependabot/github_actions/actions-9a9db0510e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 28, 2026

Copy link
Copy Markdown
Contributor

Bumps the actions group with 1 update: dawidd6/action-send-mail.

Updates dawidd6/action-send-mail from 3.12.0 to 18

Release notes

Sourced from dawidd6/action-send-mail's releases.

v18

What's Changed

Full Changelog: dawidd6/action-send-mail@v17...v18

v17

What's Changed

Full Changelog: dawidd6/action-send-mail@v16...v17

v16

What's Changed

Full Changelog: dawidd6/action-send-mail@v15...v16

v15

What's Changed

Full Changelog: dawidd6/action-send-mail@v14...v15

v14

What's Changed

... (truncated)

Commits
  • 94de994 fix: Use extended HELLO with github.com domain (#302)
  • 6e50282 build(deps): bump actions/checkout from 6 to 7 (#300)
  • 1d138f3 build(deps): bump nodemailer from 9.0.0 to 9.0.1 (#299)
  • 1369c5b node_modules: update (#297)
  • d86d472 build(deps): bump nodemailer from 8.0.11 to 9.0.0 (#296)
  • 19dc783 build(deps): bump nodemailer from 8.0.10 to 8.0.11 (#295)
  • 0dd1be8 build(deps): bump nodemailer from 8.0.9 to 8.0.10 (#294)
  • 6bf8b9c build(deps): bump nodemailer from 8.0.8 to 8.0.9 (#293)
  • 51e2c0d build(deps): bump nodemailer from 8.0.7 to 8.0.8 (#292)
  • 076b075 build(deps): bump brace-expansion from 5.0.5 to 5.0.6 (#291)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the actions group with 1 update: [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail).


Updates `dawidd6/action-send-mail` from 3.12.0 to 18
- [Release notes](https://github.com/dawidd6/action-send-mail/releases)
- [Commits](dawidd6/action-send-mail@v3.12.0...v18)

---
updated-dependencies:
- dependency-name: dawidd6/action-send-mail
  dependency-version: '18'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 28, 2026
@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes.

@codacy-production codacy-production Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

The PR aligns with the stated intent to update the 'dawidd6/action-send-mail' GitHub Action to version v18. Codacy analysis indicates that the project quality is up to standards, and no new issues were detected by automated scans. The update satisfies the acceptance criteria for maintaining existing SMTP and authentication configurations. No merge-blocking security vulnerabilities or logic flaws were identified that fall within the permitted reporting scope.

Test suggestions

  • Verify that the push notification workflow triggers correctly and the send-mail action (v18) accepts the current SMTP configuration
  • Verify that the email is successfully delivered to all recipients specified in the 'to' field under the new version
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify that the push notification workflow triggers correctly and the send-mail action (v18) accepts the current SMTP configuration
2. Verify that the email is successfully delivered to all recipients specified in the 'to' field under the new version

TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback

@github-actions

Copy link
Copy Markdown

🔍 Hypatia Security Scan

Findings: 431 issues detected

Severity Count
🔴 Critical 10
🟠 High 149
🟡 Medium 272

⚠️ Action Required: Critical security issues found!

View findings
[
  {
    "reason": "Action dawidd6/action-send-mail@v18 needs attention",
    "type": "unpinned_action",
    "file": "push-email-notify.yml",
    "action": "pin_sha",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in label-triage.yml",
    "type": "missing_timeout_minutes",
    "file": "label-triage.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in labels.yml",
    "type": "missing_timeout_minutes",
    "file": "labels.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "innerHTML assignment -- XSS risk, use textContent or SafeDOM (2 occurrences, CWE-79)",
    "type": "js_innerhtml",
    "file": "/home/runner/work/boj-server-cartridges/boj-server-cartridges/site/assets/app.js",
    "action": "flag",
    "rule_module": "code_safety",
    "severity": "high"
  },
  {
    "reason": "Zig @ptrCast performs unchecked pointer type conversion (1 occurrences, CWE-704)",
    "type": "zig_ptr_cast",
    "file": "/home/runner/work/boj-server-cartridges/boj-server-cartridges/cartridges/templates/gossamer-mcp/ffi/cartridge_shim.zig",
    "action": "flag",
    "rule_module": "code_safety",
    "severity": "high"
  },
  {
    "reason": "Zig @bitCast reinterprets bits without type checking (1 occurrences, CWE-704)",
    "type": "zig_bit_cast",
    "file": "/home/runner/work/boj-server-cartridges/boj-server-cartridges/cartridges/templates/gossamer-mcp/ffi/cartridge_shim.zig",
    "action": "flag",
    "rule_module": "code_safety",
    "severity": "medium"
  },
  {
    "reason": "Zig @ptrCast performs unchecked pointer type conversion (3 occurrences, CWE-704)",
    "type": "zig_ptr_cast",
    "file": "/home/runner/work/boj-server-cartridges/boj-server-cartridges/cartridges/templates/gossamer-mcp/adapter/gossamer_adapter.zig",
    "action": "flag",
    "rule_module": "code_safety",
    "severity": "high"
  },
  {
    "reason": "Zig @ptrCast performs unchecked pointer type conversion (1 occurrences, CWE-704)",
    "type": "zig_ptr_cast",
    "file": "/home/runner/work/boj-server-cartridges/boj-server-cartridges/cartridges/cross-cutting/build/bsp-mcp/ffi/cartridge_shim.zig",
    "action": "flag",
    "rule_module": "code_safety",
    "severity": "high"
  },
  {
    "reason": "Zig @bitCast reinterprets bits without type checking (1 occurrences, CWE-704)",
    "type": "zig_bit_cast",
    "file": "/home/runner/work/boj-server-cartridges/boj-server-cartridges/cartridges/cross-cutting/build/bsp-mcp/ffi/cartridge_shim.zig",
    "action": "flag",
    "rule_module": "code_safety",
    "severity": "medium"
  },
  {
    "reason": "Zig @ptrCast performs unchecked pointer type conversion (1 occurrences, CWE-704)",
    "type": "zig_ptr_cast",
    "file": "/home/runner/work/boj-server-cartridges/boj-server-cartridges/cartridges/cross-cutting/fleet/fleet-mcp/ffi/cartridge_shim.zig",
    "action": "flag",
    "rule_module": "code_safety",
    "severity": "high"
  }
]

Powered by Hypatia Neurosymbolic CI/CD Intelligence

@hyperpolymath hyperpolymath left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved by Antigravity

@hyperpolymath
hyperpolymath enabled auto-merge (squash) August 28, 2026 05:59

@hyperpolymath hyperpolymath left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved by Antigravity

@hyperpolymath
hyperpolymath merged commit 3bdc803 into main Aug 28, 2026
28 of 33 checks passed
@hyperpolymath
hyperpolymath deleted the dependabot/github_actions/actions-9a9db0510e branch August 28, 2026 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant