Skip to content

chore(deps): update taiki-e/install-action digest to e9e8e03#75

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/taiki-e-install-action-digest
Mar 31, 2026
Merged

chore(deps): update taiki-e/install-action digest to e9e8e03#75
renovate[bot] merged 1 commit intomainfrom
renovate/taiki-e-install-action-digest

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 30, 2026

This PR contains the following updates:

Package Type Update Change
taiki-e/install-action (changelog) action digest fd0f63ee9e8e03

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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-approve[bot]
renovate-approve bot previously approved these changes Mar 30, 2026
@renovate renovate bot requested a review from liblaf March 30, 2026 08:29
@renovate renovate bot force-pushed the renovate/taiki-e-install-action-digest branch 4 times, most recently from 3a957a5 to a5f2c3a Compare March 30, 2026 20:38
@renovate renovate bot force-pushed the renovate/taiki-e-install-action-digest branch from a5f2c3a to c7afcb5 Compare March 30, 2026 20:40
@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 30, 2026

⚠️MegaLinter analysis: Success with warnings

Descriptor Linter Files Fixed Errors Warnings Elapsed time
⚠️ COPYPASTE jscpd yes 1 no 1.3s
⚠️ JSON jsonlint 2 1 0 0.14s
✅ JSON prettier 2 0 0 0 0.27s
✅ JSON v8r 2 0 0 2.28s
✅ MARKDOWN rumdl 2 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.01s
⚠️ SPELL cspell yes 5 no 3.73s
✅ YAML prettier 1 0 0 0 0.39s
✅ YAML v8r 1 0 0 1.24s
✅ YAML yamllint 1 0 0 0.47s

Detailed Issues

⚠️ SPELL / cspell - 5 errors
.pre-commit-config.yaml:20:12     - Unknown word (dotenv)     -- # Skip dotenv-linter in CI because
	 Suggestions: [dotnet, dote, doted, doter, dotes]
.pre-commit-config.yaml:22:7      - Unknown word (dotenv)     -- - dotenv-linter
	 Suggestions: [dotnet, dote, doted, doter, dotes]
.pre-commit-config.yaml:40:13     - Unknown word (dotenv)     -- - id: dotenv-linter
	 Suggestions: [dotnet, dote, doted, doter, dotes]
.pre-commit-config.yaml:59:13     - Unknown word (rumdl)      -- - id: rumdl-fmt
	 Suggestions: [rumal, rudd, rude, rudy, rued]
README.md:66:59     - Unknown word (mergery)    -- approve it and let [`mergery[bot]`](https://github
	 Suggestions: [merger, margery, mercery, mergers, Margery]
CSpell: Files checked: 47, Issues found: 5 in 2 files.


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": [
        "dotenv",
        "mergery",
        "rumdl"
    ]
}


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     │ 3              │ 121         │ 1058         │ 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:     │ 12             │ 400         │ 2817         │ 1            │ 21 (5.25%)       │ 159 (5.64%)       │
└────────────┴────────────────┴─────────────┴──────────────┴──────────────┴──────────────────┴───────────────────┘
Found 1 clones.
HTML report saved to megalinter-reports/copy-paste/html/
ERROR: jscpd found too many duplicates (5.25%) over threshold (0%)
Error: ERROR: jscpd found too many duplicates (5.25%) 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
⚠️ JSON / jsonlint - 1 error
File: .vscode/settings.json
Parse error on line 3, column 5:
....customTags": [    // ref: <https://squ...
----------------------^
Unexpected token "/"

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/taiki-e-install-action-digest branch 3 times, most recently from 272aff1 to fcab4f9 Compare March 30, 2026 21:12
@renovate renovate bot force-pushed the renovate/taiki-e-install-action-digest branch from fcab4f9 to d482761 Compare March 30, 2026 21:15
@renovate renovate bot merged commit 803b6ae into main Mar 31, 2026
4 checks passed
@renovate renovate bot deleted the renovate/taiki-e-install-action-digest branch March 31, 2026 00:46
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