Skip to content

ci(deps): update codspeedhq/action digest to db35df7#100

Merged
liblaf merged 1 commit intomainfrom
renovate/codspeedhq-action-digest
Apr 25, 2026
Merged

ci(deps): update codspeedhq/action digest to db35df7#100
liblaf merged 1 commit intomainfrom
renovate/codspeedhq-action-digest

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 20, 2026

This PR contains the following updates:

Package Type Update Change
CodSpeedHQ/action (changelog) action digest 658a901db35df7

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled because a matching PR was automerged previously.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from liblaf April 20, 2026 15:43
@liblaf-mega-linter
Copy link
Copy Markdown

liblaf-mega-linter Bot commented Apr 20, 2026

⚠️MegaLinter analysis: Success with warnings

Descriptor Linter Files Fixed Errors Warnings Elapsed time
⚠️ COPYPASTE jscpd yes 1 no 1.4s
✅ JSON jsonlint 2 0 0 0.11s
✅ JSON prettier 2 0 0 0 0.32s
✅ JSON v8r 2 0 0 2.52s
✅ MARKDOWN rumdl 3 0 0 0 0.06s
✅ PYTHON ruff yes yes no no 0.02s
✅ PYTHON ruff-format yes yes no no 0.02s
✅ REPOSITORY git_diff yes no no 0.0s
⚠️ SPELL cspell yes 4 no 3.69s
✅ YAML prettier 1 0 0 0 0.48s
✅ YAML v8r 1 0 0 2.0s
✅ YAML yamllint 1 0 0 0.5s

Detailed Issues

⚠️ SPELL / cspell - 4 errors
.pre-commit-config.yaml:16:7      - Unknown word (oxfmt)      -- - oxfmt
	 Suggestions: [oxime, oft, oxt, OXT]
.pre-commit-config.yaml:17:7      - Unknown word (oxlint)     -- - oxlint
	 Suggestions: [olin, osint, oxlip, ogling, oiling]
.pre-commit-config.yaml:30:13     - Unknown word (oxfmt)      -- - id: oxfmt
	 Suggestions: [oxime, oft, oxt, OXT]
.pre-commit-config.yaml:34:13     - Unknown word (oxlint)     -- - id: oxlint
	 Suggestions: [olin, osint, oxlip, ogling, oiling]
CSpell: Files checked: 49, Issues found: 4 in 1 file.


You can skip this misspellings by defining the following .cspell.json file at the root of your repository
Of course, please correct real typos before :)

{
    "version": "0.2",
    "language": "en",
    "ignorePaths": [
        "**/node_modules/**",
        "**/vscode-extension/**",
        "**/.git/**",
        "**/.pnpm-lock.json",
        ".vscode",
        "package-lock.json",
        "megalinter-reports"
    ],
    "words": [
        "oxfmt",
        "oxlint"
    ]
}


You can also copy-paste megalinter-reports/LINTER_DEFAULT at the root of your repository
⚠️ COPYPASTE / jscpd - 1 error
Clone found (bash):
 - mise-tasks/install.sh [4:1 - 25:8] (21 lines, 159 tokens)
   mise-tasks/upgrade.sh [5:1 - 26:8]

┌────────────┬────────────────┬─────────────┬──────────────┬──────────────┬──────────────────┬───────────────────┐
│ Format     │ Files analyzed │ Total lines │ Total tokens │ Clones found │ Duplicated lines │ Duplicated tokens │
├────────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ python     │ 4              │ 293         │ 2586         │ 0            │ 0 (0%)           │ 0 (0%)            │
├────────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ css        │ 4              │ 114         │ 693          │ 0            │ 0 (0%)           │ 0 (0%)            │
├────────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ bash       │ 3              │ 98          │ 641          │ 1            │ 21 (21.43%)      │ 159 (24.8%)       │
├────────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ javascript │ 2              │ 67          │ 425          │ 0            │ 0 (0%)           │ 0 (0%)            │
├────────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ Total:     │ 13             │ 572         │ 4345         │ 1            │ 21 (3.67%)       │ 159 (3.66%)       │
└────────────┴────────────────┴─────────────┴──────────────┴──────────────┴──────────────────┴───────────────────┘
Found 1 clones.
HTML report saved to megalinter-reports/copy-paste/html/
ERROR: jscpd found too many duplicates (3.67%) over threshold (0%)
Error: ERROR: jscpd found too many duplicates (3.67%) over threshold (0%)
    at ThresholdReporter.report (/node-deps/node_modules/@jscpd/finder/dist/index.js:615:13)
    at /node-deps/node_modules/@jscpd/finder/dist/index.js:109:18
    at Array.forEach (<anonymous>)
    at /node-deps/node_modules/@jscpd/finder/dist/index.js:108:22
    at async /node-deps/node_modules/jscpd/dist/bin/jscpd.js:9:5

See detailed reports in MegaLinter artifacts

MegaLinter is graciously provided by OX Security
Show us your support by starring ⭐ the repository

@renovate renovate Bot force-pushed the renovate/codspeedhq-action-digest branch from 8ea150a to 1781661 Compare April 21, 2026 19:32
@renovate renovate Bot force-pushed the renovate/codspeedhq-action-digest branch from 1781661 to 6180ea0 Compare April 25, 2026 14:48
@liblaf liblaf merged commit a144f38 into main Apr 25, 2026
4 checks passed
@liblaf liblaf deleted the renovate/codspeedhq-action-digest branch April 25, 2026 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant