From 3ab004fb36f904d584c6ded70c5cecff90f90a2a Mon Sep 17 00:00:00 2001
From: "hoverkraft-bot[bot]"
<128996893+hoverkraft-bot[bot]@users.noreply.github.com>
Date: Mon, 1 Dec 2025 09:35:12 +0000
Subject: [PATCH] docs: update actions and workflows documentation
[skip ci]
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
---
.github/workflows/continuous-integration.md | 12 ++++++------
actions/build/README.md | 4 ++--
actions/codecov/README.md | 4 ++--
actions/dependencies-cache/README.md | 4 ++--
actions/get-package-manager/README.md | 4 ++--
actions/has-installed-dependencies/README.md | 4 ++--
actions/lint/README.md | 4 ++--
actions/setup-node/README.md | 4 ++--
actions/test/README.md | 4 ++--
9 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/.github/workflows/continuous-integration.md b/.github/workflows/continuous-integration.md
index 24b8f15..e127d86 100644
--- a/.github/workflows/continuous-integration.md
+++ b/.github/workflows/continuous-integration.md
@@ -3,7 +3,7 @@
# GitHub Reusable Workflow: Node.js Continuous Integration
-

+
---
@@ -53,7 +53,7 @@ on:
permissions: {}
jobs:
continuous-integration:
- uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@ce2467e5d41ff0abe85094dcc39c98288448065a # 0.20.4
+ uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@c61f09cd1c67a2889fbb4d16a3378fbe23a84dc9 # 0.20.5
permissions: {}
secrets:
# Secrets to be used during the build step.
@@ -387,7 +387,7 @@ on:
jobs:
continuous-integration:
- uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@ce2467e5d41ff0abe85094dcc39c98288448065a # 0.20.4
+ uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@c61f09cd1c67a2889fbb4d16a3378fbe23a84dc9 # 0.20.5
permissions:
id-token: write
security-events: write
@@ -453,7 +453,7 @@ jobs:
# Run CI checks inside the Docker container
continuous-integration:
needs: build-image
- uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@ce2467e5d41ff0abe85094dcc39c98288448065a # 0.20.4
+ uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@c61f09cd1c67a2889fbb4d16a3378fbe23a84dc9 # 0.20.5
permissions:
id-token: write
security-events: write
@@ -477,7 +477,7 @@ on:
branches: [main]
jobs:
continuous-integration:
- uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@ce2467e5d41ff0abe85094dcc39c98288448065a # 0.20.4
+ uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@c61f09cd1c67a2889fbb4d16a3378fbe23a84dc9 # 0.20.5
permissions:
id-token: write
security-events: write
@@ -505,7 +505,7 @@ on:
jobs:
continuous-integration:
- uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@ce2467e5d41ff0abe85094dcc39c98288448065a # 0.20.4
+ uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@c61f09cd1c67a2889fbb4d16a3378fbe23a84dc9 # 0.20.5
permissions:
id-token: write
security-events: write
diff --git a/actions/build/README.md b/actions/build/README.md
index 4d5cc21..dcf7c07 100644
--- a/actions/build/README.md
+++ b/actions/build/README.md
@@ -3,7 +3,7 @@
#  GitHub Action: Build
-

+
---
@@ -30,7 +30,7 @@ Action to build Node.js projects with support for custom commands, environment v
## Usage
````yaml
-- uses: hoverkraft-tech/ci-github-nodejs/actions/build@ce2467e5d41ff0abe85094dcc39c98288448065a # 0.20.4
+- uses: hoverkraft-tech/ci-github-nodejs/actions/build@c61f09cd1c67a2889fbb4d16a3378fbe23a84dc9 # 0.20.5
with:
# Working directory where the build commands are executed.
# Can be absolute or relative to the repository root.
diff --git a/actions/codecov/README.md b/actions/codecov/README.md
index 656f604..ec8d2e3 100644
--- a/actions/codecov/README.md
+++ b/actions/codecov/README.md
@@ -3,7 +3,7 @@
#  GitHub Action: Codecov
-

