mirror of
https://github.com/gitleaks/gitleaks-action.git
synced 2026-05-23 14:28:30 +00:00
bb773feead
- Update action.yml from node20 to node24 - Bump @actions/core from 1.10.0 to 1.11.1 - Rebuild dist/ bundle - Update example.yml: checkout@v3 -> @v6, gitleaks-action@v2 -> @v3 - Update gitleaks-action-HEAD.yml: checkout@v4 -> @v6 - Add v2 -> v3 migration guide to README GitHub is deprecating Node 20 for Actions on June 2, 2026 (opt-out required) with full removal on September 16, 2026. This is a breaking change released as v3.0.0 to give users explicit control over the upgrade. Co-authored-by: Cursor <cursoragent@cursor.com>
16 lines
374 B
JSON
16 lines
374 B
JSON
{
|
|
"dependencies": {
|
|
"@actions/artifact": "^2.3.2",
|
|
"@actions/cache": "^4.0.0",
|
|
"@actions/core": "^1.11.1",
|
|
"@actions/exec": "^1.1.1",
|
|
"@actions/tool-cache": "^1.7.2",
|
|
"@octokit/rest": "^18.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vercel/ncc": "^0.34.0"
|
|
},
|
|
"license": "SEE LICENSE IN COMMERCIAL-LICENSE.txt",
|
|
"name": "gitleaks-github-action"
|
|
}
|