This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 4f1c608022d Bump actions/github-script from 6 to 7 (#12023)
4f1c608022d is described below
commit 4f1c608022d1d2e38b2f88575ab0d9d3b8c8d433
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 17 11:22:30 2023 +0100
Bump actions/github-script from 6 to 7 (#12023)
Bumps [actions/github-script](https://github.com/actions/github-script)
from 6 to 7.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v6...v7)
---
updated-dependencies:
- dependency-name: actions/github-script
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/component-pr.yaml | 8 ++++----
.github/workflows/pr-comment.yml | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/component-pr.yaml
b/.github/workflows/component-pr.yaml
index a8d28ab7b1c..9d47b7fcadf 100644
--- a/.github/workflows/component-pr.yaml
+++ b/.github/workflows/component-pr.yaml
@@ -42,7 +42,7 @@ jobs:
name: Process
runs-on: ubuntu-latest
steps:
- - uses: actions/github-script@v6
+ - uses: actions/github-script@v7
if: |
github.event_name == 'pull_request_target' &&
(github.event.action == 'opened' ||
@@ -72,7 +72,7 @@ jobs:
})
- name: 'Download artifact'
- uses: actions/github-script@v6
+ uses: actions/github-script@v7
if: |
github.event_name == 'workflow_run'
with:
@@ -99,7 +99,7 @@ jobs:
- run: unzip test-logs.zip
if: |
github.event_name == 'workflow_run'
- - uses: actions/github-script@v6
+ - uses: actions/github-script@v7
if: |
github.event_name == 'workflow_run'
with:
@@ -136,7 +136,7 @@ jobs:
issue_number: issue_number,
body: message
});
- - uses: actions/github-script@v6
+ - uses: actions/github-script@v7
if: |
github.event_name == 'workflow_run'
with:
diff --git a/.github/workflows/pr-comment.yml b/.github/workflows/pr-comment.yml
index a516624aec5..5f7f34e1bdb 100644
--- a/.github/workflows/pr-comment.yml
+++ b/.github/workflows/pr-comment.yml
@@ -33,7 +33,7 @@ jobs:
java: [ '17' ]
steps:
- name: Retrieve sha
- uses: actions/github-script@v6
+ uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |