Skip to content

build(deps): bump gitleaks/gitleaks-action from 2 to 3 - #2

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/gitleaks/gitleaks-action-3
Closed

build(deps): bump gitleaks/gitleaks-action from 2 to 3#2
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/gitleaks/gitleaks-action-3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 12, 2026

Copy link
Copy Markdown

Bumps gitleaks/gitleaks-action from 2 to 3.

Release notes

Sourced from gitleaks/gitleaks-action's releases.

v3.0.0

What's changed

gitleaks-action v3 migrates the runtime from Node 20 to Node 24. No changes to inputs, outputs, or behavior. Update your workflow from gitleaks/gitleaks-action@v2 to gitleaks/gitleaks-action@v3.

Migration

# Before
- uses: gitleaks/gitleaks-action@v2
After

uses: gitleaks/gitleaks-action@v3

Why

GitHub is deprecating the Node 20 runtime for Actions:

  • June 2, 2026: GitHub flips the runner default to Node 24. Workflows using gitleaks-action@v2 (Node 20) will still run, but only if ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true is set as an environment variable.
  • September 16, 2026: Node 20 is removed from GitHub-hosted runners entirely. gitleaks-action@v2 stops working regardless of any opt-out flag.

Changes

  • action.yml: runtime node20node24
  • @actions/core: 1.10.0 → 1.11.1
  • dist/ rebuilt
  • Example workflows updated to actions/checkout@v6 and gitleaks-action@v3
  • README updated with v3 migration guide

Self-hosted runners

If you use self-hosted runners, ensure your runner version is >= v2.327.1 (required for Node 24 support).

v2.3.9

What's Changed

Full Changelog: gitleaks/gitleaks-action@v2.3.8...v2.3.9

v2.3.8

What's Changed

New Contributors

Full Changelog: gitleaks/gitleaks-action@v2.3.7...v2.3.8

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 12, 2026
@DIodide

DIodide commented Jul 12, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

Bumps [gitleaks/gitleaks-action](https://github.com/gitleaks/gitleaks-action) from 2 to 3.
- [Release notes](https://github.com/gitleaks/gitleaks-action/releases)
- [Commits](gitleaks/gitleaks-action@v2...v3)

---
updated-dependencies:
- dependency-name: gitleaks/gitleaks-action
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump gitleaks/gitleaks-action from 2 to 3 build(deps): bump gitleaks/gitleaks-action from 2 to 3 Jul 12, 2026
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/gitleaks/gitleaks-action-3 branch from 27a3687 to 2ba4cda Compare July 12, 2026 03:16
DIodide added a commit that referenced this pull request Jul 13, 2026
The answer-mapping layer for the calypso apply. Wire format reverse-engineered
from the real datasite HAR and reproduced exactly in tests:
  text  -> { questionItem:{id}, answerText }
  choice-> { questionItem:{id}, questionMultipleChoiceAnswers:[{id:OPT,descriptor}] }
Each choice question has its OWN Yes/No option GUIDs (not shared).

- resolveQuestionnaireAnswer: text->answerText; select->match the resolved value
  to an option by descriptor (case-insensitive) / true|false|y|n alias / raw
  GUID -> the choice. Never guesses: an unmatched choice is skipped for a human.
- buildQuestionnaireResolution: builds the payload for a field set + a
  value-by-id map, reporting required-aware skips.
- WorkdayQuestionnaireField gains options {id,descriptor}, attached live by the
  orchestrator from the in-context definition (the option SOURCE — the endpoint
  needs the active questionnaire step; validated in #3).

11 new tests incl. exact-datasite-HAR reproduction.
DIodide added a commit that referenced this pull request Jul 13, 2026
Grounded in the real CACI Workday questionnaire. Adds truthful, opt-in-only
answers for the questions that otherwise block every defense/federal-contractor
application, plus a dedup invariant test.

New (all answered ONLY from explicit opt-in profile booleans; unset -> human):
- us_citizen / us_person  (booleanYesNo) — citizenship vs the broader ITAR/EAR
  'US Person'; kept independent because a green-card holder is a US person but
  not a citizen
- security_clearance_none / us_government_employment_never — guarded 'choice'
  that picks the safe 'I do not possess' / 'never employed' option ONLY when the
  matching boolean is explicitly false; holding a clearance or any unset field
  goes to a human (the bank never guesses a clearance level or gov status)
- eeo_veteran gains the CACI military-service phrasing (declines via its
  'I prefer not to answer' option)

Deliberately still human: desired-salary bands, 'previously/currently worked at
CACI' company-history (per-company facts the profile can't encode).

- choice strategy gains an optional guard (mirrors booleanYesNo's)
- Profile.authorization gains usCitizen/usPerson/hasActiveSecurityClearance/
  everEmployedByUSGovernment (all optional); sample profile + bank updated
- alias-dedup invariant test: no two entries claim the same normalized alias
- 8 new CACI-grounded resolution tests
@dependabot @github

dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Author

Looks like gitleaks/gitleaks-action is no longer a dependency, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 20, 2026
@dependabot
dependabot Bot deleted the dependabot/github_actions/gitleaks/gitleaks-action-3 branch July 20, 2026 00:35
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