From 599a49bc0fdb920a489000396c70ab4a75b9f1c7 Mon Sep 17 00:00:00 2001 From: Viacheslav Semushin Date: Mon, 3 Aug 2026 16:16:13 +0300 Subject: [PATCH] Retag actions after Node 24 dependency bumps Previous release tagging failed due to missing GITHUB_TOKEN write permissions. Touch the affected actions so auto-tagger publishes the pending patch versions. --- action-validator/action.yml | 1 + actionlint/action.yml | 1 + auto-tagger/action.yml | 3 ++- editorconfig-checker/action.yml | 1 + prettier/action.yml | 1 + shellcheck/action.yml | 1 + 6 files changed, 7 insertions(+), 1 deletion(-) diff --git a/action-validator/action.yml b/action-validator/action.yml index 58fefdc..6808489 100644 --- a/action-validator/action.yml +++ b/action-validator/action.yml @@ -1,4 +1,5 @@ name: action-validator +# Retag after Node 24 dependency bumps. description: Runs action-validator on files tracked by Git. inputs: version: diff --git a/actionlint/action.yml b/actionlint/action.yml index 622673a..70aa753 100644 --- a/actionlint/action.yml +++ b/actionlint/action.yml @@ -1,4 +1,5 @@ name: actionlint +# Retag after Node 24 dependency bumps. description: Runs actionlint with color output inputs: version: diff --git a/auto-tagger/action.yml b/auto-tagger/action.yml index 4944f51..c05ffff 100644 --- a/auto-tagger/action.yml +++ b/auto-tagger/action.yml @@ -1,4 +1,5 @@ name: Auto tagger +# Retag after Node 24 dependency bumps. description: | Creates a new version (tag+branch) for a repository based on the labels "major, minor, patch" associated with the current pull-request. @@ -62,4 +63,4 @@ runs: TAG_PREFIX: "${{ inputs.tag_prefix }}" LATEST_TAG: "${{ steps.get_new_tag.outputs.new_tag }}" FORCE_PUSH: "${{ inputs.force_push }}" - COMMIT_LATEST: "${{ inputs.commit_latest }}" \ No newline at end of file + COMMIT_LATEST: "${{ inputs.commit_latest }}" diff --git a/editorconfig-checker/action.yml b/editorconfig-checker/action.yml index 026212a..211da2f 100644 --- a/editorconfig-checker/action.yml +++ b/editorconfig-checker/action.yml @@ -1,4 +1,5 @@ name: Editorconfig-Checker +# Retag after Node 24 dependency bumps. description: Runs Editorconfig-Checker on files tracked by Git. inputs: version: diff --git a/prettier/action.yml b/prettier/action.yml index d7094ca..fd78e6c 100644 --- a/prettier/action.yml +++ b/prettier/action.yml @@ -1,4 +1,5 @@ name: Prettier +# Retag after Node 24 dependency bumps. description: Run Prettier in check mode. inputs: patterns: diff --git a/shellcheck/action.yml b/shellcheck/action.yml index 566cd5e..0a17d35 100644 --- a/shellcheck/action.yml +++ b/shellcheck/action.yml @@ -1,4 +1,5 @@ name: ShellCheck +# Retag after Node 24 dependency bumps. description: Runs ShellCheck with colorful output inputs: version: