Skip to content

Commit f5b0eba

Browse files
Bump actions/github-script from 6 to 7 (opensearch-project#14997)
* Bump actions/github-script from 6 to 7 Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update changelog Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Daniel (dB.) Doubrovkine <dblock@amazon.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel (dB.) Doubrovkine <dblock@amazon.com>
1 parent 691f78c commit f5b0eba

6 files changed

+8
-7
lines changed

.github/workflows/add-performance-comment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Add comment to PR
19-
uses: actions/github-script@v6
19+
uses: actions/github-script@v7
2020
with:
2121
github-token: ${{secrets.GITHUB_TOKEN}}
2222
script: |

.github/workflows/benchmark-pull-request.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
echo "USER_TAGS=pull_request_number:${{ github.event.issue.number }},repository:OpenSearch" >> $GITHUB_ENV
2626
- name: Check comment format
2727
id: check_comment
28-
uses: actions/github-script@v6
28+
uses: actions/github-script@v7
2929
with:
3030
script: |
3131
const fs = require('fs');
@@ -62,7 +62,7 @@ jobs:
6262
}
6363
- name: Post invalid format comment
6464
if: steps.check_comment.outputs.invalid == 'true'
65-
uses: actions/github-script@v6
65+
uses: actions/github-script@v7
6666
with:
6767
github-token: ${{secrets.GITHUB_TOKEN}}
6868
script: |
@@ -150,7 +150,7 @@ jobs:
150150
cat $GITHUB_ENV
151151
bash opensearch-build/scripts/benchmark/benchmark-pull-request.sh ${{ secrets.JENKINS_PR_BENCHMARK_GENERIC_WEBHOOK_TOKEN }}
152152
- name: Update PR with Job Url
153-
uses: actions/github-script@v6
153+
uses: actions/github-script@v7
154154
with:
155155
github-token: ${{ secrets.GITHUB_TOKEN }}
156156
script: |

.github/workflows/maintainer-approval.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- id: find-maintainers
12-
uses: actions/github-script@v7.0.1
12+
uses: actions/github-script@v7
1313
with:
1414
github-token: ${{ secrets.GITHUB_TOKEN }}
1515
result-encoding: string

.github/workflows/triage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
if: github.repository == 'opensearch-project/OpenSearch'
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/github-script@v7.0.1
12+
- uses: actions/github-script@v7
1313
with:
1414
script: |
1515
const { issue, repository } = context.payload;

.github/workflows/version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
130130
- name: Create tracking issue
131131
id: create-issue
132-
uses: actions/github-script@v7.0.1
132+
uses: actions/github-script@v7
133133
with:
134134
script: |
135135
const body = `

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1111
- Bump `org.apache.commons:commons-lang3` from 3.14.0 to 3.15.0 ([#14861](https://github.com/opensearch-project/OpenSearch/pull/14861))
1212
- OpenJDK Update (July 2024 Patch releases) ([#14998](https://github.com/opensearch-project/OpenSearch/pull/14998))
1313
- Bump `com.microsoft.azure:msal4j` from 1.16.1 to 1.16.2 ([#14995](https://github.com/opensearch-project/OpenSearch/pull/14995))
14+
- Bump `actions/github-script` from 6 to 7 ([#14997](https://github.com/opensearch-project/OpenSearch/pull/14997))
1415

1516
### Changed
1617

0 commit comments

Comments
 (0)