diff --git a/.github/workflows/continuous-integration.md b/.github/workflows/continuous-integration.md
index c97017c..ef7d377 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,8 +53,13 @@ on:
permissions: {}
jobs:
continuous-integration:
- uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@47891dc49a31209a88949e081d97a010f8cd20c4 # 0.23.2
- permissions: {}
+ uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@a10d5e32daef8e060c49fe617833fb0d53476f22 # 0.24.0
+ permissions:
+ contents: read
+ id-token: write
+ packages: read
+ pull-requests: write
+ security-events: write
secrets:
# Secrets to be used during the build step.
# Must be a multi-line env formatted string.
@@ -387,7 +392,7 @@ on:
jobs:
continuous-integration:
- uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@47891dc49a31209a88949e081d97a010f8cd20c4 # 0.23.2
+ uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@a10d5e32daef8e060c49fe617833fb0d53476f22 # 0.24.0
permissions:
id-token: write
security-events: write
@@ -453,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@47891dc49a31209a88949e081d97a010f8cd20c4 # 0.23.2
+ uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@a10d5e32daef8e060c49fe617833fb0d53476f22 # 0.24.0
permissions:
id-token: write
security-events: write
@@ -477,7 +482,7 @@ on:
branches: [main]
jobs:
continuous-integration:
- uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@47891dc49a31209a88949e081d97a010f8cd20c4 # 0.23.2
+ uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@a10d5e32daef8e060c49fe617833fb0d53476f22 # 0.24.0
permissions:
id-token: write
security-events: write
@@ -505,7 +510,7 @@ on:
jobs:
continuous-integration:
- uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@47891dc49a31209a88949e081d97a010f8cd20c4 # 0.23.2
+ uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@a10d5e32daef8e060c49fe617833fb0d53476f22 # 0.24.0
permissions:
id-token: write
security-events: write
diff --git a/.github/workflows/release.md b/.github/workflows/release.md
index 2791e14..292419b 100644
--- a/.github/workflows/release.md
+++ b/.github/workflows/release.md
@@ -3,7 +3,7 @@
# GitHub Reusable Workflow: Node.js Release
-

+
---
@@ -46,7 +46,7 @@ on:
permissions: {}
jobs:
release:
- uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/release.yml@47891dc49a31209a88949e081d97a010f8cd20c4 # 0.23.2
+ uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/release.yml@a10d5e32daef8e060c49fe617833fb0d53476f22 # 0.24.0
permissions:
contents: read
id-token: write
@@ -168,7 +168,7 @@ jobs:
release:
needs: ci
- uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/release.yml@47891dc49a31209a88949e081d97a010f8cd20c4 # 0.23.2
+ uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/release.yml@a10d5e32daef8e060c49fe617833fb0d53476f22 # 0.24.0
permissions:
contents: read
packages: write
@@ -196,7 +196,7 @@ permissions: {}
jobs:
dry-run:
- uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/release.yml@47891dc49a31209a88949e081d97a010f8cd20c4 # 0.23.2
+ uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/release.yml@a10d5e32daef8e060c49fe617833fb0d53476f22 # 0.24.0
permissions:
contents: read
packages: write
diff --git a/actions/build/README.md b/actions/build/README.md
index 41caab3..8e4d88b 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@9d465a03741b287db18b242e0ec46990888cc6a3 # 0.23.0
+- uses: hoverkraft-tech/ci-github-nodejs/actions/build@a10d5e32daef8e060c49fe617833fb0d53476f22 # 0.24.0
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 eefaa2a..f668f7b 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@9d465a03741b287db18b242e0ec46990888cc6a3 # 0.23.0
+- uses: hoverkraft-tech/ci-github-nodejs/actions/codecov@a10d5e32daef8e060c49fe617833fb0d53476f22 # 0.24.0
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 a827051..184aeda 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@9d465a03741b287db18b242e0ec46990888cc6a3 # 0.23.0
+- uses: hoverkraft-tech/ci-github-nodejs/actions/dependencies-cache@a10d5e32daef8e060c49fe617833fb0d53476f22 # 0.24.0
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 4e65cbf..ed46ffe 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@9d465a03741b287db18b242e0ec46990888cc6a3 # 0.23.0
+- uses: hoverkraft-tech/ci-github-nodejs/actions/get-package-manager@a10d5e32daef8e060c49fe617833fb0d53476f22 # 0.24.0
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 6c41689..beeaf24 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@9d465a03741b287db18b242e0ec46990888cc6a3 # 0.23.0
+- uses: hoverkraft-tech/ci-github-nodejs/actions/has-installed-dependencies@a10d5e32daef8e060c49fe617833fb0d53476f22 # 0.24.0
with:
# The dependencies to check.
# This input is required.
diff --git a/actions/lint/README.md b/actions/lint/README.md
index 6cc941b..5e6b00a 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@9d465a03741b287db18b242e0ec46990888cc6a3 # 0.23.0
+- uses: hoverkraft-tech/ci-github-nodejs/actions/lint@a10d5e32daef8e060c49fe617833fb0d53476f22 # 0.24.0
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 ef02d3f..ab2be49 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@47891dc49a31209a88949e081d97a010f8cd20c4 # 0.23.2
+- uses: hoverkraft-tech/ci-github-nodejs/actions/package@a10d5e32daef8e060c49fe617833fb0d53476f22 # 0.24.0
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@47891dc49a31209a88949e081d97a010f8cd20c4 # 0.23.2
+ uses: hoverkraft-tech/ci-github-nodejs/actions/package@a10d5e32daef8e060c49fe617833fb0d53476f22 # 0.24.0
consume:
needs: package
diff --git a/actions/setup-node/README.md b/actions/setup-node/README.md
index 089d085..a27f1bb 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@47891dc49a31209a88949e081d97a010f8cd20c4 # 0.23.2
+- uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@a10d5e32daef8e060c49fe617833fb0d53476f22 # 0.24.0
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 bfd7534..7a95ae7 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@9d465a03741b287db18b242e0ec46990888cc6a3 # 0.23.0
+- uses: hoverkraft-tech/ci-github-nodejs/actions/test@a10d5e32daef8e060c49fe617833fb0d53476f22 # 0.24.0
with:
# Working directory where test commands are executed.
# Can be absolute or relative to the repository root.