This is an automated email from the ASF dual-hosted git repository.
sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/develop by this push:
new 5cb7c37cd7 build(deps): bump actions/github-script from 7.0.1 to 8.0.0
(#2245)
5cb7c37cd7 is described below
commit 5cb7c37cd72232b8536bf0d7e2954883d1ca1559
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 5 08:57:20 2025 +0200
build(deps): bump actions/github-script from 7.0.1 to 8.0.0 (#2245)
Bumps [actions/github-script](https://github.com/actions/github-script)
from 7.0.1 to 8.0.0.
- [Release notes](https://github.com/actions/github-script/releases)
-
[Commits](https://github.com/actions/github-script/compare/v7.0.1...v8.0.0)
---
updated-dependencies:
- dependency-name: actions/github-script
dependency-version: 8.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/c-platform.yml | 6 +++---
.github/workflows/go-platform.yml | 6 +++---
.github/workflows/java-platform.yml | 6 +++---
.github/workflows/python-platform.yml | 6 +++---
4 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/.github/workflows/c-platform.yml b/.github/workflows/c-platform.yml
index 5ac7c62757..806843bbfa 100644
--- a/.github/workflows/c-platform.yml
+++ b/.github/workflows/c-platform.yml
@@ -77,7 +77,7 @@ jobs:
- name: Set Platform options
id: platform_opts
- uses: actions/[email protected]
+ uses: actions/[email protected]
env:
OS: ${{ matrix.os }}
with:
@@ -95,7 +95,7 @@ jobs:
- name: Calculate platform suffix
id: platform_suffix
- uses: actions/[email protected]
+ uses: actions/[email protected]
env:
OS: ${{ matrix.os }}
with:
@@ -109,7 +109,7 @@ jobs:
- name: Set extra options
id: extra_options
- uses: actions/[email protected]
+ uses: actions/[email protected]
env:
FORCE_UPDATE: ${{ github.event.inputs.forceUpdates }}
with:
diff --git a/.github/workflows/go-platform.yml
b/.github/workflows/go-platform.yml
index a87f944993..6adaef70e3 100644
--- a/.github/workflows/go-platform.yml
+++ b/.github/workflows/go-platform.yml
@@ -121,7 +121,7 @@ jobs:
- name: Set Platform options
id: platform_opts
- uses: actions/[email protected]
+ uses: actions/[email protected]
env:
OS: ${{ matrix.os }}
with:
@@ -139,7 +139,7 @@ jobs:
- name: Calculate platform suffix
id: platform_suffix
- uses: actions/[email protected]
+ uses: actions/[email protected]
env:
OS: ${{ matrix.os }}
with:
@@ -153,7 +153,7 @@ jobs:
- name: Set extra options
id: extra_options
- uses: actions/[email protected]
+ uses: actions/[email protected]
env:
FORCE_UPDATE: ${{ github.event.inputs.forceUpdates }}
with:
diff --git a/.github/workflows/java-platform.yml
b/.github/workflows/java-platform.yml
index c071b84158..8cf000ba89 100644
--- a/.github/workflows/java-platform.yml
+++ b/.github/workflows/java-platform.yml
@@ -79,7 +79,7 @@ jobs:
- name: Set Platform options
id: platform_opts
- uses: actions/[email protected]
+ uses: actions/[email protected]
env:
OS: ${{ matrix.os }}
with:
@@ -97,7 +97,7 @@ jobs:
- name: Calculate platform suffix
id: platform_suffix
- uses: actions/[email protected]
+ uses: actions/[email protected]
env:
OS: ${{ matrix.os }}
with:
@@ -111,7 +111,7 @@ jobs:
- name: Set extra options
id: extra_options
- uses: actions/[email protected]
+ uses: actions/[email protected]
env:
FORCE_UPDATE: ${{ github.event.inputs.forceUpdates }}
with:
diff --git a/.github/workflows/python-platform.yml
b/.github/workflows/python-platform.yml
index b5b017cc91..41db247f1d 100644
--- a/.github/workflows/python-platform.yml
+++ b/.github/workflows/python-platform.yml
@@ -76,7 +76,7 @@ jobs:
- name: Set Platform options
id: platform_opts
- uses: actions/[email protected]
+ uses: actions/[email protected]
env:
OS: ${{ matrix.os }}
with:
@@ -94,7 +94,7 @@ jobs:
- name: Calculate platform suffix
id: platform_suffix
- uses: actions/[email protected]
+ uses: actions/[email protected]
env:
OS: ${{ matrix.os }}
with:
@@ -108,7 +108,7 @@ jobs:
- name: Set extra options
id: extra_options
- uses: actions/[email protected]
+ uses: actions/[email protected]
env:
FORCE_UPDATE: ${{ github.event.inputs.forceUpdates }}
with: