Skip to content

chore(deps): Bump the actions group with 4 updates - #106

Open
dependabot[bot] wants to merge 4 commits into
mainfrom
dependabot/github_actions/actions-579e81ff00
Open

chore(deps): Bump the actions group with 4 updates#106
dependabot[bot] wants to merge 4 commits into
mainfrom
dependabot/github_actions/actions-579e81ff00

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the actions group with 4 updates: github/codeql-action, trufflesecurity/trufflehog, dawidd6/action-send-mail and Bogdanp/setup-racket.

Updates github/codeql-action from 4.37.7 to 4.37.9

Release notes

Sourced from github/codeql-action's releases.

v4.37.9

  • Update default CodeQL bundle version to 2.26.4. #4106

v4.37.8

No user facing changes.

Changelog

Sourced from github/codeql-action's changelog.

4.37.9 - 26 Aug 2026

  • Update default CodeQL bundle version to 2.26.4. #4106

4.37.8 - 21 Aug 2026

No user facing changes.

Commits
  • cdf488f Merge pull request #4107 from github/update-v4.37.9-920ba7cd1
  • 7243f38 Update changelog for v4.37.9
  • 920ba7c Merge pull request #4106 from github/update-bundle/codeql-bundle-v2.26.4
  • ecfa6e1 Add changelog note
  • adcdf4a Update default bundle to codeql-bundle-v2.26.4
  • 486fec2 Merge pull request #4099 from github/update-supported-enterprise-server-versions
  • 134624c Merge pull request #4101 from github/dependabot/npm_and_yarn/npm-minor-457d82...
  • ff43db8 Merge pull request #4103 from github/mergeback/v4.37.8-to-main-db488dde
  • 4605e03 Rebuild
  • 099c869 Update changelog and version after v4.37.8
  • Additional commits viewable in compare view

Updates trufflesecurity/trufflehog from 3.97.0 to 3.97.1

Release notes

Sourced from trufflesecurity/trufflehog's releases.

v3.97.1

What's Changed

New Contributors

Full Changelog: trufflesecurity/trufflehog@v3.97.0...v3.97.1