+
---
@@ -35,7 +35,7 @@ Action to upload coverage to Codecov.
## Usage
```yaml
-- uses: hoverkraft-tech/ci-github-nodejs/actions/codecov@ce2467e5d41ff0abe85094dcc39c98288448065a # 0.20.4
+- uses: hoverkraft-tech/ci-github-nodejs/actions/codecov@c61f09cd1c67a2889fbb4d16a3378fbe23a84dc9 # 0.20.5
with:
# Working directory where coverage files are located.
# Can be absolute or relative to the repository root.
diff --git a/actions/dependencies-cache/README.md b/actions/dependencies-cache/README.md
index a57fcc1..19fd6d9 100644
--- a/actions/dependencies-cache/README.md
+++ b/actions/dependencies-cache/README.md
@@ -3,7 +3,7 @@
#  GitHub Action: Dependencies cache
-

+
---
@@ -44,7 +44,7 @@ Action to setup dependencies cache managment.
## Usage
```yaml
-- uses: hoverkraft-tech/ci-github-nodejs/actions/dependencies-cache@ce2467e5d41ff0abe85094dcc39c98288448065a # 0.20.4
+- uses: hoverkraft-tech/ci-github-nodejs/actions/dependencies-cache@c61f09cd1c67a2889fbb4d16a3378fbe23a84dc9 # 0.20.5
with:
# List of dependencies for which the cache should be managed.
# This input is required.
diff --git a/actions/get-package-manager/README.md b/actions/get-package-manager/README.md
index 8015be0..0beafc8 100644
--- a/actions/get-package-manager/README.md
+++ b/actions/get-package-manager/README.md
@@ -3,7 +3,7 @@
#  GitHub Action: Get package manager
-

+
---
@@ -33,7 +33,7 @@ Action to detect the package manager used. Supports Yarn, pnpm, and npm
## Usage
```yaml
-- uses: hoverkraft-tech/ci-github-nodejs/actions/get-package-manager@ce2467e5d41ff0abe85094dcc39c98288448065a # 0.20.4
+- uses: hoverkraft-tech/ci-github-nodejs/actions/get-package-manager@c61f09cd1c67a2889fbb4d16a3378fbe23a84dc9 # 0.20.5
with:
# Working directory where the dependencies are installed.
# Can be absolute or relative to the repository root.
diff --git a/actions/has-installed-dependencies/README.md b/actions/has-installed-dependencies/README.md
index 465fd80..789c4d0 100644
--- a/actions/has-installed-dependencies/README.md
+++ b/actions/has-installed-dependencies/README.md
@@ -3,7 +3,7 @@
#  GitHub Action: Has installed dependencies
-

+
---
@@ -33,7 +33,7 @@ Action to check if dependencies have been installed according to the package man
## Usage
```yaml
-- uses: hoverkraft-tech/ci-github-nodejs/actions/has-installed-dependencies@ce2467e5d41ff0abe85094dcc39c98288448065a # 0.20.4
+- uses: hoverkraft-tech/ci-github-nodejs/actions/has-installed-dependencies@c61f09cd1c67a2889fbb4d16a3378fbe23a84dc9 # 0.20.5
with:
# The dependencies to check.
# This input is required.
diff --git a/actions/lint/README.md b/actions/lint/README.md
index 38e50f5..d22afd0 100644
--- a/actions/lint/README.md
+++ b/actions/lint/README.md
@@ -3,7 +3,7 @@
#  GitHub Action: Lint
-

+
---
@@ -30,7 +30,7 @@ Action to lint Node.js projects with support for pull request reporting and anno
## Usage
```yaml
-- uses: hoverkraft-tech/ci-github-nodejs/actions/lint@ce2467e5d41ff0abe85094dcc39c98288448065a # 0.20.4
+- uses: hoverkraft-tech/ci-github-nodejs/actions/lint@c61f09cd1c67a2889fbb4d16a3378fbe23a84dc9 # 0.20.5
with:
# Working directory where lint commands are executed.
# Can be absolute or relative to the repository root.
diff --git a/actions/setup-node/README.md b/actions/setup-node/README.md
index 9a355f3..12c9c46 100644
--- a/actions/setup-node/README.md
+++ b/actions/setup-node/README.md
@@ -3,7 +3,7 @@
#  GitHub Action: Setup Node.js
-

+
---
@@ -33,7 +33,7 @@ Action to setup Node.js and install dependencies according to the package manage
## Usage
```yaml
-- uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@ce2467e5d41ff0abe85094dcc39c98288448065a # 0.20.4
+- uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@c61f09cd1c67a2889fbb4d16a3378fbe23a84dc9 # 0.20.5
with:
# List of dependencies for which the cache should be managed
dependencies-cache: ""
diff --git a/actions/test/README.md b/actions/test/README.md
index 4dfd35e..e93df4d 100644
--- a/actions/test/README.md
+++ b/actions/test/README.md
@@ -3,7 +3,7 @@
#  GitHub Action: Test
-

+
---
@@ -30,7 +30,7 @@ Action to test Node.js projects with support for coverage reporting and pull req
## Usage
```yaml
-- uses: hoverkraft-tech/ci-github-nodejs/actions/test@ce2467e5d41ff0abe85094dcc39c98288448065a # 0.20.4
+- uses: hoverkraft-tech/ci-github-nodejs/actions/test@c61f09cd1c67a2889fbb4d16a3378fbe23a84dc9 # 0.20.5
with:
# Working directory where test commands are executed.
# Can be absolute or relative to the repository root.