Skip to content

chore(deps): Bump trufflesecurity/trufflehog from 3.94.1 to 3.94.2#52

Merged
hyperpolymath merged 2 commits into
mainfrom
dependabot/github_actions/trufflesecurity/trufflehog-3.94.2
Apr 2, 2026
Merged

chore(deps): Bump trufflesecurity/trufflehog from 3.94.1 to 3.94.2#52
hyperpolymath merged 2 commits into
mainfrom
dependabot/github_actions/trufflesecurity/trufflehog-3.94.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 2, 2026

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps trufflesecurity/trufflehog from 3.94.1 to 3.94.2.

Release notes

Sourced from trufflesecurity/trufflehog's releases.

v3.94.2

What's Changed

New Contributors

Full Changelog: trufflesecurity/trufflehog@v3.94.1...v3.94.2

Commits
  • 6bd2d14 Re-enabled TestAPKHandler test and updated artifact url (#4856)
  • 681b305 Updated google.golang.org/grpc v1.78.0 --> v1.79.3 (#4852)
  • e81c0fc Add Shopify OAuth Detector (#4738)
  • 03acc78 todoist: replace deprecated verification endpoint (#4828)
  • bfaa370 updated detectors.proto and made protos (#4853)
  • 6171fa9 fix: replace release-guard workflow with revert-latest job (#4838)
  • 61d57c1 skipping TestAPKHandler because the apk file being used in this test is unava...
  • See full diff 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.94.1 to 3.94.2.
- [Release notes](https://github.com/trufflesecurity/trufflehog/releases)
- [Commits](trufflesecurity/trufflehog@586f66d...6bd2d14)

---
updated-dependencies:
- dependency-name: trufflesecurity/trufflehog
  dependency-version: 3.94.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 2, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 2, 2026

Labels

The following labels could not be found: github-actions. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 2, 2026
@hyperpolymath hyperpolymath merged commit 31a0fa2 into main Apr 2, 2026
20 of 21 checks passed
@hyperpolymath hyperpolymath deleted the dependabot/github_actions/trufflesecurity/trufflehog-3.94.2 branch April 2, 2026 08:33
hyperpolymath added a commit that referenced this pull request May 2, 2026
…5 RFCs filed

Cross-references the two Wave 3 pilots — PlayerHP.affine (Mode A,
compiles to 952B wasm) and Main.affine (Mode B, design-demo against
Frontier Guide spec). Headline finding: the Guide and the v0.1.0
compiler are out of sync; translations must be explicit about which
target they're written against.

Files:
  RECONCILIATION.md — full PlayerHP ↔ Main comparison; documents
                      v0.1.0 ↔ v1+ feature gap; surfaces 5 new
                      lessons (N1–N5) on top of the existing 15
  RFCS-FILED.md     — table of 15 upstream RFCs filed against
                      hyperpolymath/affinescript (#45#59) covering
                      AI.a2ml additions, Human Guide chapters, and
                      repo-level proposals
  Main.affine       — header annotated with explicit "Mode B" flag
                      and the list of v1+-aspirational features used
                      with cross-references to filed RFCs
  LESSONS.md        — added status note and pointer to RECONCILIATION

The 15 RFCs filed: #45 Validation as stdlib, #46 het-list antipattern,
#47 fuel-based recursion, #48 eta-style, #49 validation-chain pattern,
#50 no-side-effect-imports, #51 migration chapter, #52 status sums,
#53 refinements in args, #54 %raw decision tree, #55 affine+async,
#56 dom/pixijs prerequisite, #57 migration assistant tool, #58 proven
package shape, #59 effect-row v1 names.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
hyperpolymath added a commit that referenced this pull request May 2, 2026
Maps the 26 currently-open upstream issues (15 affinescript filed by
this session, 4 by parallel session today, 1 earlier; 5 stapeln + 1
umbrella) into a four-cascade view of what blocks what.

Headline findings:

* TRUNK = #40 (Array syntax) is the single most-blocking upstream
  issue — gates ~95% of idaptik's translatable surface. Diagnosed in
  the issue itself as likely a small parser.mly change.
* SECOND = #39 (Float operators) — gates ~50% of idaptik's surface;
  bigger typechecker work.
* THIRD = #42 (extern fn/type) — gates every connector package;
  affinescript-pixijs's own pixi.as can't compile against current
  toolchain.

The cascade also maps which fixes idaptik can submit upstream now
(stapeln #13/#14/#16 — small PRs; affinescript #46-#52 — markdown PRs;
affinescript #41 — pure documentation) vs which need substantial
language compiler work (proven package, effect rows, Validation
stdlib, DOM/Pixi prod-ready).

Quick-wins panel proposes ordering: stapeln container fixes first
(small PRs, unblocks Wave 1), then attempt #40 + #42 (parser changes,
high leverage), then bundled documentation PRs (#41, #46-#55).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
hyperpolymath added a commit that referenced this pull request May 2, 2026
Filed across the AffineScript ecosystem in response to UPSTREAM-CASCADE
(commit 98f110c). Each PR cross-references the relevant idaptik
artefacts as evidence.

stapeln (3):
  #18 — fix(cerro-torre): pin Alire URL to explicit version (closes #13)
  #19 — fix(vordr): commit Cargo.lock for reproducible builds (closes #14)
  #20 — fix(rokur): use deno binary release directly (closes #16)

affinescript (4):
  #62 — docs(AI.a2ml): 4 patterns + 3 directives
        (closes #45, #46, #47, #48, #49, #50, #52)
  #67 — feat(parser): accept [T] array/list shorthand (closes #40)
        — highest single-fix leverage in the entire cascade per
          UPSTREAM-CASCADE; ~95% of idaptik's translatable surface
  #69 — docs(human-guide): migration chapter + refinement-args
        + affine-async (closes #51, #53, #54, #55)
  #70 — docs(effects): migration-stance doc (closes #41)

Total: 7 PRs, 16 issues to be closed when merged.

Intentionally not addressed (sub-day budget):
- stapeln#12 (selur Containerfile) — write new multi-stage
- stapeln#15 (svalinn npm/Deno) — design decision needed
- affinescript#35 (Node+vscode backend) — multi-week new target
- affinescript#39 (Float operators) — typechecker design
- affinescript#42 (extern fn/type) — multi-piece, untested locally
- affinescript#56 (DOM/Pixi prod-ready) — library scale, gated on #42
- affinescript#57 (Migration assistant) — multi-week new tool
- affinescript#58 (proven shape) — sibling repo work
- affinescript#59 (Effect-row names) — design discussion

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Repository owner deleted a comment from chatgpt-codex-connector Bot May 13, 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant