Skip to content

Commit 306152b

Browse files
build(deps): bump actions/github-script from 8.0.0 to 9.0.0
Bumps [actions/github-script](https://github.com/actions/github-script) from 8.0.0 to 9.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@ed59741...3a2844b) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2140553 commit 306152b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/assign-asset-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
echo "name=${assets}" >> $GITHUB_OUTPUT
3838
fi
3939
- name: Show messages
40-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
40+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3
4141
with:
4242
script: |
4343
if ("${{ steps.get-asset.outputs.result }}" != "ok" ) {

.github/workflows/index-monitor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
done
4949
echo "result=${status}" >> $GITHUB_OUTPUT
5050
- name: Show messages
51-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
51+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3
5252
with:
5353
script: |
5454
if ("${{ steps.integrity-check.outputs.result }}" != "ok" ) {
@@ -95,7 +95,7 @@ jobs:
9595
done
9696
echo "result=${status}" >> $GITHUB_OUTPUT
9797
- name: Show messages
98-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
98+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3
9999
with:
100100
script: |
101101
if ("${{ steps.validation-check.outputs.result }}" != "ok" ) {

.github/workflows/push-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- id: show-error
5757
name: 'Show error'
5858
if: ${{ steps.get-chart.outputs.result == 'fail' }}
59-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
59+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3
6060
with:
6161
script: |
6262
core.setFailed('${{ steps.get-chart.outputs.error }}')

0 commit comments

Comments
 (0)