diff --git a/.github/workflows/continuous-integration.md b/.github/workflows/continuous-integration.md
index 9076a64..77ab622 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@e96599d869b66887c4c9dc18dd40b59249ad9cd0 # 0.20.2
+ uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@37ee7d1c137ffbd033eb3710d8fd43b7ed82ef4a # 0.20.3
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@e96599d869b66887c4c9dc18dd40b59249ad9cd0 # 0.20.2
+ uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@37ee7d1c137ffbd033eb3710d8fd43b7ed82ef4a # 0.20.3
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@e96599d869b66887c4c9dc18dd40b59249ad9cd0 # 0.20.2
+ uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@37ee7d1c137ffbd033eb3710d8fd43b7ed82ef4a # 0.20.3
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@e96599d869b66887c4c9dc18dd40b59249ad9cd0 # 0.20.2
+ uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@37ee7d1c137ffbd033eb3710d8fd43b7ed82ef4a # 0.20.3
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@e96599d869b66887c4c9dc18dd40b59249ad9cd0 # 0.20.2
+ uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@37ee7d1c137ffbd033eb3710d8fd43b7ed82ef4a # 0.20.3
permissions:
id-token: write
security-events: write
diff --git a/actions/build/README.md b/actions/build/README.md
index a3543a7..5d040cf 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@80acfc9bc4dd87030d73006dee4c788ed9af1fb0 # 0.20.1
+- uses: hoverkraft-tech/ci-github-nodejs/actions/build@37ee7d1c137ffbd033eb3710d8fd43b7ed82ef4a # 0.20.3
with:
# Working directory where the build commands are executed.
# Can be absolute or relative to the repository root.
diff --git a/actions/dependencies-cache/README.md b/actions/dependencies-cache/README.md
index 6ddc826..370a6e4 100644
--- a/actions/dependencies-cache/README.md
+++ b/actions/dependencies-cache/README.md
@@ -3,7 +3,7 @@
#  GitHub Action: Dependencies cache
-

+
---
diff --git a/actions/get-package-manager/README.md b/actions/get-package-manager/README.md
index 5e0caf5..5bb78f7 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@80acfc9bc4dd87030d73006dee4c788ed9af1fb0 # 0.20.1
+- uses: hoverkraft-tech/ci-github-nodejs/actions/get-package-manager@37ee7d1c137ffbd033eb3710d8fd43b7ed82ef4a # 0.20.3
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 db7b282..88c7be2 100644
--- a/actions/has-installed-dependencies/README.md
+++ b/actions/has-installed-dependencies/README.md
@@ -3,7 +3,7 @@
#  GitHub Action: Has installed dependencies
-

+
---
diff --git a/actions/lint/README.md b/actions/lint/README.md
index 2d2b4bc..b996151 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@80acfc9bc4dd87030d73006dee4c788ed9af1fb0 # 0.20.1
+- uses: hoverkraft-tech/ci-github-nodejs/actions/lint@37ee7d1c137ffbd033eb3710d8fd43b7ed82ef4a # 0.20.3
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 f02854a..d2cb73f 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@80acfc9bc4dd87030d73006dee4c788ed9af1fb0 # 0.20.1
+- uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@37ee7d1c137ffbd033eb3710d8fd43b7ed82ef4a # 0.20.3
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 59b8a90..751428b 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@80acfc9bc4dd87030d73006dee4c788ed9af1fb0 # 0.20.1
+- uses: hoverkraft-tech/ci-github-nodejs/actions/test@37ee7d1c137ffbd033eb3710d8fd43b7ed82ef4a # 0.20.3
with:
# Working directory where test commands are executed.
# Can be absolute or relative to the repository root.