Skip to content

Commit 880d23a

Browse files
chore(deps): bump the gha-minor-patch group with 2 updates (#236)
Bumps the gha-minor-patch group with 2 updates: [bullfrogsec/bullfrog](https://github.com/bullfrogsec/bullfrog) and [github/codeql-action](https://github.com/github/codeql-action). Updates `bullfrogsec/bullfrog` from 0.9.2 to 0.9.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bullfrogsec/bullfrog/releases">bullfrogsec/bullfrog's releases</a>.</em></p> <blockquote> <h2>v0.9.3</h2> <h2><a href="https://github.com/bullfrogsec/bullfrog/compare/v0.9.2...v0.9.3">0.9.3</a> (2026-01-08)</h2> <h3>Bug Fixes</h3> <ul> <li>link to control plane doesn't redirect to correct run attempt (<a href="https://redirect.github.com/bullfrogsec/bullfrog/issues/232">#232</a>) (<a href="https://github.com/bullfrogsec/bullfrog/commit/f36bd9a9cd3e32120ef9af29014bc11ea9cad4f5">f36bd9a</a>)</li> </ul> <h2>v0.9.3-beta-build-provenance</h2> <p>Automated beta release from branch beta/build-provenance</p> <p><strong>Testing this beta:</strong></p> <pre lang="yaml"><code>- uses: e6bc8ad with: _agent-version: 'v0.9.3-beta-build-provenance' egress-policy: block allowed-domains: example.com </code></pre> <h2>Verifying the Agent Binary</h2> <p>You can manually verify the agent binary attestation using:</p> <pre lang="bash"><code># Download, extract and verify the agent binary curl -L https://github.com/bullfrogsec/bullfrog/releases/download/v0.9.3-beta-build-provenance/agent.tar.gz -o agent.tar.gz tar -xzf agent.tar.gz gh attestation verify agent/agent --owner bullfrogsec </code></pre> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/bullfrogsec/bullfrog/blob/main/CHANGELOG.md">bullfrogsec/bullfrog's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2><a href="https://github.com/bullfrogsec/bullfrog/compare/v0.9.2...v0.9.3">0.9.3</a> (2026-01-08)</h2> <h3>Bug Fixes</h3> <ul> <li>link to control plane doesn't redirect to correct run attempt (<a href="https://redirect.github.com/bullfrogsec/bullfrog/issues/232">#232</a>) (<a href="https://github.com/bullfrogsec/bullfrog/commit/f36bd9a9cd3e32120ef9af29014bc11ea9cad4f5">f36bd9a</a>)</li> </ul> <h2><a href="https://github.com/bullfrogsec/bullfrog/compare/v0.9.1...v0.9.2">0.9.2</a> (2026-01-06)</h2> <h3>Bug Fixes</h3> <ul> <li>untrusted dns server blocking in audit mode and can't add custom dns server (<a href="https://redirect.github.com/bullfrogsec/bullfrog/issues/226">#226</a>) (<a href="https://github.com/bullfrogsec/bullfrog/commit/bcb01253bac3b5814db5ac003bad0791c4636259">bcb0125</a>)</li> </ul> <h2><a href="https://github.com/bullfrogsec/bullfrog/compare/v0.9.0...v0.9.1">0.9.1</a> (2026-01-05)</h2> <h3>Bug Fixes</h3> <ul> <li>missing docker info due to race condition (<a href="https://redirect.github.com/bullfrogsec/bullfrog/issues/221">#221</a>) (<a href="https://github.com/bullfrogsec/bullfrog/commit/31047fb975a8c888ff0843892bf91bf975a7ac38">31047fb</a>)</li> </ul> <h2><a href="https://github.com/bullfrogsec/bullfrog/compare/v0.8.4...v0.9.0">0.9.0</a> (2026-01-05)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li><strong>Default allowed domains have been restricted.</strong> Previously, <code>github.com</code>, <code>api.github.com</code>, and <code>*.blob.core.windows.net</code> were allowed by default. These domains are no longer implicitly allowed in v0.9.0. If your workflows depend on these domains, you must now explicitly allow them in your configuration when upgrading to v0.9.0.</li> </ul> <h3>Features</h3> <ul> <li>publish connection results to control plane (<a href="https://redirect.github.com/bullfrogsec/bullfrog/issues/219">#219</a>) (<a href="https://github.com/bullfrogsec/bullfrog/commit/9d88757b0fb6df713d2cdc16e91635daccf14229">9d88757</a>)</li> <li>remove dependency on tetragon and other improvements (<a href="https://redirect.github.com/bullfrogsec/bullfrog/issues/216">#216</a>) (<a href="https://github.com/bullfrogsec/bullfrog/commit/02b45b49786877c019535ca037c4b61e61c89f91">02b45b4</a>)</li> <li>restrict default allowed domains (<a href="https://redirect.github.com/bullfrogsec/bullfrog/issues/217">#217</a>) (<a href="https://github.com/bullfrogsec/bullfrog/commit/8089b5edd3a5782a768326c628e938568e154d5f">8089b5e</a>)</li> <li>update action to use node 24 (<a href="https://redirect.github.com/bullfrogsec/bullfrog/issues/200">#200</a>) (<a href="https://github.com/bullfrogsec/bullfrog/commit/65a0913e3892df178e55283562c265590b614eb5">65a0913</a>)</li> </ul> <h2><a href="https://github.com/bullfrogsec/bullfrog/compare/v0.8.3...v0.8.4">0.8.4</a> (2025-05-14)</h2> <h3>Bug Fixes</h3> <ul> <li>dns over tcp bypasses domain filtering (<a href="https://redirect.github.com/bullfrogsec/bullfrog/issues/175">#175</a>) (<a href="https://github.com/bullfrogsec/bullfrog/commit/ae7744ae4b3a6f8ffc2e49f501e30bf1a43d4671">ae7744a</a>)</li> </ul> <h2><a href="https://github.com/bullfrogsec/bullfrog/compare/v0.8.2...v0.8.3">0.8.3</a> (2025-05-11)</h2> <h3>Bug Fixes</h3> <ul> <li>agent not starting in private repo (<a href="https://redirect.github.com/bullfrogsec/bullfrog/issues/167">#167</a>) (<a href="https://github.com/bullfrogsec/bullfrog/commit/f1e6a310fc2ce91e0e0fe5728e5d587239e25596">f1e6a31</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bullfrogsec/bullfrog/commit/78a54a1a4c3d3325fe01846f60b630b6ee7bcf06"><code>78a54a1</code></a> chore(main): release 0.9.3 (<a href="https://redirect.github.com/bullfrogsec/bullfrog/issues/233">#233</a>)</li> <li><a href="https://github.com/bullfrogsec/bullfrog/commit/f36bd9a9cd3e32120ef9af29014bc11ea9cad4f5"><code>f36bd9a</code></a> fix: link to control plane doesn't redirect to correct run attempt (<a href="https://redirect.github.com/bullfrogsec/bullfrog/issues/232">#232</a>)</li> <li><a href="https://github.com/bullfrogsec/bullfrog/commit/e6c4c3c795c592fbea634722c512a5c6c68a467e"><code>e6c4c3c</code></a> chore(deps-dev): bump the npm-minor-patch group across 1 directory with 4 upd...</li> <li><a href="https://github.com/bullfrogsec/bullfrog/commit/3e6f965bf3b40b0cb9f744008e537c11c1c9f427"><code>3e6f965</code></a> chore(deps): bump the gha-minor-patch group across 1 directory with 3 updates...</li> <li><a href="https://github.com/bullfrogsec/bullfrog/commit/c4bf7df764cb8ac10b0aad2d04216c1363b26b57"><code>c4bf7df</code></a> chore: bumping bullfrog to 0.9.2 in docs and ci (<a href="https://redirect.github.com/bullfrogsec/bullfrog/issues/230">#230</a>)</li> <li><a href="https://github.com/bullfrogsec/bullfrog/commit/1d03e04ee652837725f29f2d68a43bdfbe7e8b9d"><code>1d03e04</code></a> ci: drop vagrant in integration tests (<a href="https://redirect.github.com/bullfrogsec/bullfrog/issues/228">#228</a>)</li> <li>See full diff in <a href="https://github.com/bullfrogsec/bullfrog/compare/c8e5fff94e0050c0cef9b9596c55cf3d9c53ba2c...78a54a1a4c3d3325fe01846f60b630b6ee7bcf06">compare view</a></li> </ul> </details> <br /> Updates `github/codeql-action` from 4.31.9 to 4.31.10 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/github/codeql-action/releases">github/codeql-action's releases</a>.</em></p> <blockquote> <h2>v4.31.10</h2> <h1>CodeQL Action Changelog</h1> <p>See the <a href="https://github.com/github/codeql-action/releases">releases page</a> for the relevant changes to the CodeQL CLI and language packs.</p> <h2>4.31.10 - 12 Jan 2026</h2> <ul> <li>Update default CodeQL bundle version to 2.23.9. <a href="https://redirect.github.com/github/codeql-action/pull/3393">#3393</a></li> </ul> <p>See the full <a href="https://github.com/github/codeql-action/blob/v4.31.10/CHANGELOG.md">CHANGELOG.md</a> for more information.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/github/codeql-action/blob/main/CHANGELOG.md">github/codeql-action's changelog</a>.</em></p> <blockquote> <h1>CodeQL Action Changelog</h1> <p>See the <a href="https://github.com/github/codeql-action/releases">releases page</a> for the relevant changes to the CodeQL CLI and language packs.</p> <h2>[UNRELEASED]</h2> <p>No user facing changes.</p> <h2>4.31.10 - 12 Jan 2026</h2> <ul> <li>Update default CodeQL bundle version to 2.23.9. <a href="https://redirect.github.com/github/codeql-action/pull/3393">#3393</a></li> </ul> <h2>4.31.9 - 16 Dec 2025</h2> <p>No user facing changes.</p> <h2>4.31.8 - 11 Dec 2025</h2> <ul> <li>Update default CodeQL bundle version to 2.23.8. <a href="https://redirect.github.com/github/codeql-action/pull/3354">#3354</a></li> </ul> <h2>4.31.7 - 05 Dec 2025</h2> <ul> <li>Update default CodeQL bundle version to 2.23.7. <a href="https://redirect.github.com/github/codeql-action/pull/3343">#3343</a></li> </ul> <h2>4.31.6 - 01 Dec 2025</h2> <p>No user facing changes.</p> <h2>4.31.5 - 24 Nov 2025</h2> <ul> <li>Update default CodeQL bundle version to 2.23.6. <a href="https://redirect.github.com/github/codeql-action/pull/3321">#3321</a></li> </ul> <h2>4.31.4 - 18 Nov 2025</h2> <p>No user facing changes.</p> <h2>4.31.3 - 13 Nov 2025</h2> <ul> <li>CodeQL Action v3 will be deprecated in December 2026. The Action now logs a warning for customers who are running v3 but could be running v4. For more information, see <a href="https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/">Upcoming deprecation of CodeQL Action v3</a>.</li> <li>Update default CodeQL bundle version to 2.23.5. <a href="https://redirect.github.com/github/codeql-action/pull/3288">#3288</a></li> </ul> <h2>4.31.2 - 30 Oct 2025</h2> <p>No user facing changes.</p> <h2>4.31.1 - 30 Oct 2025</h2> <ul> <li>The <code>add-snippets</code> input has been removed from the <code>analyze</code> action. This input has been deprecated since CodeQL Action 3.26.4 in August 2024 when this removal was announced.</li> </ul> <h2>4.31.0 - 24 Oct 2025</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/github/codeql-action/commit/cdefb33c0f6224e58673d9004f47f7cb3e328b89"><code>cdefb33</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/3394">#3394</a> from github/update-v4.31.10-0fa411efd</li> <li><a href="https://github.com/github/codeql-action/commit/cfa77c6b134886357b1c716fbe58a7708833bf31"><code>cfa77c6</code></a> Update changelog for v4.31.10</li> <li><a href="https://github.com/github/codeql-action/commit/0fa411efd0628aefdf9d03a0faa20a1e0edafc4a"><code>0fa411e</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/3393">#3393</a> from github/update-bundle/codeql-bundle-v2.23.9</li> <li><a href="https://github.com/github/codeql-action/commit/c2843242125c2fb8dcd892f204eb2f8622886b78"><code>c284324</code></a> Add changelog note</li> <li><a href="https://github.com/github/codeql-action/commit/83e7d0046cd548fe4cb5d55f5b2ce30b0de62304"><code>83e7d00</code></a> Update default bundle to codeql-bundle-v2.23.9</li> <li><a href="https://github.com/github/codeql-action/commit/f6a16bef8e5c39e398e4da16862d381f76824ac6"><code>f6a16be</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/3391">#3391</a> from github/dependabot/npm_and_yarn/npm-minor-f1cdf5...</li> <li><a href="https://github.com/github/codeql-action/commit/c1f5f1a8b57e6da99af540e7c2f23ed33152e270"><code>c1f5f1a</code></a> Rebuild</li> <li><a href="https://github.com/github/codeql-action/commit/1805d8d0a48bdde6eb34e4427b3c00c431427f89"><code>1805d8d</code></a> Bump the npm-minor group with 2 updates</li> <li><a href="https://github.com/github/codeql-action/commit/b2951d2a1ed70de8ec57301118b487b35c13595a"><code>b2951d2</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/3353">#3353</a> from github/kaspersv/bump-min-cli-v-for-overlay</li> <li><a href="https://github.com/github/codeql-action/commit/41448d92b9e7bb3a481b3134031a56e52f85528f"><code>41448d9</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/3287">#3287</a> from github/henrymercer/generate-mergeback-last</li> <li>Additional commits viewable in <a href="https://github.com/github/codeql-action/compare/5d4e8d1aca955e8d8589aabd499c5cae939e33c7...cdefb33c0f6224e58673d9004f47f7cb3e328b89">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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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 c05008a commit 880d23a

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/bullfrog.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
diff: ${{ steps.changes.outputs.src }}
2525
steps:
2626
- name: Enable egress filtering
27-
uses: bullfrogsec/bullfrog@c8e5fff94e0050c0cef9b9596c55cf3d9c53ba2c # v0.9.2
27+
uses: bullfrogsec/bullfrog@78a54a1a4c3d3325fe01846f60b630b6ee7bcf06 # v0.9.3
2828
with:
2929
egress-policy: block
3030
api-token: ${{ secrets.BULLFROG_API_TOKEN }}
@@ -49,7 +49,7 @@ jobs:
4949
if: ${{ needs.check-diff.outputs.diff == 'true' }}
5050
steps:
5151
- name: Enable egress filtering
52-
uses: bullfrogsec/bullfrog@c8e5fff94e0050c0cef9b9596c55cf3d9c53ba2c # v0.9.2
52+
uses: bullfrogsec/bullfrog@78a54a1a4c3d3325fe01846f60b630b6ee7bcf06 # v0.9.3
5353
with:
5454
egress-policy: block
5555
api-token: ${{ secrets.BULLFROG_API_TOKEN }}
@@ -88,7 +88,7 @@ jobs:
8888

8989
steps:
9090
- name: Enable egress filtering
91-
uses: bullfrogsec/bullfrog@c8e5fff94e0050c0cef9b9596c55cf3d9c53ba2c # v0.9.2
91+
uses: bullfrogsec/bullfrog@78a54a1a4c3d3325fe01846f60b630b6ee7bcf06 # v0.9.3
9292
with:
9393
egress-policy: block
9494
api-token: ${{ secrets.BULLFROG_API_TOKEN }}
@@ -117,7 +117,7 @@ jobs:
117117
version_tag: ${{ steps.version.outputs.tag }}
118118
steps:
119119
- name: Enable egress filtering
120-
uses: bullfrogsec/bullfrog@c8e5fff94e0050c0cef9b9596c55cf3d9c53ba2c # v0.9.2
120+
uses: bullfrogsec/bullfrog@78a54a1a4c3d3325fe01846f60b630b6ee7bcf06 # v0.9.3
121121
with:
122122
egress-policy: block
123123
api-token: ${{ secrets.BULLFROG_API_TOKEN }}
@@ -386,7 +386,7 @@ jobs:
386386

387387
steps:
388388
- name: Enable egress filtering
389-
uses: bullfrogsec/bullfrog@c8e5fff94e0050c0cef9b9596c55cf3d9c53ba2c # v0.9.2
389+
uses: bullfrogsec/bullfrog@78a54a1a4c3d3325fe01846f60b630b6ee7bcf06 # v0.9.3
390390
with:
391391
egress-policy: block
392392
api-token: ${{ secrets.BULLFROG_API_TOKEN }}
@@ -435,7 +435,7 @@ jobs:
435435
minor: ${{ steps.release.outputs.minor }}
436436
steps:
437437
- name: Enable egress filtering
438-
uses: bullfrogsec/bullfrog@c8e5fff94e0050c0cef9b9596c55cf3d9c53ba2c # v0.9.2
438+
uses: bullfrogsec/bullfrog@78a54a1a4c3d3325fe01846f60b630b6ee7bcf06 # v0.9.3
439439
with:
440440
egress-policy: block
441441
api-token: ${{ secrets.BULLFROG_API_TOKEN }}
@@ -500,7 +500,7 @@ jobs:
500500
needs: [pre-release, pre-release-validation]
501501
steps:
502502
- name: Enable egress filtering
503-
uses: bullfrogsec/bullfrog@c8e5fff94e0050c0cef9b9596c55cf3d9c53ba2c # v0.9.2
503+
uses: bullfrogsec/bullfrog@78a54a1a4c3d3325fe01846f60b630b6ee7bcf06 # v0.9.3
504504
with:
505505
egress-policy: block
506506
api-token: ${{ secrets.BULLFROG_API_TOKEN }}

.github/workflows/conventional-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-22.04
1414
steps:
1515
- name: Enable egress filtering
16-
uses: bullfrogsec/bullfrog@c8e5fff94e0050c0cef9b9596c55cf3d9c53ba2c # v0.9.2
16+
uses: bullfrogsec/bullfrog@78a54a1a4c3d3325fe01846f60b630b6ee7bcf06 # v0.9.3
1717
with:
1818
egress-policy: block
1919
api-token: ${{ secrets.BULLFROG_API_TOKEN }}

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ jobs:
6868
# Upload the results to GitHub's code scanning dashboard (optional).
6969
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
7070
- name: "Upload to code-scanning"
71-
uses: github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
71+
uses: github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
7272
with:
7373
sarif_file: results.sarif

0 commit comments

Comments
 (0)