From 7ff74a4736b58926a043a460366d5c25af4ce3c8 Mon Sep 17 00:00:00 2001
From: "hoverkraft-bot[bot]"
<128996893+hoverkraft-bot[bot]@users.noreply.github.com>
Date: Wed, 3 Dec 2025 09:35:03 +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 e127d86..2cdd7b0 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@c61f09cd1c67a2889fbb4d16a3378fbe23a84dc9 # 0.20.5
+ uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@338755b95043af1f8aa17409529fd20a9d2ef659 # 0.20.6
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@c61f09cd1c67a2889fbb4d16a3378fbe23a84dc9 # 0.20.5
+ uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@338755b95043af1f8aa17409529fd20a9d2ef659 # 0.20.6
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@c61f09cd1c67a2889fbb4d16a3378fbe23a84dc9 # 0.20.5
+ uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@338755b95043af1f8aa17409529fd20a9d2ef659 # 0.20.6
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@c61f09cd1c67a2889fbb4d16a3378fbe23a84dc9 # 0.20.5
+ uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@338755b95043af1f8aa17409529fd20a9d2ef659 # 0.20.6
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@c61f09cd1c67a2889fbb4d16a3378fbe23a84dc9 # 0.20.5
+ uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@338755b95043af1f8aa17409529fd20a9d2ef659 # 0.20.6
permissions:
id-token: write
security-events: write
diff --git a/actions/build/README.md b/actions/build/README.md
index dcf7c07..6973a3d 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@c61f09cd1c67a2889fbb4d16a3378fbe23a84dc9 # 0.20.5
+- uses: hoverkraft-tech/ci-github-nodejs/actions/build@338755b95043af1f8aa17409529fd20a9d2ef659 # 0.20.6
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 ec8d2e3..9130f81 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@c61f09cd1c67a2889fbb4d16a3378fbe23a84dc9 # 0.20.5
+- uses: hoverkraft-tech/ci-github-nodejs/actions/codecov@338755b95043af1f8aa17409529fd20a9d2ef659 # 0.20.6
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 19fd6d9..8c88929 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@c61f09cd1c67a2889fbb4d16a3378fbe23a84dc9 # 0.20.5
+- uses: hoverkraft-tech/ci-github-nodejs/actions/dependencies-cache@338755b95043af1f8aa17409529fd20a9d2ef659 # 0.20.6
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 0beafc8..da70b2b 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@c61f09cd1c67a2889fbb4d16a3378fbe23a84dc9 # 0.20.5
+- uses: hoverkraft-tech/ci-github-nodejs/actions/get-package-manager@338755b95043af1f8aa17409529fd20a9d2ef659 # 0.20.6
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 789c4d0..9213865 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@c61f09cd1c67a2889fbb4d16a3378fbe23a84dc9 # 0.20.5
+- uses: hoverkraft-tech/ci-github-nodejs/actions/has-installed-dependencies@338755b95043af1f8aa17409529fd20a9d2ef659 # 0.20.6
with:
# The dependencies to check.
# This input is required.
diff --git a/actions/lint/README.md b/actions/lint/README.md
index d22afd0..cb5879f 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@c61f09cd1c67a2889fbb4d16a3378fbe23a84dc9 # 0.20.5
+- uses: hoverkraft-tech/ci-github-nodejs/actions/lint@338755b95043af1f8aa17409529fd20a9d2ef659 # 0.20.6
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 12c9c46..d2d87b3 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@c61f09cd1c67a2889fbb4d16a3378fbe23a84dc9 # 0.20.5
+- uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@338755b95043af1f8aa17409529fd20a9d2ef659 # 0.20.6
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 e93df4d..5fe1f32 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@c61f09cd1c67a2889fbb4d16a3378fbe23a84dc9 # 0.20.5
+- uses: hoverkraft-tech/ci-github-nodejs/actions/test@338755b95043af1f8aa17409529fd20a9d2ef659 # 0.20.6
with:
# Working directory where test commands are executed.
# Can be absolute or relative to the repository root.