Skip to content

chore(deps): bump the github-actions group with 3 updates - #93

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-4b00e302a2
Open

chore(deps): bump the github-actions group with 3 updates#93
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-4b00e302a2

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the github-actions group with 3 updates: actions/checkout, github/codeql-action and dawidd6/action-send-mail.

Updates actions/checkout from 4.4.0 to 7.0.1

Release notes

Sourced from actions/checkout's releases.

v7.0.1

What's Changed

Full Changelog: actions/checkout@v7...v7.0.1

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v6.0.3...v7.0.0

v6.1.0

What's Changed

https://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout/ for more details about this breaking change

Full Changelog: actions/checkout@v6.0.3...v6.1.0

v6.0.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v6...v6.0.3

v6.0.2

What's Changed

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

v7.0.1

v7.0.0

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

v4.2.0

... (truncated)

Commits

Updates github/codeql-action from 4.37.6 to 4.37.8

Release notes

Sourced from github/codeql-action's releases.

v4.37.8

No user facing changes.

v4.37.7

  • Update default CodeQL bundle version to 2.26.3. #4085
Changelog

Sourced from github/codeql-action's changelog.

4.37.8 - 21 Aug 2026

No user facing changes.

4.37.7 - 13 Aug 2026

  • Update default CodeQL bundle version to 2.26.3. #4085
Commits
  • db488dd Merge pull request #4102 from github/update-v4.37.8-9ee088e13
  • 1845f5b Update changelog for v4.37.8
  • 9ee088e Merge pull request #4080 from github/henrymercer/studious-giggle
  • 1aef003 Address review feedback on overlay disk flags
  • 508b83b Merge main into overlay minimum disk feature branch
  • d97b342 Merge pull request #4098 from github/mbg/permission-error-as-configuration-error
  • 47fa622 Make EACCES a ConfigurationError
  • 45693cc Refactor ENOSPC check into isDiskConfigurationError function
  • c2fd8f5 Merge pull request #4081 from github/mario-campos/version-cache-to-disk
  • c56f48e Log unexpected conditions during caching CLI output
  • Additional commits viewable in compare view

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 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 github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [github/codeql-action](https://github.com/github/codeql-action) and [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail).


Updates `actions/checkout` from 4.4.0 to 7.0.1
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.4.0...v7.0.1)

Updates `github/codeql-action` from 4.37.6 to 4.37.8
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v4.37.6...v4.37.8)

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: actions/checkout
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: github/codeql-action
  dependency-version: 4.37.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: dawidd6/action-send-mail
  dependency-version: '18'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-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 27, 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 updates several GitHub Actions dependencies and is confirmed to be up to quality standards. While the updates correctly fulfill the requirement to bump versions, a security concern has been identified regarding the use of mutable version tags for third-party actions. To mitigate the risk of supply chain attacks, it is recommended to pin these dependencies to specific commit SHAs. No logic regressions or gaps in acceptance criteria were found.

Test suggestions

  • Verify that actions/checkout@v7.0.1 functions correctly in the main-estate-audit workflow.
  • Verify that github/codeql-action@v4.37.8 initializes and analyzes successfully in the CodeQL workflow.
  • Verify that dawidd6/action-send-mail@v18 successfully sends emails in the push-email-notify workflow.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify that actions/checkout@v7.0.1 functions correctly in the main-estate-audit workflow.
2. Verify that github/codeql-action@v4.37.8 initializes and analyzes successfully in the CodeQL workflow.
3. Verify that dawidd6/action-send-mail@v18 successfully sends emails in the push-email-notify workflow.

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

steps:
- name: Send push notification email
uses: dawidd6/action-send-mail@v3.12.0
uses: dawidd6/action-send-mail@v18

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🔴 HIGH RISK

Using mutable tags for third-party GitHub Actions introduces a supply chain security risk. It is a best practice to pin these dependencies to a specific 40-character commit SHA. This ensures that the code executed in your CI/CD pipeline is immutable and cannot be tampered with by a compromised third-party repository, which is particularly critical for workflows handling sensitive SMTP credentials.

See Issue in Codacy

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