Commits
  • 20652fb Carry GitHub App installation ID on repo units (#5215)
  • 3ab759f Refine SECURITY.md (#5216)
  • 2cdb97d [SCAN-101] s3 source accept persisted unit envelopes in UnmarshalSourceUnit (...
  • 4ec7749 preallocate bindings capacity in dockerhub and groq, with unit tests (#5213)
  • 9610306 Doubled timeout, as MongoDB secrets are repeatedly hitting this and failing t...
  • 9d3f5d1 [SCAN-1020] neon scram pgx (#5217)
  • 925c1d0 fix(detectors/docker): don't greedy match in keyPat (#5214)
  • e12da3c docs: add generic config-secret custom detector example (#5195)
  • bcbcab2 Fix GHEC with Data Residency (*.ghe.com) base URL (#4777)
  • bc3a3ae Update module github.com/go-git/go-git/v5 to v5.19.2 [SECURITY] (#5196)
  • See full diff 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

Updates Bogdanp/setup-racket from 1.9.1 to 1.15

Release notes

Sourced from Bogdanp/setup-racket's releases.

v1.15

  • No user-visible changes. This change simply updates the action to run using Node 24, as Node 20 will be dropped by GitHub in June.

v1.14

Changed

  • The snapshot sites have been updated to consolidate the set of builds provided between the Utah and Northwestern sites. BC snapshots are now no longer available, so if you currently use version: current with variant: BC, you'll have to change variant to CS to fix your builds going forward. Additionally, the "test" distribution from Northwestern is no longer available. In the highly unlikely case you were setting distribution to test, change it to full. The test option is rejected by the action as of this version.

v1.13

Added

  • Support for more arm configurations. See the "ARM Builds" section of the README for details. (#81, #80, #9)

Changed

  • The architecture flag no longer defaults to x64. Instead it defaults to the process arch. This may have an impact on macOS builds if you were using ARM runners and weren't specifying the arch.

v1.12

Added

Changed

  • The version argument now defaults to stable

v1.11

Changed

  • Bumped the Node.js runtime version from 16 to 20. (#70)

v1.10

Changed

  • By default, snapshot versions are now installed from whichever snapshot site (between Utah and Northwestern) finished building more recently. You can pick a specific snapshot site using the new snapshot_site option. (#63, #64)
Commits
  • 2466913 doc: s/1.14/1.15 and s/8.18/9.1 [skip ci]
  • 2d6a750 build: update dependencies and run on node 24
  • 8823878 ci: drop macos-13
  • 510c17a build(deps): bump js-yaml from 3.14.1 to 3.14.2 (#84)
  • 0e4942f doc: s/8.17/8.18
  • dff14a0 build(deps): bump form-data from 3.0.1 to 3.0.4 (#83)
  • fda0f4d doc: update version [skip ci]
  • e321cc4 ci: drop deprecated windows-2019 environment
  • b45ffad core: drop "test" Distribution
  • 2c52f9b ci: drop BC variant and "test" distribution from Northwestern tests
  • 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 actions group with 4 updates: [github/codeql-action](https://github.com/github/codeql-action), [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog), [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) and [Bogdanp/setup-racket](https://github.com/bogdanp/setup-racket).


Updates `github/codeql-action` from 4.37.7 to 4.37.9
- [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.7...v4.37.9)

Updates `trufflesecurity/trufflehog` from 3.97.0 to 3.97.1
- [Release notes](https://github.com/trufflesecurity/trufflehog/releases)
- [Commits](trufflesecurity/trufflehog@v3.97.0...v3.97.1)

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)

Updates `Bogdanp/setup-racket` from 1.9.1 to 1.15
- [Release notes](https://github.com/bogdanp/setup-racket/releases)
- [Commits](Bogdanp/setup-racket@v1.9.1...v1.15)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.37.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: trufflesecurity/trufflehog
  dependency-version: 3.97.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: dawidd6/action-send-mail
  dependency-version: '18'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: Bogdanp/setup-racket
  dependency-version: '1.15'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 30, 2026
@dependabot
dependabot Bot requested a review from hyperpolymath as a code owner August 30, 2026 23:56
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 30, 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

While this PR successfully updates four GitHub Actions and maintains overall project quality standards, there are significant risks regarding the action-send-mail upgrade. The jump from v3 to v18 is a major update that may break the current space-separated recipient list, as modern parsers typically require comma-separation per RFC 5322.

Additionally, all third-party actions in this PR are updated using mutable version tags. To align with security best practices and prevent potential supply-chain attacks, these should be pinned to specific git commit SHAs. Verification of the email delivery logic is required before merging to avoid notification failures.

About this PR

  • The significant major version jump for action-send-mail (v3 to v18) requires careful verification. Major updates in this action often involve migrations to newer Node.js runtimes or updated mail libraries that enforce stricter standards than previous iterations.

Test suggestions

  • Verify CodeQL init and analyze steps are updated to v4.37.9
  • Verify TruffleHog secret scanning step is updated to v3.97.1
  • Verify email notification step is updated to the major version v18
  • Verify Racket setup steps across multiple jobs are updated to v1.15

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

- uses: actions/checkout@v7.0.1
- name: Secret scanning
uses: trufflesecurity/trufflehog@v3.97.0
uses: trufflesecurity/trufflehog@v3.97.1

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

Pinning third-party actions to a specific commit SHA rather than a tag (v3.97.1) prevents potential supply-chain attacks where a tag is maliciously repointed. This is especially important for actions that execute code in your CI environment.

Try running the following prompt in your IDE agent:

Find the full git commit SHA associated with the tag 'v3.97.1' for the 'trufflesecurity/trufflehog' repository. Replace the tag with this SHA in .github/workflows/comprehensive-quality.yml and add a comment indicating the original version.

Comment thread .github/workflows/test.yml Outdated

- name: Setup Racket
uses: Bogdanp/setup-racket@v1.9.1
uses: Bogdanp/setup-racket@v1.15

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

Pinning third-party actions to a specific commit SHA rather than a tag (v1.15) prevents potential supply-chain attacks where a tag is maliciously repointed. This is especially important for actions that execute code in your CI environment.

Try running the following prompt in your IDE agent:

Find the full git commit SHA associated with the tag 'v1.15' for the 'Bogdanp/setup-racket' repository. Replace the tag with this SHA in .github/workflows/test.yml and add a comment indicating the original version.

Comment thread .github/workflows/push-email-notify.yml Outdated
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

The jump to v18 for action-send-mail introduces two concerns. First, the to field (line 28) uses a space-separated list of emails, which may fail if the new version strictly enforces RFC 5322 comma-separation. Second, for security, this action should be pinned to a specific commit SHA rather than the v18 tag to prevent potential supply-chain attacks where a tag is maliciously repointed.

hyperpolymath
hyperpolymath previously approved these changes Aug 31, 2026
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