Commit 48d2119
authored
chore(deps): bump the actions group with 4 updates (#445)
Bumps the actions group with 4 updates:
[actions/cache](https://github.com/actions/cache),
[erlef/setup-beam](https://github.com/erlef/setup-beam),
[trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog)
and
[dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail).
Updates `actions/cache` from 5.0.5 to 6.1.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/cache/releases">actions/cache's
releases</a>.</em></p>
<blockquote>
<h2>v6.1.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Bump <code>@actions/cache</code> to v6.1.0 - handle read-only cache
access by <a
href="https://github.com/jasongin"><code>@jasongin</code></a> in <a
href="https://redirect.github.com/actions/cache/pull/1768">actions/cache#1768</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/cache/compare/v6...v6.1.0">https://github.com/actions/cache/compare/v6...v6.1.0</a></p>
<h2>v6.0.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Update packages, migrate to ESM by <a
href="https://github.com/Samirat"><code>@Samirat</code></a> in <a
href="https://redirect.github.com/actions/cache/pull/1760">actions/cache#1760</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/cache/compare/v5...v6.0.0">https://github.com/actions/cache/compare/v5...v6.0.0</a></p>
<h2>v5.1.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Bump <code>@actions/cache</code> to v5.1.0 - handle read-only cache
access by <a
href="https://github.com/jasongin"><code>@jasongin</code></a> in <a
href="https://redirect.github.com/actions/cache/pull/1775">actions/cache#1775</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/cache/compare/v5...v5.1.0">https://github.com/actions/cache/compare/v5...v5.1.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/actions/cache/blob/main/RELEASES.md">actions/cache's
changelog</a>.</em></p>
<blockquote>
<h1>Releases</h1>
<h2>How to prepare a release</h2>
<blockquote>
<p>[!NOTE]
Relevant for maintainers with write access only.</p>
</blockquote>
<ol>
<li>Switch to a new branch from <code>main</code>.</li>
<li>Run <code>npm test</code> to ensure all tests are passing.</li>
<li>Update the version in <a
href="https://github.com/actions/cache/blob/main/package.json"><code>https://github.com/actions/cache/blob/main/package.json</code></a>.</li>
<li>Run <code>npm run build</code> to update the compiled files.</li>
<li>Update this <a
href="https://github.com/actions/cache/blob/main/RELEASES.md"><code>https://github.com/actions/cache/blob/main/RELEASES.md</code></a>
with the new version and changes in the <code>## Changelog</code>
section.</li>
<li>Run <code>licensed cache</code> to update the license report.</li>
<li>Run <code>licensed status</code> and resolve any warnings by
updating the <a
href="https://github.com/actions/cache/blob/main/.licensed.yml"><code>https://github.com/actions/cache/blob/main/.licensed.yml</code></a>
file with the exceptions.</li>
<li>Commit your changes and push your branch upstream.</li>
<li>Open a pull request against <code>main</code> and get it reviewed
and merged.</li>
<li>Draft a new release <a
href="https://github.com/actions/cache/releases">https://github.com/actions/cache/releases</a>
use the same version number used in <code>package.json</code>
<ol>
<li>Create a new tag with the version number.</li>
<li>Auto generate release notes and update them to match the changes you
made in <code>RELEASES.md</code>.</li>
<li>Toggle the set as the latest release option.</li>
<li>Publish the release.</li>
</ol>
</li>
<li>Navigate to <a
href="https://github.com/actions/cache/actions/workflows/release-new-action-version.yml">https://github.com/actions/cache/actions/workflows/release-new-action-version.yml</a>
<ol>
<li>There should be a workflow run queued with the same version
number.</li>
<li>Approve the run to publish the new version and update the major tags
for this action.</li>
</ol>
</li>
</ol>
<h2>Changelog</h2>
<h3>6.1.0</h3>
<ul>
<li>Bump <code>@actions/cache</code> to v6.1.0 to pick up <a
href="https://redirect.github.com/actions/toolkit/pull/2435">actions/toolkit#2435
Handle cache write error due to read-only token</a></li>
<li>Switch redundant "Cache save failed" warning to debug log
in save-only</li>
</ul>
<h3>6.0.0</h3>
<ul>
<li>Updated <code>@actions/cache</code> to ^6.0.1,
<code>@actions/core</code> to ^3.0.1, <code>@actions/exec</code> to
^3.0.0, <code>@actions/io</code> to ^3.0.2</li>
<li>Migrated to ESM module system</li>
<li>Upgraded Jest to v30 and test infrastructure to be ESM
compatible</li>
</ul>
<h3>5.0.4</h3>
<ul>
<li>Bump <code>minimatch</code> to v3.1.5 (fixes ReDoS via globstar
patterns)</li>
<li>Bump <code>undici</code> to v6.24.1 (WebSocket decompression bomb
protection, header validation fixes)</li>
<li>Bump <code>fast-xml-parser</code> to v5.5.6</li>
</ul>
<h3>5.0.3</h3>
<ul>
<li>Bump <code>@actions/cache</code> to v5.0.5 (Resolves: <a
href="https://github.com/actions/cache/security/dependabot/33">https://github.com/actions/cache/security/dependabot/33</a>)</li>
<li>Bump <code>@actions/core</code> to v2.0.3</li>
</ul>
<h3>5.0.2</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/actions/cache/commit/55cc8345863c7cc4c66a329aec7e433d2d1c52a9"><code>55cc834</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/cache/issues/1768">#1768</a>
from jasongin/readonly-cache</li>
<li><a
href="https://github.com/actions/cache/commit/d8cd72f230726cdf4457ebb61ec1b593a8d12337"><code>d8cd72f</code></a>
Bump <code>@actions/cache</code> to v6.1.0 - handle cache write error
due to RO token</li>
<li><a
href="https://github.com/actions/cache/commit/2c8a9bd7457de244a408f35966fab2fb45fda9c8"><code>2c8a9bd</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/cache/issues/1760">#1760</a>
from actions/samirat/esm_migration_and_package_update</li>
<li><a
href="https://github.com/actions/cache/commit/e9b91fdc3fea7d79165fceb79042ef45c2d51023"><code>e9b91fd</code></a>
Prettier fixes</li>
<li><a
href="https://github.com/actions/cache/commit/e4884b8ff7f92ef6b52c79eda480bbc86e685adb"><code>e4884b8</code></a>
Rebuild dist</li>
<li><a
href="https://github.com/actions/cache/commit/10baf0191a3c426ea0fa4a3253a5c04233b6e18f"><code>10baf01</code></a>
Fixed licenses</li>
<li><a
href="https://github.com/actions/cache/commit/e39b386c9004d72a15d864ade8c0b3a702d47a37"><code>e39b386</code></a>
Fix test mock return order</li>
<li><a
href="https://github.com/actions/cache/commit/b6928203372a8571ff984c0c883ef3a1adfb0c06"><code>b692820</code></a>
PR feedback</li>
<li><a
href="https://github.com/actions/cache/commit/60749128a44d25d3c520a489e576380cf00ff3f1"><code>6074912</code></a>
Rebuild dist bundles as ESM to match type:module</li>
<li><a
href="https://github.com/actions/cache/commit/5a912e8b4af820fa082a0e75cfd2c782f8fbfe0e"><code>5a912e8</code></a>
Fix lint and jest issues</li>
<li>Additional commits viewable in <a
href="https://github.com/actions/cache/compare/27d5ce7f107fe9357f9df03efb73ab90386fccae...55cc8345863c7cc4c66a329aec7e433d2d1c52a9">compare
view</a></li>
</ul>
</details>
<br />
Updates `erlef/setup-beam` from 1.24.0 to 1.24.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/erlef/setup-beam/releases">erlef/setup-beam's
releases</a>.</em></p>
<blockquote>
<h2>v1.24.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Update 3rd party licenses (automation) by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>[bot]
in <a
href="https://redirect.github.com/erlef/setup-beam/pull/446">erlef/setup-beam#446</a></li>
<li>Update 3rd party licenses (automation) by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>[bot]
in <a
href="https://redirect.github.com/erlef/setup-beam/pull/459">erlef/setup-beam#459</a></li>
<li>Update 3rd party licenses (automation) by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>[bot]
in <a
href="https://redirect.github.com/erlef/setup-beam/pull/469">erlef/setup-beam#469</a></li>
<li>fix: broken tests (mostly out of stuff being outdated) by <a
href="https://github.com/paulo-ferraz-oliveira"><code>@paulo-ferraz-oliveira</code></a>
in <a
href="https://redirect.github.com/erlef/setup-beam/pull/468">erlef/setup-beam#468</a></li>
<li>Bump actions/checkout from 6.0.2 to 7.0.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/erlef/setup-beam/pull/467">erlef/setup-beam#467</a></li>
<li>Bump eslint from 10.1.0 to 10.6.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/erlef/setup-beam/pull/453">erlef/setup-beam#453</a></li>
<li>Bump prettier from 3.8.1 to 3.9.1 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/erlef/setup-beam/pull/454">erlef/setup-beam#454</a></li>
<li>Bump globals from 17.4.0 to 17.7.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/erlef/setup-beam/pull/452">erlef/setup-beam#452</a></li>
<li>Remove lodash Dependency by <a
href="https://github.com/maennchen"><code>@maennchen</code></a> in <a
href="https://redirect.github.com/erlef/setup-beam/pull/457">erlef/setup-beam#457</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/erlef/setup-beam/compare/v1...v1.24.1">https://github.com/erlef/setup-beam/compare/v1...v1.24.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/erlef/setup-beam/commit/54075bcc5e249e4758d363f27d099f55d843f124"><code>54075bc</code></a>
Automation: update setup-beam version output to ea45c80</li>
<li><a
href="https://github.com/erlef/setup-beam/commit/ea45c8043fec52efc4b40fa9d05fb634e5141b0c"><code>ea45c80</code></a>
Remove lodash Dependency (<a
href="https://redirect.github.com/erlef/setup-beam/issues/457">#457</a>)</li>
<li><a
href="https://github.com/erlef/setup-beam/commit/b4b8d851b6f36670e593d63d892153b5b3ae2bdd"><code>b4b8d85</code></a>
Automation: update setup-beam version output to 20df794</li>
<li><a
href="https://github.com/erlef/setup-beam/commit/20df794ab35b6dd266c3395c991d029531f2ffe9"><code>20df794</code></a>
Bump globals from 17.4.0 to 17.7.0 (<a
href="https://redirect.github.com/erlef/setup-beam/issues/452">#452</a>)</li>
<li><a
href="https://github.com/erlef/setup-beam/commit/9d5c5ca125147b9ac8fe3155c3a06e502d5bd5b6"><code>9d5c5ca</code></a>
Automation: update setup-beam version output to ad42943</li>
<li><a
href="https://github.com/erlef/setup-beam/commit/ad4294342c8fc016d6ad137f63e98ea480c54a17"><code>ad42943</code></a>
Bump prettier from 3.8.1 to 3.9.1 (<a
href="https://redirect.github.com/erlef/setup-beam/issues/454">#454</a>)</li>
<li><a
href="https://github.com/erlef/setup-beam/commit/135c095dffec3aa49c5b71c37d712f5e9bc7aa99"><code>135c095</code></a>
Automation: update setup-beam version output to a04cfbb</li>
<li><a
href="https://github.com/erlef/setup-beam/commit/a04cfbb50e428a16c1b3d925f6e25b6c91a143fd"><code>a04cfbb</code></a>
Bump eslint from 10.1.0 to 10.6.0 (<a
href="https://redirect.github.com/erlef/setup-beam/issues/453">#453</a>)</li>
<li><a
href="https://github.com/erlef/setup-beam/commit/cd1472f9413491e0ac48b4a047d68b630edf497c"><code>cd1472f</code></a>
Automation: update setup-beam version output to c80fdc9</li>
<li><a
href="https://github.com/erlef/setup-beam/commit/c80fdc938c3c9732b99b1aae97ed7dcfbc501837"><code>c80fdc9</code></a>
Bump actions/checkout from 6.0.2 to 7.0.0 (<a
href="https://redirect.github.com/erlef/setup-beam/issues/467">#467</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/erlef/setup-beam/compare/fc68ffb90438ef2936bbb3251622353b3dcb2f93...54075bcc5e249e4758d363f27d099f55d843f124">compare
view</a></li>
</ul>
</details>
<br />
Updates `trufflesecurity/trufflehog` from 3.95.5 to 3.95.6
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/trufflesecurity/trufflehog/releases">trufflesecurity/trufflehog's
releases</a>.</em></p>
<blockquote>
<h2>v3.95.6</h2>
<h2>What's Changed</h2>
<ul>
<li>Enigma detector enhance verification to prevent false verified
findings by <a
href="https://github.com/shahzadhaider1"><code>@shahzadhaider1</code></a>
in <a
href="https://redirect.github.com/trufflesecurity/trufflehog/pull/5011">trufflesecurity/trufflehog#5011</a></li>
<li>fix: scan files with lines exceeding bufio's default 64 KB token
limit by <a
href="https://github.com/MuneebUllahKhan222"><code>@MuneebUllahKhan222</code></a>
in <a
href="https://redirect.github.com/trufflesecurity/trufflehog/pull/5022">trufflesecurity/trufflehog#5022</a></li>
<li>fix(postgres): honor ignore tags for default port URLs by <a
href="https://github.com/Dawn-Fighter"><code>@Dawn-Fighter</code></a>
in <a
href="https://redirect.github.com/trufflesecurity/trufflehog/pull/4968">trufflesecurity/trufflehog#4968</a></li>
<li>Move to github.com/moby/moby/client from docker/docker by <a
href="https://github.com/trufflesteeeve"><code>@trufflesteeeve</code></a>
in <a
href="https://redirect.github.com/trufflesecurity/trufflehog/pull/4987">trufflesecurity/trufflehog#4987</a></li>
<li>fix: avoid terminal probes before CLI output by <a
href="https://github.com/Hackerchen716"><code>@Hackerchen716</code></a>
in <a
href="https://redirect.github.com/trufflesecurity/trufflehog/pull/4994">trufflesecurity/trufflehog#4994</a></li>
<li>Update test containers dependency by <a
href="https://github.com/trufflesteeeve"><code>@trufflesteeeve</code></a>
in <a
href="https://redirect.github.com/trufflesecurity/trufflehog/pull/4978">trufflesecurity/trufflehog#4978</a></li>
<li>Re-host pkg/handlers JSON test fixtures under the org by <a
href="https://github.com/amanfcp"><code>@amanfcp</code></a> in <a
href="https://redirect.github.com/trufflesecurity/trufflehog/pull/5023">trufflesecurity/trufflehog#5023</a></li>
<li>[INS-465] Add datadogapikey detector to defaults.go by <a
href="https://github.com/mustansir14"><code>@mustansir14</code></a> in
<a
href="https://redirect.github.com/trufflesecurity/trufflehog/pull/4969">trufflesecurity/trufflehog#4969</a></li>
<li>[INS-470] Add Tly detector to defaults.go, gate it behind feat flag
and update its verification logic by <a
href="https://github.com/MuneebUllahKhan222"><code>@MuneebUllahKhan222</code></a>
in <a
href="https://redirect.github.com/trufflesecurity/trufflehog/pull/5006">trufflesecurity/trufflehog#5006</a></li>
<li>[INS-473] Add wit detector to defaults.go, gate it behind feat flag
and update verification logic by <a
href="https://github.com/MuneebUllahKhan222"><code>@MuneebUllahKhan222</code></a>
in <a
href="https://redirect.github.com/trufflesecurity/trufflehog/pull/5008">trufflesecurity/trufflehog#5008</a></li>
<li>Updating Klaviyo PK new format by <a
href="https://github.com/breetan"><code>@breetan</code></a> in <a
href="https://redirect.github.com/trufflesecurity/trufflehog/pull/5009">trufflesecurity/trufflehog#5009</a></li>
<li>Restructure Klaviyo detector pattern tests by <a
href="https://github.com/martinlocklear"><code>@martinlocklear</code></a>
in <a
href="https://redirect.github.com/trufflesecurity/trufflehog/pull/5026">trufflesecurity/trufflehog#5026</a></li>
<li>Replace Renovate config with shared preset (high-risk tier) by <a
href="https://github.com/bryanbeverly"><code>@bryanbeverly</code></a>
in <a
href="https://redirect.github.com/trufflesecurity/trufflehog/pull/4992">trufflesecurity/trufflehog#4992</a></li>
<li>set redacted value to last 4 characters of secret, to match how the
secret type admin interface displays it by <a
href="https://github.com/jordanTunstill"><code>@jordanTunstill</code></a>
in <a
href="https://redirect.github.com/trufflesecurity/trufflehog/pull/5027">trufflesecurity/trufflehog#5027</a></li>
<li>GitHub finegrained analyzer was improperly handling errors by <a
href="https://github.com/dustin-decker"><code>@dustin-decker</code></a>
in <a
href="https://redirect.github.com/trufflesecurity/trufflehog/pull/4498">trufflesecurity/trufflehog#4498</a></li>
<li>[INS-469] Added Rev detectors to defaults.go and gated it behind
feature flag by <a
href="https://github.com/MuneebUllahKhan222"><code>@MuneebUllahKhan222</code></a>
in <a
href="https://redirect.github.com/trufflesecurity/trufflehog/pull/5005">trufflesecurity/trufflehog#5005</a></li>
<li>Fix Renovate lookup: update setup-captain version comment by <a
href="https://github.com/bryanbeverly"><code>@bryanbeverly</code></a>
in <a
href="https://redirect.github.com/trufflesecurity/trufflehog/pull/4999">trufflesecurity/trufflehog#4999</a></li>
<li>[INS-472] [INS-515] Add user detector to defaults.go, gate it behind
feat flag, update verification logic and add custom ep configuration by
<a
href="https://github.com/MuneebUllahKhan222"><code>@MuneebUllahKhan222</code></a>
in <a
href="https://redirect.github.com/trufflesecurity/trufflehog/pull/5007">trufflesecurity/trufflehog#5007</a></li>
<li>Fix: Resolve known dedup issues in notifierWorker by <a
href="https://github.com/MuneebUllahKhan222"><code>@MuneebUllahKhan222</code></a>
in <a
href="https://redirect.github.com/trufflesecurity/trufflehog/pull/5028">trufflesecurity/trufflehog#5028</a></li>
<li>fix(dropbox): prevent long sl.u. tokens from being truncated by <a
href="https://github.com/lukem-ts"><code>@lukem-ts</code></a> in <a
href="https://redirect.github.com/trufflesecurity/trufflehog/pull/5012">trufflesecurity/trufflehog#5012</a></li>
<li>fix: add filetype=sdist param to pypi detector by <a
href="https://github.com/lukem-ts"><code>@lukem-ts</code></a> in <a
href="https://redirect.github.com/trufflesecurity/trufflehog/pull/4988">trufflesecurity/trufflehog#4988</a></li>
<li>Handlers - Embed small HTTP test fixtures by <a
href="https://github.com/amanfcp"><code>@amanfcp</code></a> in <a
href="https://redirect.github.com/trufflesecurity/trufflehog/pull/5001">trufflesecurity/trufflehog#5001</a></li>
<li>S3: surface bucket listing failures and fix multi-role object count
by <a
href="https://github.com/shahzadhaider1"><code>@shahzadhaider1</code></a>
in <a
href="https://redirect.github.com/trufflesecurity/trufflehog/pull/5035">trufflesecurity/trufflehog#5035</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/Dawn-Fighter"><code>@Dawn-Fighter</code></a>
made their first contribution in <a
href="https://redirect.github.com/trufflesecurity/trufflehog/pull/4968">trufflesecurity/trufflehog#4968</a></li>
<li><a
href="https://github.com/Hackerchen716"><code>@Hackerchen716</code></a>
made their first contribution in <a
href="https://redirect.github.com/trufflesecurity/trufflehog/pull/4994">trufflesecurity/trufflehog#4994</a></li>
<li><a href="https://github.com/breetan"><code>@breetan</code></a> made
their first contribution in <a
href="https://redirect.github.com/trufflesecurity/trufflehog/pull/5009">trufflesecurity/trufflehog#5009</a></li>
<li><a href="https://github.com/lukem-ts"><code>@lukem-ts</code></a>
made their first contribution in <a
href="https://redirect.github.com/trufflesecurity/trufflehog/pull/5012">trufflesecurity/trufflehog#5012</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/trufflesecurity/trufflehog/compare/v3.95.4...v3.95.6">https://github.com/trufflesecurity/trufflehog/compare/v3.95.4...v3.95.6</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/trufflesecurity/trufflehog/commit/30d5bb91af1a771378349dbbb0c82129392acf70"><code>30d5bb9</code></a>
S3: surface bucket listing failures and fix multi-role object count (<a
href="https://redirect.github.com/trufflesecurity/trufflehog/issues/5035">#5035</a>)</li>
<li><a
href="https://github.com/trufflesecurity/trufflehog/commit/f0739f1cb54b8f079723abb60e79a23e5c1c275a"><code>f0739f1</code></a>
close todo - embed small HTTP test fixtures (<a
href="https://redirect.github.com/trufflesecurity/trufflehog/issues/5001">#5001</a>)</li>
<li><a
href="https://github.com/trufflesecurity/trufflehog/commit/36d680a074f34a8ec9ae32614ace45c34ec820c5"><code>36d680a</code></a>
add filetype=sdist param so we get the correct response code (<a
href="https://redirect.github.com/trufflesecurity/trufflehog/issues/4988">#4988</a>)</li>
<li><a
href="https://github.com/trufflesecurity/trufflehog/commit/248ffd5bfb35dbe043817020a70369bec134e6f2"><code>248ffd5</code></a>
fix(dropbox): prevent long sl.u. tokens from being truncated before
verificat...</li>
<li><a
href="https://github.com/trufflesecurity/trufflehog/commit/afbdaa87d92085e0755bd00122d8e14ad0007692"><code>afbdaa8</code></a>
Fix: Resolve known dedup issues in notifierWorker (<a
href="https://redirect.github.com/trufflesecurity/trufflehog/issues/5028">#5028</a>)</li>
<li><a
href="https://github.com/trufflesecurity/trufflehog/commit/7bcf3764216cca2366fe4c68147a33d6016d5283"><code>7bcf376</code></a>
[INS-472] [INS-515] Add user detector to defaults.go, gate it behind
feat fla...</li>
<li><a
href="https://github.com/trufflesecurity/trufflehog/commit/84a2b33c9f891494db6ebe02f2a55b19cdf38f25"><code>84a2b33</code></a>
Fix Renovate lookup: update setup-captain version comment (<a
href="https://redirect.github.com/trufflesecurity/trufflehog/issues/4999">#4999</a>)</li>
<li><a
href="https://github.com/trufflesecurity/trufflehog/commit/ac0805e53b065e7188181fc80dce1800dfa51ab9"><code>ac0805e</code></a>
[INS-469] Added Rev detectors to defaults.go and gated it behind feature
flag...</li>
<li><a
href="https://github.com/trufflesecurity/trufflehog/commit/d03d0879a3d03548a000f6eb2640307f0815c3b3"><code>d03d087</code></a>
GitHub finegrain analyzer was improperly handling errors (<a
href="https://redirect.github.com/trufflesecurity/trufflehog/issues/4498">#4498</a>)</li>
<li><a
href="https://github.com/trufflesecurity/trufflehog/commit/b64cefe02915741a4d7efe851fe7087e83b2ac66"><code>b64cefe</code></a>
set redacted value to last 4 characters of secret, to match how the
secret ty...</li>
<li>Additional commits viewable in <a
href="https://github.com/trufflesecurity/trufflehog/compare/d411fff7b8879a62509f3fa98c07f247ac089a51...30d5bb91af1a771378349dbbb0c82129392acf70">compare
view</a></li>
</ul>
</details>
<br />
Updates `dawidd6/action-send-mail` from
6e502825a508b867ab2954ad6343b68787624c01 to
994f270325d4f7257aff241a35488ef54ba364a4
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dawidd6/action-send-mail/commit/994f270325d4f7257aff241a35488ef54ba364a4"><code>994f270</code></a>
build(deps): bump undici from 6.24.1 to 6.27.0 (<a
href="https://redirect.github.com/dawidd6/action-send-mail/issues/301">#301</a>)</li>
<li><a
href="https://github.com/dawidd6/action-send-mail/commit/94de994a9f6fffee200243214e17002e2920bb59"><code>94de994</code></a>
fix: Use extended HELLO with github.com domain (<a
href="https://redirect.github.com/dawidd6/action-send-mail/issues/302">#302</a>)</li>
<li>See full diff in <a
href="https://github.com/dawidd6/action-send-mail/compare/6e502825a508b867ab2954ad6343b68787624c01...994f270325d4f7257aff241a35488ef54ba364a4">compare
view</a></li>
</ul>
</details>
<br />
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 8fbf5cd commit 48d2119
6 files changed
Lines changed: 12 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
| 173 | + | |
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
760 | 760 | | |
761 | 761 | | |
762 | 762 | | |
763 | | - | |
| 763 | + | |
764 | 764 | | |
765 | 765 | | |
766 | 766 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments