diff --git a/.github/workflows/continuous-integration.md b/.github/workflows/continuous-integration.md
index 9a3b90a..da15ab8 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@a11e4f1465b321b60ddfceeb06b0859f16d02b21 # 0.24.1
+ uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@6b74a8f070140f5c120f78026d58e4c00d1b1e37 # 0.24.2
permissions:
contents: read
id-token: write
@@ -392,7 +392,7 @@ on:
jobs:
continuous-integration:
- uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@a11e4f1465b321b60ddfceeb06b0859f16d02b21 # 0.24.1
+ uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@6b74a8f070140f5c120f78026d58e4c00d1b1e37 # 0.24.2
permissions:
id-token: write
security-events: write
@@ -458,7 +458,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@a11e4f1465b321b60ddfceeb06b0859f16d02b21 # 0.24.1
+ uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@6b74a8f070140f5c120f78026d58e4c00d1b1e37 # 0.24.2
permissions:
id-token: write
security-events: write
@@ -482,7 +482,7 @@ on:
branches: [main]
jobs:
continuous-integration:
- uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@a11e4f1465b321b60ddfceeb06b0859f16d02b21 # 0.24.1
+ uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@6b74a8f070140f5c120f78026d58e4c00d1b1e37 # 0.24.2
permissions:
id-token: write
security-events: write
@@ -510,7 +510,7 @@ on:
jobs:
continuous-integration:
- uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@a11e4f1465b321b60ddfceeb06b0859f16d02b21 # 0.24.1
+ uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@6b74a8f070140f5c120f78026d58e4c00d1b1e37 # 0.24.2
permissions:
id-token: write
security-events: write
diff --git a/actions/build/README.md b/actions/build/README.md
index 3b229be..92bc2c5 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@a11e4f1465b321b60ddfceeb06b0859f16d02b21 # 0.24.1
+- uses: hoverkraft-tech/ci-github-nodejs/actions/build@6b74a8f070140f5c120f78026d58e4c00d1b1e37 # 0.24.2
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 be2703e..266794b 100644
--- a/actions/codecov/README.md
+++ b/actions/codecov/README.md
@@ -3,7 +3,7 @@
#  GitHub Action: Codecov
-

+
---
@@ -42,7 +42,7 @@ permissions:
## Usage
```yaml
-- uses: hoverkraft-tech/ci-github-nodejs/actions/codecov@a11e4f1465b321b60ddfceeb06b0859f16d02b21 # 0.24.1
+- uses: hoverkraft-tech/ci-github-nodejs/actions/codecov@6b74a8f070140f5c120f78026d58e4c00d1b1e37 # 0.24.2
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 fd79190..3fafdaa 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@a11e4f1465b321b60ddfceeb06b0859f16d02b21 # 0.24.1
+- uses: hoverkraft-tech/ci-github-nodejs/actions/dependencies-cache@6b74a8f070140f5c120f78026d58e4c00d1b1e37 # 0.24.2
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 3778ace..0a8aabf 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@a11e4f1465b321b60ddfceeb06b0859f16d02b21 # 0.24.1
+- uses: hoverkraft-tech/ci-github-nodejs/actions/get-package-manager@6b74a8f070140f5c120f78026d58e4c00d1b1e37 # 0.24.2
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 222b3bc..a6e7e56 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@a11e4f1465b321b60ddfceeb06b0859f16d02b21 # 0.24.1
+- uses: hoverkraft-tech/ci-github-nodejs/actions/has-installed-dependencies@6b74a8f070140f5c120f78026d58e4c00d1b1e37 # 0.24.2
with:
# The dependencies to check.
# This input is required.
diff --git a/actions/lint/README.md b/actions/lint/README.md
index 439b52c..06cb290 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@a11e4f1465b321b60ddfceeb06b0859f16d02b21 # 0.24.1
+- uses: hoverkraft-tech/ci-github-nodejs/actions/lint@6b74a8f070140f5c120f78026d58e4c00d1b1e37 # 0.24.2
with:
# Working directory where lint commands are executed.
# Can be absolute or relative to the repository root.
diff --git a/actions/package/README.md b/actions/package/README.md
index ae4cad0..31ca87d 100644
--- a/actions/package/README.md
+++ b/actions/package/README.md
@@ -3,7 +3,7 @@
#  GitHub Action: Package
-

+
---
@@ -30,7 +30,7 @@ Action to create and upload an npm package tarball from a Node.js project
## Usage
```yaml
-- uses: hoverkraft-tech/ci-github-nodejs/actions/package@a11e4f1465b321b60ddfceeb06b0859f16d02b21 # 0.24.1
+- uses: hoverkraft-tech/ci-github-nodejs/actions/package@6b74a8f070140f5c120f78026d58e4c00d1b1e37 # 0.24.2
with:
# Working directory where dependencies are installed for packaging.
# Can be absolute or relative to the repository root.
@@ -106,7 +106,7 @@ jobs:
package-tarball-artifact-id: ${{ steps.package.outputs.package-tarball-artifact-id }}
steps:
- id: package
- uses: hoverkraft-tech/ci-github-nodejs/actions/package@a11e4f1465b321b60ddfceeb06b0859f16d02b21 # 0.24.1
+ uses: hoverkraft-tech/ci-github-nodejs/actions/package@6b74a8f070140f5c120f78026d58e4c00d1b1e37 # 0.24.2
consume:
needs: package
diff --git a/actions/setup-node/README.md b/actions/setup-node/README.md
index cfa5aed..259ba54 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@a11e4f1465b321b60ddfceeb06b0859f16d02b21 # 0.24.1
+- uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@6b74a8f070140f5c120f78026d58e4c00d1b1e37 # 0.24.2
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 5b83d49..e9ca807 100644
--- a/actions/test/README.md
+++ b/actions/test/README.md
@@ -3,7 +3,7 @@
#  GitHub Action: Test
-

+
---
@@ -37,7 +37,7 @@ permissions:
## Usage
```yaml
-- uses: hoverkraft-tech/ci-github-nodejs/actions/test@a11e4f1465b321b60ddfceeb06b0859f16d02b21 # 0.24.1
+- uses: hoverkraft-tech/ci-github-nodejs/actions/test@6b74a8f070140f5c120f78026d58e4c00d1b1e37 # 0.24.2
with:
# Working directory where test commands are executed.
# Can be absolute or relative to the repository root.